@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Fira+Code:wght@300;400;500;600&display=swap";
:root{--black:#0a0a0a;--black-soft:#111;--black-card:#161616;--black-border:#1f1f1f;--green:#0f8;--green-dim:#00cc6a;--green-glow:#00ff8820;--green-border:#00ff8840;--white:#fff;--white-muted:#e0e0e0;--white-dim:#999;--white-faint:#444;--font-main:"Space Grotesk",sans-serif;--font-code:"Fira Code",monospace;--nav-scroll-offset:100px}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}section[id]{scroll-margin-top:var(--nav-scroll-offset)}body{background-color:var(--black);color:var(--white-muted);font-family:var(--font-main);line-height:1.6;overflow-x:hidden}::selection{background:var(--green);color:var(--black)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--black-soft)}::-webkit-scrollbar-thumb{background:var(--green-dim);border-radius:3px}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:132px 0}.section-label{font-family:var(--font-code);color:var(--green);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:12px;font-size:.8rem;display:flex}.section-label:before{content:"";background:var(--green);width:30px;height:1px}.section-title{color:var(--white);margin-bottom:20px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.section-title span{color:var(--green)}.section-subtitle{color:var(--white-dim);max-width:540px;margin-bottom:76px;font-size:1.05rem}.card{background:var(--black-card);border:1px solid var(--black-border);border-radius:16px;padding:40px;transition:border-color .3s,transform .3s,box-shadow .3s}.card:hover{border-color:var(--green-border);box-shadow:0 8px 40px var(--green-glow);transform:translateY(-4px)}.btn{--btn-ease:cubic-bezier(.34,1.35,.64,1);font-family:var(--font-main);cursor:pointer;transform-origin:50%;transition:transform .42s var(--btn-ease),box-shadow .42s var(--btn-ease),background-color .32s ease,border-color .32s ease,color .28s ease,filter .42s ease;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;transform:translate(0,0)scale(1)}.btn:focus-visible{outline:2px solid var(--green);outline-offset:3px}.btn-primary{background:var(--green);color:var(--black)}.btn-primary:hover{background:var(--green-dim);filter:brightness(1.05);transform:translateY(-4px)scale(1.045);box-shadow:0 0 32px #00ff888c,0 0 64px #00ff8847,0 14px 36px #00000073}.btn-primary:active{transition-duration:.14s;transform:translateY(-1px)scale(1.02);box-shadow:0 0 20px #00ff8859,0 6px 20px #00000059}.btn-outline{color:var(--green);border:1px solid var(--green-border);background:0 0}.btn-outline:hover{background:var(--green-glow);border-color:var(--green);color:var(--green);transform:translateY(-4px)scale(1.045);box-shadow:0 0 28px #0f86,0 0 52px #00ff8826,inset 0 0 24px #00ff8814}.btn-outline:active{transition-duration:.14s;transform:translateY(-1px)scale(1.02);box-shadow:0 0 16px #00ff8840,inset 0 0 12px #00ff880f}.btn:disabled,.btn:disabled:hover,.btn:disabled:active{filter:none;box-shadow:none;cursor:not-allowed;opacity:.58;transform:none}.btn-primary:disabled,.btn-primary:disabled:hover{background:var(--green)}.btn-outline:disabled,.btn-outline:disabled:hover{border-color:var(--green-border);color:var(--green);background:0 0}.tag{background:var(--green-glow);color:var(--green);border:1px solid var(--green-border);font-size:.78rem;font-family:var(--font-code);border-radius:6px;padding:4px 12px;font-weight:500;display:inline-block}.dot-green{background:var(--green);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot;display:inline-block}@keyframes pulse-dot{0%,to{box-shadow:0 0 #00ff8880}50%{box-shadow:0 0 0 6px #0f80}}.divider{background:linear-gradient(to right,transparent,var(--black-border),transparent);width:100%;height:1px;margin:0}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:900px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3{grid-template-columns:1fr}.section{padding:92px 0}:root{--nav-scroll-offset:88px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glow-pulse{0%,to{text-shadow:0 0 10px var(--green),0 0 20px var(--green)}50%{text-shadow:0 0 20px var(--green),0 0 40px var(--green),0 0 80px var(--green)}}@keyframes borderMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.btn{transition-property:background-color,border-color,color;transition-duration:.01ms}.btn:hover,.btn:active{filter:none;transform:none}.btn-primary:hover,.btn-primary:active{box-shadow:0 0 0 1px var(--green-border)}.btn-outline:hover,.btn-outline:active{box-shadow:none}}.scanlines{pointer-events:none;z-index:9999;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000008 2px 4px);position:fixed;inset:0}
.LogoMark-module__9hy3yW__svg{flex-shrink:0;display:block}.LogoMark-module__9hy3yW__scanCell{fill:#0a1411}.LogoMark-module__9hy3yW__scanLine{stroke:#162822}.LogoMark-module__9hy3yW__ring{stroke:var(--green);filter:drop-shadow(0 0 4px #00ff8873)}.LogoMark-module__9hy3yW__cjyText{font-family:var(--font-main),"Space Grotesk",system-ui,sans-serif;fill:var(--green);filter:drop-shadow(0 0 6px #00ff888c);font-size:21px;font-weight:700}.LogoMark-module__9hy3yW__reflection{fill:var(--green);opacity:.14}
.Navbar-module___rHu7W__nav{z-index:1000;padding:14px 0;transition:padding .35s;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__nav.Navbar-module___rHu7W__scrolled{padding:10px 0}.Navbar-module___rHu7W__nav.Navbar-module___rHu7W__scrolled:after{content:"";pointer-events:none;opacity:.9;background:linear-gradient(90deg,#0000 0%,#00ff8847 45%,#0000 100%);height:1px;position:absolute;bottom:0;left:0;right:0}.Navbar-module___rHu7W__shell{justify-content:center;align-items:center;width:100%;display:flex}.Navbar-module___rHu7W__mobileBrand{border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;margin-right:auto;padding:4px 6px;text-decoration:none;transition:background .25s,box-shadow .25s;display:inline-flex}.Navbar-module___rHu7W__mobileBrand:hover{background:#00ff8814;box-shadow:0 0 20px #00ff881f}.Navbar-module___rHu7W__brandLogo{width:64px;height:64px}.Navbar-module___rHu7W__dock{-webkit-backdrop-filter:blur(22px)saturate(1.2);background:#161616b8;border:1px solid #00ff8829;border-radius:100px;justify-content:flex-start;align-items:center;gap:4px;width:100%;max-width:740px;margin:0 auto;padding:8px 12px 10px;transition:background .4s,border-color .4s,box-shadow .4s;display:flex;box-shadow:inset 0 0 0 1px #0000008c,0 6px 32px #00000073,0 0 64px #00ff880a}.Navbar-module___rHu7W__nav.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__dock{background:#0c0c0ce0;border-color:#00ff883d;box-shadow:inset 0 0 0 1px #00ff8812,0 12px 44px #0000008c,0 0 80px #00ff880f}.Navbar-module___rHu7W__links{flex-wrap:nowrap;flex:1;justify-content:center;align-items:flex-end;gap:2px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.Navbar-module___rHu7W__drawerResume{display:none}.Navbar-module___rHu7W__navItem{color:var(--white-dim);border-radius:16px;padding:3px 6px;text-decoration:none;transition:transform .38s cubic-bezier(.34,1.35,.64,1);display:block;position:relative}.Navbar-module___rHu7W__navItem:hover{transform:translateY(-2px)}.Navbar-module___rHu7W__itemGlow{opacity:0;filter:blur(18px);z-index:0;pointer-events:none;background:linear-gradient(125deg,#ffc696f2,#5affb4e0);border-radius:22px;transition:opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.34,1.35,.64,1);position:absolute;inset:-4px -2px -8px;transform:scale(.82)}.Navbar-module___rHu7W__navItem:hover .Navbar-module___rHu7W__itemGlow{opacity:.38;transform:scale(.94)}.Navbar-module___rHu7W__navItem.Navbar-module___rHu7W__active .Navbar-module___rHu7W__itemGlow{opacity:.92;transform:scale(1)}.Navbar-module___rHu7W__itemInner{z-index:1;flex-direction:column;align-items:center;gap:4px;display:flex;position:relative}.Navbar-module___rHu7W__iconSlot{place-items:center;width:40px;height:40px;display:grid;position:relative}.Navbar-module___rHu7W__iconHalo{box-shadow:none;background:0 0;border-radius:50%;transition:background .35s,box-shadow .35s;position:absolute;inset:3px}.Navbar-module___rHu7W__navItem.Navbar-module___rHu7W__active .Navbar-module___rHu7W__iconHalo{background:linear-gradient(145deg,#f3e4d4,#b8f5d8);box-shadow:0 3px 14px #00000038}.Navbar-module___rHu7W__iconSvg{z-index:1;width:21px;height:21px;color:var(--green);transition:color .32s,transform .32s;position:relative}.Navbar-module___rHu7W__navItem:hover .Navbar-module___rHu7W__iconSvg{color:#5dffae}.Navbar-module___rHu7W__navItem.Navbar-module___rHu7W__active .Navbar-module___rHu7W__iconSvg{color:#0f1412;transform:scale(1.04)}.Navbar-module___rHu7W__navItemLabel{letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;font-size:.58rem;font-weight:700;transition:color .3s}.Navbar-module___rHu7W__navItem:hover .Navbar-module___rHu7W__navItemLabel{color:#ffffffbf}.Navbar-module___rHu7W__navItem.Navbar-module___rHu7W__active .Navbar-module___rHu7W__navItemLabel{color:#0f1412}.Navbar-module___rHu7W__resumeOrb{width:42px;height:42px;color:var(--green);background:#00ff880f;border:2px solid #00ff8880;border-radius:50%;flex-shrink:0;place-items:center;margin-left:4px;text-decoration:none;transition:transform .35s cubic-bezier(.34,1.35,.64,1),border-color .3s,box-shadow .35s,background .3s;display:grid;position:relative}.Navbar-module___rHu7W__resumeOrb:hover{border-color:var(--green);background:#00ff881f;transform:scale(1.06);box-shadow:0 0 28px #00ff8859}.Navbar-module___rHu7W__resumeOrbGlow{opacity:0;pointer-events:none;background:radial-gradient(circle,#00ff8859,#0000 70%);border-radius:50%;transition:opacity .35s;position:absolute;inset:-6px}.Navbar-module___rHu7W__resumeOrb:hover .Navbar-module___rHu7W__resumeOrbGlow{opacity:1}.Navbar-module___rHu7W__resumeOrbIcon{z-index:1;width:19px;height:19px;position:relative}.Navbar-module___rHu7W__burger{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;margin-left:2px;padding:8px 7px;transition:border-color .25s,background .25s;display:none}.Navbar-module___rHu7W__burger:hover{background:#00ff8814;border-color:#00ff884d}.Navbar-module___rHu7W__burger span{background:var(--white-muted);border-radius:2px;width:18px;height:2px;transition:transform .35s,opacity .25s,background .25s;display:block}.Navbar-module___rHu7W__burgerOpen span:first-child{background:var(--green);transform:translateY(7px)rotate(45deg)}.Navbar-module___rHu7W__burgerOpen span:nth-child(2){opacity:0}.Navbar-module___rHu7W__burgerOpen span:nth-child(3){background:var(--green);transform:translateY(-7px)rotate(-45deg)}.Navbar-module___rHu7W__backdrop{display:none}@media (max-width:900px){.Navbar-module___rHu7W__shell{justify-content:stretch}.Navbar-module___rHu7W__brandLogo{width:52px;height:52px}.Navbar-module___rHu7W__mobileBrand{padding:4px 6px 4px 2px}.Navbar-module___rHu7W__dock{border-radius:18px;justify-content:flex-end;max-width:none;padding:6px 8px 6px 10px}.Navbar-module___rHu7W__resumeOrb{display:none}.Navbar-module___rHu7W__drawerResume{border-top:1px solid #00ff8824;width:100%;margin-top:16px;padding-top:18px;display:block}.Navbar-module___rHu7W__drawerResumeLink{justify-content:center;gap:10px;width:100%;border-radius:14px!important;margin:0!important;padding:14px 20px!important}.Navbar-module___rHu7W__drawerResumeIcon{width:18px;height:18px;color:var(--green)}.Navbar-module___rHu7W__burger{z-index:1003;display:flex}.Navbar-module___rHu7W__links{-webkit-backdrop-filter:blur(24px);z-index:1002;background:#0a0a0af7;border-left:1px solid #00ff882e;flex-direction:column;flex:none;justify-content:flex-start;align-items:stretch;gap:6px;width:min(300px,88vw);padding:88px 20px 28px;transition:transform .4s cubic-bezier(.32,.72,0,1);position:fixed;top:0;bottom:0;right:0;transform:translate(105%);box-shadow:-16px 0 48px #000000a6}.Navbar-module___rHu7W__links.Navbar-module___rHu7W__open{transform:translate(0)}.Navbar-module___rHu7W__navItem{border-radius:14px;padding:0}.Navbar-module___rHu7W__navItem:hover{transform:none}.Navbar-module___rHu7W__itemInner{box-sizing:border-box;flex-direction:row;justify-content:flex-start;gap:12px;width:100%;padding:10px 12px}.Navbar-module___rHu7W__iconSlot{width:38px;height:38px}.Navbar-module___rHu7W__iconSvg{width:21px;height:21px}.Navbar-module___rHu7W__navItemLabel{text-transform:none;letter-spacing:.02em;font-size:.95rem;font-weight:600}.Navbar-module___rHu7W__navItem.Navbar-module___rHu7W__active .Navbar-module___rHu7W__navItemLabel,.Navbar-module___rHu7W__navItem.Navbar-module___rHu7W__active .Navbar-module___rHu7W__iconSvg{color:var(--green)}.Navbar-module___rHu7W__backdrop{z-index:1001;-webkit-backdrop-filter:blur(3px);cursor:pointer;background:#0000008c;border:none;margin:0;padding:0;animation:.35s forwards Navbar-module___rHu7W__backdropIn;display:block;position:fixed;inset:0}}@keyframes Navbar-module___rHu7W__backdropIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.Navbar-module___rHu7W__backdrop{animation:none}.Navbar-module___rHu7W__links{transition:transform .01ms}.Navbar-module___rHu7W__navItem,.Navbar-module___rHu7W__navItem:hover,.Navbar-module___rHu7W__itemGlow,.Navbar-module___rHu7W__resumeOrb,.Navbar-module___rHu7W__resumeOrb:hover{transition-duration:.01ms}.Navbar-module___rHu7W__navItem:hover{transform:none}.Navbar-module___rHu7W__itemGlow{filter:none}}@media (min-width:901px) and (max-width:1100px){.Navbar-module___rHu7W__brandLogo{width:56px;height:56px}.Navbar-module___rHu7W__dock{max-width:100%;padding-inline:8px}.Navbar-module___rHu7W__navItem{padding:3px 5px}.Navbar-module___rHu7W__iconSlot{width:38px;height:38px}.Navbar-module___rHu7W__iconSvg{width:20px;height:20px}.Navbar-module___rHu7W__navItemLabel{font-size:.54rem}.Navbar-module___rHu7W__resumeOrb{width:40px;height:40px}.Navbar-module___rHu7W__resumeOrbIcon{width:18px;height:18px}}
.Footer-module__Grjkva__footer{background:linear-gradient(180deg,var(--black-soft)0%,var(--black)55%);padding:0 0 48px;position:relative;overflow:hidden}.Footer-module__Grjkva__glowRail{background:linear-gradient(90deg,#0000 0%,#00ff8814 15%,#00ff8861 50%,#00ff8814 85%,#0000 100%);width:100%;height:1px;box-shadow:0 0 24px #00ff8826}.Footer-module__Grjkva__mesh{pointer-events:none;background-image:radial-gradient(circle at 15% 40%,#00ff880f 0%,#0000 42%),radial-gradient(circle at 88% 80%,#00ff880a 0%,#0000 38%);position:absolute;inset:0}.Footer-module__Grjkva__shell{z-index:1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:40px 32px;padding-top:44px;display:grid;position:relative}.Footer-module__Grjkva__brand{flex-direction:column;align-items:flex-start;gap:16px;max-width:420px;display:flex}.Footer-module__Grjkva__logoWrap{border-radius:999px;justify-content:center;align-items:center;margin:-4px;padding:4px;text-decoration:none;transition:transform .35s cubic-bezier(.34,1.35,.64,1),box-shadow .35s;display:inline-flex}.Footer-module__Grjkva__logoWrap:hover{transform:scale(1.06);box-shadow:0 0 32px #00ff8838}.Footer-module__Grjkva__brandText{flex-direction:column;gap:6px;display:flex}.Footer-module__Grjkva__name{color:var(--white);letter-spacing:-.03em;font-size:1.2rem;font-weight:700;line-height:1.2}.Footer-module__Grjkva__tagline{color:var(--white-dim);max-width:36ch;font-size:.88rem;line-height:1.55}.Footer-module__Grjkva__copyRow{font-family:var(--font-code);color:var(--white-faint);letter-spacing:.04em;flex-wrap:wrap;align-items:center;gap:6px 0;font-size:.72rem;display:flex}.Footer-module__Grjkva__dot{background:#00ff8859;border-radius:50%;flex-shrink:0;width:4px;height:4px;margin:0 12px}.Footer-module__Grjkva__built{color:var(--white-dim)}.Footer-module__Grjkva__right{flex-direction:column;align-items:flex-end;gap:14px;display:flex}.Footer-module__Grjkva__connectLabel{font-family:var(--font-code);letter-spacing:.2em;text-transform:uppercase;color:var(--white-faint);font-size:.68rem;font-weight:600}.Footer-module__Grjkva__socials{align-items:center;gap:12px;display:flex}.Footer-module__Grjkva__socialLink{width:48px;height:48px;color:var(--white-muted);background:#121212d9;border:1px solid #ffffff14;border-radius:16px;place-items:center;text-decoration:none;transition:color .3s,border-color .3s,background .3s,transform .35s cubic-bezier(.34,1.35,.64,1),box-shadow .35s;display:grid;position:relative;box-shadow:inset 0 0 0 1px #0006,0 6px 24px #00000059}.Footer-module__Grjkva__socialGlow{border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(circle,#00ff8840,#0000 68%);transition:opacity .35s;position:absolute;inset:-2px}.Footer-module__Grjkva__socialLink:hover{color:var(--green);background:#00ff8814;border-color:#00ff8873;transform:translateY(-4px);box-shadow:inset 0 0 0 1px #00ff881f,0 12px 36px #00000073,0 0 32px #00ff882e}.Footer-module__Grjkva__socialLink:hover .Footer-module__Grjkva__socialGlow{opacity:1}.Footer-module__Grjkva__socialIcon{z-index:1;width:21px;height:21px;position:relative}@media (max-width:720px){.Footer-module__Grjkva__shell{text-align:center;grid-template-columns:1fr;justify-items:center;gap:36px;padding-top:36px}.Footer-module__Grjkva__brand{align-items:center}.Footer-module__Grjkva__tagline{max-width:100%}.Footer-module__Grjkva__copyRow{justify-content:center}.Footer-module__Grjkva__right{align-items:center;width:100%}.Footer-module__Grjkva__socials{flex-wrap:wrap;justify-content:center}}@media (prefers-reduced-motion:reduce){.Footer-module__Grjkva__logoWrap,.Footer-module__Grjkva__logoWrap:hover,.Footer-module__Grjkva__socialLink,.Footer-module__Grjkva__socialLink:hover{transition-duration:.01ms}.Footer-module__Grjkva__logoWrap:hover,.Footer-module__Grjkva__socialLink:hover{transform:none}}
