:root{--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-sheet: cubic-bezier(.32, .72, 0, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--bg: #0a0e15;--surface-1: #0d131d;--surface-2: #121a27;--surface-3: #182234;--border: #17222f;--border-strong: #24374d;--grid: #111b28;--text-primary: #e2e8f4;--text-secondary: #9fadc4;--text-muted: #7c89a1;--accent: #6f9bff;--accent-bright: #8fb0ff;--danger: #ff5470;--ok: #46d19e;--warn: #f2b544;--font-ui: "Geist", system-ui, -apple-system, sans-serif;--font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overscroll-behavior:none;overflow-x:hidden}body{background:var(--bg);color:var(--text-primary);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;touch-action:manipulation}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-image:linear-gradient(var(--grid) 1px,transparent 1px),linear-gradient(90deg,var(--grid) 1px,transparent 1px);background-size:32px 32px}input,textarea,select,button{min-width:0;max-width:100%;font-family:inherit}input,textarea{font-size:16px}img{max-width:100%}button{font:inherit;border:none;background:none;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}a{color:inherit}@media (prefers-reduced-motion: no-preference){button,a.cta,.toggle{transition:transform .16s var(--ease-out)}button:active,a.cta:active,.toggle:active{transform:scale(.97)}}:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 60%,transparent);outline-offset:2px}input:focus-visible,textarea:focus-visible{outline:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
