:root{--bg: #F9F9F7;--surface: #FFFFFF;--surface2: #F2F2F0;--border: #EBEBEB;--border-strong: #D4D4D4;--text-primary: #1A1A1A;--text-secondary: #6B6B6B;--text-tertiary: #ABABAB;--accent: #1A1A1A;--accent-inv: #FFFFFF;--green: #2D7A4F;--green-bg: #EAF4EE;--amber: #B8741A;--amber-bg: #FFF8EC}@media(prefers-color-scheme:dark){:root{--bg: #111111;--surface: #1C1C1E;--surface2: #242424;--border: #2C2C2E;--border-strong: #3A3A3C;--text-primary: #F2F2F2;--text-secondary: #9A9A9A;--text-tertiary: #888888;--accent: #F2F2F2;--accent-inv: #111111;--green: #4CAF78;--green-bg: #0E2318;--amber: #E09240;--amber-bg: #241A08}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}
