@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Sora:wght@400;600;800&display=swap";:root{--red:#e53935;--blue:#1a73e8;--green:#34a853;--yellow:#f9a825;--dark:#0d1117;--card:#161b22;--border:#30363d;--text:#e6edf3;--muted:#8b949e;--amb:#e53935;--fire:#ff6d00;--police:#1565c0;--rescue:#9c27b0;--hazmat:#f57f17}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--dark);color:var(--text);min-height:100vh;font-family:Sora,sans-serif}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.chip{text-transform:uppercase;border-radius:7px;padding:2px 8px;font-size:10px;font-weight:700}.chip-critical{color:#e53935;background:#e539351f}.chip-high{color:#ff6d00;background:#ff6d001a}.chip-medium{color:#f9a825;background:#f9a8251a}.chip-low{color:#34a853;background:#34a8531a}.chip-pending{color:#f9a825;background:#f9a8251f}.chip-accepted{color:var(--green);background:#34a8531f}.chip-rejected{color:var(--red);background:#e539351f}.chip-waiting{color:var(--muted);background:#8b949e1a}.mono{font-family:JetBrains Mono,monospace}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes selFlash{0%,to{box-shadow:0 0 #1a73e880}50%{box-shadow:0 0 0 6px #1a73e800}}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}
