:root{--bg:#f4f6f9;--surface:#fff;--text:#0f172a;--text-2:#334155;--muted:#5a7184;--line:#e2e8f0;--brand:#003d7a;--brand-2:#0066b3;--accent:#c9a961;--lime:#b8e853;--green:#16a34a;--red:#dc2626;--amber:#f59e0b}html[data-theme=dark]{--bg:#0e0e10;--surface:#131316;--text:#fff;--text-2:#cbd5e1;--muted:#94a3b8;--line:#ffffff14;--brand:#0066b3;--brand-2:#b8e853}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.55}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:14px}
