:root,[data-theme=dark]{--bg-primary: #0a0b10;--bg-secondary: #0f1117;--bg-card: #14161e;--bg-card-hover: #1a1d27;--bg-elevated: #1e2130;--border: #1e2130;--border-subtle: #181b25;--text-primary: #ecedf2;--text-secondary: #9498ae;--text-muted: #5d6280;--accent: #6190f5;--accent-dim: rgba(97, 144, 245, .1);--accent-glow: rgba(97, 144, 245, .25);--red: #f06060;--green: #3bd87a;--amber: #f0a030;--font-display: "Roboto", sans-serif;--font-serif: "Roboto", serif;--font-mono: "Roboto Mono", monospace;--shadow-sm: 0 1px 3px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.4), 0 2px 6px rgba(0,0,0,.3);--shadow-lg: 0 12px 40px rgba(0,0,0,.5), 0 4px 12px rgba(0,0,0,.3);--shadow-glow: 0 0 20px rgba(97, 144, 245, .08);--gradient-card: linear-gradient(135deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,0) 100%);--gradient-accent: linear-gradient(135deg, #6190f5, #8b5cf6);color-scheme:dark}[data-theme=light]{--bg-primary: #f5f6f8;--bg-secondary: #eef0f4;--bg-card: #ffffff;--bg-card-hover: #f8f9fb;--bg-elevated: #eaecf0;--border: #e0e3ea;--border-subtle: #eceef2;--text-primary: #1e2030;--text-secondary: #5c6078;--text-muted: #9498ae;--accent: #5070d0;--accent-dim: rgba(80, 112, 208, .07);--accent-glow: rgba(80, 112, 208, .12);--red: #dc4444;--green: #2e9860;--amber: #c08518;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);--shadow-lg: 0 12px 40px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.05);--shadow-glow: 0 0 20px rgba(80, 112, 208, .06);--gradient-card: linear-gradient(135deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,.4) 100%);--gradient-accent: linear-gradient(135deg, #5070d0, #7c5cc4);color-scheme:light}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-mono);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s,color .3s}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:.4;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.noise-overlay{position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}[data-theme=light] .noise-overlay{opacity:0}
