:root{--bg:#0a0f1e;--bg2:#111827;--bg3:#1a2235;--border:#1f2d47;--navy:#1f3864;--gold:#ffc000;--text:#e2e8f0;--muted:#64748b;--critical:#ef4444;--high:#f97316;--medium:#eab308;--low:#22c55e;--blue:#3b82f6;--radius:10px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}button{cursor:pointer;border:none;font-family:inherit}input,select{font-family:inherit}
