:root{--bg:#f8fafc;--surface:#ffffff;--text:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--accent:#3b82f6;--badge-bg:#e2e8f0;--badge-fg:#1e293b}[data-theme=dark]{--bg:#0f172a;--surface:#1e293b;--text:#f1f5f9;--text-muted:#94a3b8;--border:#334155;--accent:#60a5fa;--badge-bg:#334155;--badge-fg:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);transition:background .2s ease,color .2s ease}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}