:root{--bg:#fafdfa;--surface:#fff;--text:#1b2d2a;--text-secondary:#4a5d59;--text-muted:#7a8b87;--primary:#37a437;--primary-dark:#255825;--primary-weak:#3dab3f1a;--secondary:#ea2a70;--tertiary:#012e52;--accent:#00a4cc;--border:#d9d9d9;--ring:#37a43740;--shadow:#10182814;--success:#37a437;--success-bg:#3dab3f1f;--error:#ff6b6b;--error-bg:#ff6b6b1f}@media (prefers-color-scheme:dark){:root{--bg:#0d151a;--surface:#152028;--text:#eaf2f0;--text-secondary:#c5d5d0;--text-muted:#8aa7a2;--primary:#9dcb00;--primary-dark:#012e52;--primary-weak:#9dcb001f;--secondary:#37a437;--tertiary:#00a4cc;--accent:#ea2a70;--border:#2c4149;--ring:#9dcb0040;--shadow:#00000059;--success:#9dcb00;--success-bg:#9dcb0026;--error:#ff6b6b;--error-bg:#ff6b6b26}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Inter,ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;display:flex}@keyframes spin{to{transform:rotate(360deg)}}
