:root{--bg: #0F0E0C;--surface: #1A1917;--surface2: #222120;--border: #2E2D2B;--text: #E8E6E1;--muted: #7A7875;--faint: #3A3836;--teal: #01696F;--teal-bright: #4F98A3;--teal-glow: rgba(1,105,111,.15);--gold: #D19900;--green: #437A22;--red: #A12C7B;--orange: #964219;--purple: #7A39BB;--radius: 10px;--font: "Satoshi", system-ui, -apple-system, sans-serif}:root.theme-light{--bg: #FAF9F5;--surface: #FFFFFF;--surface2: #F1EFE8;--border: #E2E0D7;--text: #1A1917;--muted: #6A6864;--faint: #C7C5BD;--teal: #015F65;--teal-bright: #017078;--teal-glow: rgba(1,105,111,.08);--gold: #946800;--green: #2E5816;--red: #771E5C;--orange: #6E3214;--purple: #4E2A8E}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
