:root{--bg: #18181b;--primary: #8b5cf6;--accent: #06b6d4;--dop: #a78bfa;--highlight: #22d3ee;--font-mono: "IBM Plex Mono", "SF Mono", Consolas, monospace;--font-sans: "Montserrat", "Segoe UI", system-ui, sans-serif;--text: #e4e4e7;--text-bright: #f4f4f5;--text-muted: #a1a1aa;--text-dim: #71717a;--surface: rgba(39, 39, 42, .6);--surface-hover: rgba(39, 39, 42, .75);--border: rgba(255, 255, 255, .06);--border-accent: rgba(139, 92, 246, .2);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 16px;--section-padding-x: 1.5rem;--section-padding-y: 3rem;--section-padding-y-mobile: 2rem;--section-max-width: 960px;--section-title-size: clamp(1.375rem, 4vw, 2rem);--section-lead-size: 1rem;--section-lead-size-mobile: .9375rem}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}body{margin:0;min-height:100vh;min-height:100dvh;background:var(--bg);color:#e4e4e7;font-family:var(--font-sans);overflow-x:hidden;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}#root{min-height:100vh;min-height:100dvh}.landing-scroll{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:smooth;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;scrollbar-width:none;-ms-overflow-style:none}.landing-scroll::-webkit-scrollbar{display:none}.landing-panel{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;flex:0 0 auto;padding-top:calc(56px + env(safe-area-inset-top,0px));overflow:hidden;display:flex;flex-direction:column;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always}@media(max-width:767px){html{font-size:15px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.burger-trigger{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#e4e4e7;cursor:pointer;border-radius:8px;position:relative;-webkit-tap-highlight-color:transparent}.burger-trigger__line{position:absolute;left:50%;margin-left:-11px;width:22px;height:2px;border-radius:1px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.burger-trigger__line--top{top:14px}.burger-trigger__line--mid{top:21px}.burger-trigger__line--bot{top:28px}.burger-trigger[aria-expanded=true] .burger-trigger__line--top{transform:translateY(7px) rotate(45deg)}.burger-trigger[aria-expanded=true] .burger-trigger__line--mid{opacity:0}.burger-trigger[aria-expanded=true] .burger-trigger__line--bot{transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none}.mobile-menu__panel{position:absolute;top:calc(52px + env(safe-area-inset-top,0px));right:1rem;width:min(260px,78vw);max-height:calc(100vh - 52px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 1rem);background:var(--bg);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);box-shadow:0 4px 24px #00000040,0 0 0 1px #0000000f;pointer-events:auto;padding:.5rem;display:flex;flex-direction:column;overflow-y:auto}.mobile-menu__nav{display:flex;flex-direction:column;gap:.125rem}.mobile-menu__link{font-family:var(--font-sans);font-size:.9375rem;font-weight:500;color:var(--text);text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.mobile-menu__link:hover{background:#ffffff0f;color:var(--text-bright)}.mobile-menu__link--active{color:var(--accent);background:#06b6d41f}.mobile-menu__link--active:hover{background:#06b6d42e;color:var(--highlight)}.mobile-menu__link--cta{margin-top:.25rem;font-weight:600;color:#18181b;background:var(--accent);text-align:center;padding:.5rem .75rem}.mobile-menu__link--cta:hover{background:var(--highlight);color:#18181b}.mobile-menu__link--cta.mobile-menu__link--active{background:linear-gradient(135deg,var(--primary),var(--accent));color:#18181b}.header-nav{display:flex;gap:.5rem;align-items:center}.header-nav__link{font-family:var(--font-sans);font-size:.9375rem;font-weight:500;color:#a1a1aa;text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:color .2s,background .2s}.header-nav__link:hover{color:#e4e4e7}.header-nav__link--active{color:var(--accent)}.header-nav__link--active:hover{color:var(--highlight)}.header-nav__link--cta{font-weight:600;color:#18181b;background:var(--highlight);padding:.5rem 1.25rem}.header-nav__link--cta.header-nav__link--active{background:linear-gradient(135deg,var(--accent),var(--highlight));color:#18181b}
