:root{--bg: #0f1117;--surface: #161b27;--surface-2: #1c2333;--border: #2a3347;--accent: #3b82f6;--accent-hover: #60a5fa;--text: #e2e8f0;--text-dim: #94a3b8;--critical: #ef4444;--high: #f97316;--medium: #eab308;--low: #64748b;--info: #38bdf8;--failed: #a855f7;--error: #ef4444}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg)!important;color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif}button,input,select{font-family:inherit;font-size:.95rem}button{background:var(--accent);color:#0b0d13;border:none;border-radius:6px;padding:.55rem 1.1rem;font-weight:600;cursor:pointer;transition:background .15s ease}button:hover{background:var(--accent-hover)}button:disabled{background:var(--border);color:var(--text-dim);cursor:not-allowed}button.secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}button.secondary:hover{background:var(--border)}input[type=text],input[type=password],select{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.5rem .7rem}input:focus,select:focus{outline:1px solid var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.badge{display:inline-block;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:4px;text-transform:uppercase}.badge.critical{background:var(--critical);color:#fff}.badge.high{background:var(--high);color:#1a1a1a}.badge.medium{background:var(--medium);color:#1a1a1a}.badge.low{background:var(--low);color:#fff}.badge.info{background:var(--info);color:#1a1a1a}.badge.scan_failed{background:var(--failed);color:#fff}.error-box{background:#2a1111;border:1px solid var(--error);color:#fca5a5;border-radius:6px;padding:.75rem 1rem;margin-bottom:1rem;font-size:.9rem}
