:root[data-theme=light]{--bg: #fafaf8;--bg-elevated: #ffffff;--bg-subtle: #f4f3ee;--bg-muted: #ebe9e3;--text: #0a1530;--text-muted: #4a5878;--text-faint: #8a93a8;--border: #e6e3db;--border-strong: #d4d0c5;--accent: #ffd400;--accent-hover: #ffc800;--accent-text: #0a1530;--success: #15803d;--success-bg: #f0fdf4;--success-border: #86efac;--warn: #b45309;--warn-bg: #fffbeb;--footer-bg: #0a1530;--footer-text: #d4d0c5;--footer-muted: #6a7494;--shadow-sm: 0 1px 2px rgba(10, 21, 48, .05);--shadow-md: 0 4px 12px rgba(10, 21, 48, .06), 0 1px 2px rgba(10, 21, 48, .04);--shadow-lg: 0 12px 32px rgba(10, 21, 48, .1), 0 4px 8px rgba(10, 21, 48, .04);--grid-color: rgba(10, 21, 48, .13);--noise-opacity: .015}:root[data-theme=dark]{--bg: #0a1530;--bg-elevated: #131e3f;--bg-subtle: #182446;--bg-muted: #1f2c50;--text: #f4f3ee;--text-muted: #a8b3cc;--text-faint: #6a7494;--border: #1f2c50;--border-strong: #2a3868;--accent: #ffd400;--accent-hover: #ffdc1f;--accent-text: #0a1530;--success: #4ade80;--success-bg: rgba(74, 222, 128, .08);--success-border: rgba(74, 222, 128, .3);--warn: #fbbf24;--warn-bg: rgba(251, 191, 36, .08);--footer-bg: #050a1f;--footer-text: #a8b3cc;--footer-muted: #6a7494;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3), 0 1px 2px rgba(0, 0, 0, .2);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .2);--grid-color: rgba(255, 212, 0, .12);--noise-opacity: .03}:root{--font-sans: "Geist", system-ui, sans-serif;--font-mono: "Geist Mono", ui-monospace, monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--font-sans);font-feature-settings:"cv11","ss01","ss03";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);background:var(--bg);line-height:1.5;min-height:100vh;transition:background .4s ease,color .4s ease}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,var(--grid-color) 1px,transparent 1px);background-size:28px 28px;background-position:14px 14px;pointer-events:none;z-index:0;transition:opacity .4s ease}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' /%3E%3C/svg%3E");opacity:var(--noise-opacity);pointer-events:none;z-index:1;mix-blend-mode:overlay}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:1400px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
