: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}*{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}
