@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--bg:#080808;--bg-elevated:#0d0d0d;--surface:#111;--surface-2:#161616;--border:#1e1e1e;--border-subtle:#141414;--accent:#c8ff00;--accent-dim:#c8ff0014;--accent-glow:#c8ff0026;--fg:#f0f0f0;--fg-secondary:#a0a0a0;--muted:#555;--muted-2:#333;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--text-xs:clamp(.65rem, 1vw, .75rem);--text-sm:clamp(.8rem, 1.5vw, .875rem);--text-base:clamp(.9rem, 2vw, 1rem);--text-lg:clamp(1rem, 2.5vw, 1.125rem);--text-xl:clamp(1.1rem, 3vw, 1.25rem);--text-2xl:clamp(1.3rem, 4vw, 1.5rem);--text-3xl:clamp(1.7rem, 5vw, 2rem);--text-4xl:clamp(2.2rem, 6vw, 3rem);--text-5xl:clamp(3rem, 8vw, 5rem);--text-6xl:clamp(4rem, 12vw, 7.5rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--container-max:1200px;--container-pad:clamp(1.25rem, 5vw, 3rem);--section-gap:clamp(5rem, 15vw, 10rem);--radius-sm:3px;--radius:5px;--radius-md:8px;--radius-lg:12px;--radius-full:999px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in:cubic-bezier(.7, 0, .84, 0);--ease-inout:cubic-bezier(.37, 0, .63, 1);--duration-fast:.15s;--duration:.3s;--duration-slow:.6s;--nav-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:var(--text-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}body.has-custom-cursor *{cursor:none!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);letter-spacing:-.02em;color:var(--fg);font-weight:500;line-height:1.1}p{color:var(--fg-secondary);line-height:1.7}a{color:inherit;text-decoration:none}code,pre{font-family:var(--font-mono)}::selection{background:var(--accent);color:#000}.container{width:100%;max-width:var(--container-max);padding-inline:var(--container-pad);margin-inline:auto}.section{padding-block:var(--section-gap)}.section-label{font-size:var(--text-xs);font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--space-8)}.divider{background:var(--border);width:100%;height:1px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--muted-2)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}.noise-overlay{pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px;position:fixed;inset:0}.accent-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;display:inline-block}
.Nav-module__AjPwpW__nav{z-index:100;transition:transform var(--duration) var(--ease-out), background var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out), backdrop-filter var(--duration) var(--ease-out);position:fixed;top:0;left:0;right:0}.Nav-module__AjPwpW__nav.Nav-module__AjPwpW__hidden{transform:translateY(-110%)}.Nav-module__AjPwpW__nav.Nav-module__AjPwpW__atTop{background:0 0;border-bottom:1px solid #0000}.Nav-module__AjPwpW__nav.Nav-module__AjPwpW__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#080808bf}.Nav-module__AjPwpW__inner{max-width:var(--container-max);padding-inline:var(--container-pad);height:var(--nav-height);justify-content:space-between;align-items:center;margin-inline:auto;display:flex}.Nav-module__AjPwpW__logo{font-size:var(--text-sm);letter-spacing:-.01em;transition:opacity var(--duration-fast) var(--ease-out);flex-shrink:0;font-weight:500;text-decoration:none}.Nav-module__AjPwpW__logo:hover{opacity:.7}.Nav-module__AjPwpW__logoFirst{color:var(--fg)}.Nav-module__AjPwpW__logoLast{color:var(--muted)}.Nav-module__AjPwpW__links{align-items:center;gap:var(--space-8);list-style:none;display:flex}.Nav-module__AjPwpW__link{font-size:var(--text-sm);color:var(--fg-secondary);transition:color var(--duration-fast) var(--ease-out);letter-spacing:.01em;text-decoration:none;position:relative}.Nav-module__AjPwpW__link:after{content:"";background:var(--accent);width:0;height:1px;transition:width var(--duration-fast) var(--ease-out);position:absolute;bottom:-3px;left:0}.Nav-module__AjPwpW__link:hover{color:var(--fg)}.Nav-module__AjPwpW__link:hover:after{width:100%}.Nav-module__AjPwpW__cta{font-size:var(--text-sm);color:#000;background:var(--accent);border-radius:var(--radius-full);transition:all var(--duration-fast) var(--ease-out);letter-spacing:-.01em;flex-shrink:0;padding:8px 18px;font-weight:500;text-decoration:none}.Nav-module__AjPwpW__cta:hover{background:#d4ff1a;transform:translateY(-1px);box-shadow:0 4px 20px #c8ff004d}@media (max-width:640px){.Nav-module__AjPwpW__links,.Nav-module__AjPwpW__cta{display:none}}
.Footer-module__yg9ahW__footer{margin-top:var(--space-32)}.Footer-module__yg9ahW__divider{background:var(--border);height:1px}.Footer-module__yg9ahW__inner{padding-block:var(--space-10);align-items:center;gap:var(--space-8);grid-template-columns:1fr auto 1fr;display:grid}.Footer-module__yg9ahW__left{gap:var(--space-1);flex-direction:column;display:flex}.Footer-module__yg9ahW__name{font-size:var(--text-sm);color:var(--fg);transition:color var(--duration-fast) var(--ease-out);font-weight:500;text-decoration:none}.Footer-module__yg9ahW__name:hover{color:var(--accent)}.Footer-module__yg9ahW__role{font-size:var(--text-xs);color:var(--muted);font-family:var(--font-mono)}.Footer-module__yg9ahW__links{gap:var(--space-6);justify-content:center;list-style:none;display:flex}.Footer-module__yg9ahW__link{font-size:var(--text-sm);color:var(--fg-secondary);transition:color var(--duration-fast) var(--ease-out);text-decoration:none}.Footer-module__yg9ahW__link:hover{color:var(--fg)}.Footer-module__yg9ahW__social{gap:var(--space-4);justify-content:flex-end;display:flex}.Footer-module__yg9ahW__socialLink{border:1px solid var(--border);width:36px;height:36px;color:var(--muted);transition:all var(--duration-fast) var(--ease-out);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.Footer-module__yg9ahW__socialLink:hover{border-color:var(--accent);color:var(--accent)}.Footer-module__yg9ahW__bottom{padding-block:var(--space-4);border-top:1px solid var(--border-subtle);justify-content:space-between;display:flex}.Footer-module__yg9ahW__copy{font-size:var(--text-xs);font-family:var(--font-mono);color:var(--muted)}@media (max-width:640px){.Footer-module__yg9ahW__inner{text-align:center;grid-template-columns:1fr}.Footer-module__yg9ahW__left{align-items:center}.Footer-module__yg9ahW__social{justify-content:center}.Footer-module__yg9ahW__links{gap:var(--space-4)}}
.CustomCursor-module__sVm76G__dot{background:var(--accent);pointer-events:none;z-index:10000;will-change:transform;width:8px;height:8px;transition:width .2s var(--ease-out), height .2s var(--ease-out), background .2s var(--ease-out);border-radius:50%;position:fixed;top:-4px;left:-4px}.CustomCursor-module__sVm76G__dot.CustomCursor-module__sVm76G__hovered{background:var(--accent);width:6px;height:6px}.CustomCursor-module__sVm76G__ring{pointer-events:none;z-index:10000;will-change:transform;width:36px;height:36px;transition:width .25s var(--ease-out), height .25s var(--ease-out), border-color .25s var(--ease-out), top .25s var(--ease-out), left .25s var(--ease-out);border:1px solid #c8ff0059;border-radius:50%;position:fixed;top:-18px;left:-18px}.CustomCursor-module__sVm76G__ring.CustomCursor-module__sVm76G__hovered{border-color:#c8ff0099;width:56px;height:56px;top:-28px;left:-28px}@media (hover:none){.CustomCursor-module__sVm76G__dot,.CustomCursor-module__sVm76G__ring{display:none}}
