:root{color-scheme:light dark;--ink-900: #0b1020;--ink-700: #1c2338;--ink-500: #4a5578;--ink-300: #8b95b4;--ink-100: #d9dEEC;--surface: #ffffff;--surface-raised: #f7f8fc;--surface-sunken: #eef0f8;--border: #e2e6f2;--text: var(--ink-900);--text-muted: var(--ink-500);--text-faint: var(--ink-300);--accent: #4f46e5;--accent-soft: #eef2ff;--accent-strong: #4338ca;--warn: #dc2626;--warn-soft: #fef2f2;--ok: #059669;--ok-soft: #ecfdf5;--lift-1: 0 1px 2px rgb(11 16 32 / .04), 0 2px 8px rgb(11 16 32 / .04);--lift-2: 0 2px 4px rgb(11 16 32 / .05), 0 8px 24px rgb(11 16 32 / .08), 0 1px 0 rgb(255 255 255 / .6) inset;--lift-3: 0 12px 48px rgb(79 70 229 / .18), 0 2px 8px rgb(11 16 32 / .06);--glass: rgb(255 255 255 / .72);--glass-border: rgb(255 255 255 / .9);--radius: 14px;--radius-lg: 22px;--gap: 1rem;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--mono: "SF Mono", "Cascadia Code", "Fira Code", ui-monospace, monospace;--ease: cubic-bezier(.32, .72, 0, 1)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--surface: #0d1120;--surface-raised: #151a2e;--surface-sunken: #090c17;--border: #232a44;--text: #eef1fa;--text-muted: #9aa4c4;--text-faint: #5d688c;--accent: #818cf8;--accent-soft: #1e2145;--accent-strong: #a5b4fc;--warn: #f87171;--warn-soft: #2a1517;--ok: #34d399;--ok-soft: #0d2620;--lift-1: 0 1px 2px rgb(0 0 0 / .4), 0 2px 8px rgb(0 0 0 / .3);--lift-2: 0 2px 4px rgb(0 0 0 / .4), 0 8px 24px rgb(0 0 0 / .45), 0 1px 0 rgb(255 255 255 / .05) inset;--lift-3: 0 12px 48px rgb(99 102 241 / .3), 0 2px 8px rgb(0 0 0 / .4);--glass: rgb(21 26 46 / .72);--glass-border: rgb(255 255 255 / .08)}}:root[data-theme=dark]{--surface: #0d1120;--surface-raised: #151a2e;--surface-sunken: #090c17;--border: #232a44;--text: #eef1fa;--text-muted: #9aa4c4;--text-faint: #5d688c;--accent: #818cf8;--accent-soft: #1e2145;--accent-strong: #a5b4fc;--warn: #f87171;--warn-soft: #2a1517;--ok: #34d399;--ok-soft: #0d2620;--glass: rgb(21 26 46 / .72);--glass-border: rgb(255 255 255 / .08)}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:var(--font);color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;line-height:1.55}body:before{content:"";position:fixed;inset:-30vmax;z-index:-1;pointer-events:none;background:radial-gradient(38vmax 38vmax at 18% 12%,rgb(79 70 229 / .16),transparent 62%),radial-gradient(32vmax 32vmax at 84% 78%,rgb(14 165 233 / .13),transparent 60%);filter:blur(28px);animation:drift 34s var(--ease) infinite alternate}@keyframes drift{to{transform:translate3d(3vmax,-2vmax,0) scale(1.08)}}h1,h2,h3{line-height:1.15;letter-spacing:-.022em;margin:0;font-weight:650}button{font:inherit;cursor:pointer}input{font:inherit}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
