:root,[data-theme=dark]{color-scheme:dark;--bg: #050505;--bg-subtle: #0b0b0c;--card: #0a0a0b;--card-hover: #111113;--text: #f1f1f3;--text-secondary: #a1a1aa;--text-muted: #56565e;--muted: #67676f;--border: #202023;--border-strong: #343439;--grid-line: rgba(255, 255, 255, .035);--accent: #3c5ae8;--accent-hover: #4a68ef;--accent-bright: #6f8cff;--success: #35c875;--shadow-md: 0 12px 36px rgba(0, 0, 0, .28);--shadow-lg: 0 22px 60px rgba(0, 0, 0, .38);--shadow-xl: 0 38px 100px rgba(0, 0, 0, .5)}[data-theme=light]{color-scheme:light;--bg: #fafafa;--bg-subtle: #f5f5f5;--card: #ffffff;--card-hover: #f6f6f7;--text: #0a0a0b;--text-secondary: #55555e;--text-muted: #a0a0a8;--muted: #777780;--border: #e5e5e7;--border-strong: #ceced2;--grid-line: rgba(0, 0, 0, .04);--accent: #3c5ae8;--accent-hover: #2f4bd3;--accent-bright: #3859df;--success: #169c51;--shadow-md: 0 12px 36px rgba(0, 0, 0, .08);--shadow-lg: 0 22px 60px rgba(0, 0, 0, .11);--shadow-xl: 0 38px 100px rgba(0, 0, 0, .15)}:root{--font-sans: Inter, Geist, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Consolas, monospace}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{min-width:320px;min-height:100vh;margin:0;color:var(--text);background:radial-gradient(circle at 50% -10%,rgba(60,90,232,.08),transparent 28rem),var(--bg);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:color .18s ease,background-color .18s ease}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font-family:inherit}img,svg{max-width:100%}::selection{color:#fff;background:#3c5ae8b3}:focus-visible{outline:2px solid var(--accent-bright);outline-offset:3px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{border:2px solid var(--bg);border-radius:8px;background:var(--border-strong)}
