:root{--c-bg: #0e0e1a;--c-surface: #181828;--c-surface2: #1f1f34;--c-surface3: #272742;--c-text: #f0f0f5;--c-text2: #c4c4d4;--c-muted: #8888a4;--c-dim: #5a5a78;--c-border: #2e2e48;--c-border2: #3a3a58;--c-primary: #7c3aed;--c-primary-dim: #6d28d9;--c-primary-glow: rgba(124, 58, 237, .25);--c-primary-text: #c4b5fd;--c-accent: #818cf8;--c-accent-dim: #6366f1;--c-success: #34d399;--c-success-bg: #065f46;--c-warning: #fbbf24;--c-warning-bg: #78350f;--c-error: #f87171;--c-error-bg: #991b1b;--c-info: #93c5fd;--c-info-bg: #1e3a5f;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.35);--shadow-md: 0 4px 16px rgba(0,0,0,.4);--shadow-lg: 0 8px 32px rgba(0,0,0,.5);--shadow-glow: 0 0 20px var(--c-primary-glow);--ring: 0 0 0 2px var(--c-primary-glow);--transition-fast: .12s ease;--transition-med: .2s ease;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace}*,*:before,*:after{box-sizing:border-box}:root{font-family:var(--font-sans);line-height:1.5;font-weight:400;color-scheme:dark;color:var(--c-text);background-color:var(--c-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--c-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--c-primary-text)}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(145deg,var(--c-bg) 0%,#0d0d18 50%,#12101f 100%)}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--c-text);margin-top:0}h1{font-size:2.4em;line-height:1.15;font-weight:700}h2{font-size:1.6em;font-weight:600}h3{font-size:1.25em;font-weight:600}p{color:var(--c-text2);line-height:1.6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--c-border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--c-dim)}::selection{background:var(--c-primary-glow);color:var(--c-text)}.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}
