*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--surface:#111;--surface2:#1a1a1a;--border:#333;--accent:#22f59a;--text:#fff;--muted:#d1d5db;--high:#ef4444;--medium:#f59e0b;--low:#22c55e;--red-bg:rgba(239,68,68,.12);--amber-bg:rgba(245,158,11,.12);--green-bg:rgba(34,197,94,.12)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;font-size:14px;line-height:1.6}button,input{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}