:root{--bg: #f6f7f9;--surface: #ffffff;--border: #e3e6ea;--text: #1a1c1e;--muted: #6b7176;--accent: #2f6d4f;--danger: #c0392b;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #16181b;--surface: #1e2125;--border: #2c3036;--text: #e8eaed;--muted: #9aa0a6;--accent: #4b9b73;--danger: #e57368}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button{font-family:inherit}
