:root{--bg:#f4f5f7;--surface:#ffffff;--border:#e3e6ea;--text:#1a1d21;--muted:#6b7280;--brand:#0a4d8c;--brand-dark:#073761;--green:#1a8a4a;--green-bg:#e6f5ec;--red:#c2351f;--red-bg:#fbeae7;--amber:#b5710a;--amber-bg:#fdf3e3;--blue:#1f6feb;--blue-bg:#e8f1fe}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button,input{font-size:16px}:root{--c-bg:#f4f5f7;--c-surface:#ffffff;--c-surface2:#eef1f5;--c-border:#e3e6ea;--c-text:#1a1d21;--c-muted:#6b7280;--c-dim:#9ca3af}:root[data-theme=dark]{--c-bg:#0a0d1a;--c-surface:#11152a;--c-surface2:#0d1120;--c-border:#1f2538;--c-text:#e2e8f0;--c-muted:#94a3b8;--c-dim:#64748b}:root[data-theme=dark] body{background:#0a0d1a}