.war-room.svelte-h7bcrl{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-5);max-width:1400px;margin:0 auto;background:var(--bg);min-height:100vh}.topbar.svelte-h7bcrl{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3) var(--space-4);background:var(--bgCard);border:1px solid var(--border);border-radius:var(--radius-lg)}.topbar-left.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-4)}.logo.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-2);font-family:var(--fontMono);font-weight:600;font-size:14px;color:var(--accent)}.breadcrumb.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-2);font-size:11px}.topbar-right.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-4)}.live-indicator.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-2);padding:4px 8px;background:#10b98126;border:1px solid rgba(16,185,129,.3);border-radius:var(--radius-sm);color:var(--green);font-family:var(--fontMono);font-size:10px;font-weight:600;letter-spacing:.05em}.live-indicator.svelte-h7bcrl .status-dot:where(.svelte-h7bcrl){width:6px;height:6px;background:var(--green);border-radius:50%;animation:svelte-h7bcrl-pulse 2s infinite}.timestamp.svelte-h7bcrl{font-size:11px;color:var(--textDim)}.metrics-row.svelte-h7bcrl{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3)}.metric.svelte-h7bcrl{background:var(--bgCard);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4);display:flex;flex-direction:column;gap:2px;animation:svelte-h7bcrl-fadeIn .3s ease forwards}.metric-label.svelte-h7bcrl{font-family:var(--fontMono);font-size:10px;font-weight:500;color:var(--textDim);letter-spacing:.05em}.metric-value.svelte-h7bcrl{font-family:var(--fontMono);font-size:26px;font-weight:600;color:var(--textBright);line-height:1.1}.metric-value.critical.svelte-h7bcrl{color:var(--critical)}.metric-sub.svelte-h7bcrl{font-size:11px;color:var(--textDim)}.severity-section.svelte-h7bcrl{background:var(--bgCard);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.section-header.svelte-h7bcrl{margin-bottom:var(--space-3)}.section-title.svelte-h7bcrl{font-family:var(--fontMono);font-size:10px;font-weight:500;color:var(--textDim);letter-spacing:.05em}.severity-bar.svelte-h7bcrl{display:flex;height:6px;border-radius:3px;overflow:hidden;background:var(--border)}.severity-segment.svelte-h7bcrl{min-width:2px;transition:width .5s ease}.severity-segment.critical.svelte-h7bcrl{background:var(--critical)}.severity-segment.high.svelte-h7bcrl{background:var(--high)}.severity-segment.medium.svelte-h7bcrl{background:var(--medium)}.severity-segment.low.svelte-h7bcrl{background:var(--low)}.severity-segment.info.svelte-h7bcrl{background:var(--info)}.severity-legend.svelte-h7bcrl{display:flex;gap:var(--space-4);margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--border)}.legend-item.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-2);font-size:10px}.legend-dot.svelte-h7bcrl{width:8px;height:8px;border-radius:2px}.legend-item.critical.svelte-h7bcrl .legend-dot:where(.svelte-h7bcrl){background:var(--critical)}.legend-item.high.svelte-h7bcrl .legend-dot:where(.svelte-h7bcrl){background:var(--high)}.legend-item.medium.svelte-h7bcrl .legend-dot:where(.svelte-h7bcrl){background:var(--medium)}.legend-item.low.svelte-h7bcrl .legend-dot:where(.svelte-h7bcrl){background:var(--low)}.legend-item.info.svelte-h7bcrl .legend-dot:where(.svelte-h7bcrl){background:var(--info)}.legend-label.svelte-h7bcrl{color:var(--textDim);font-family:var(--fontMono);letter-spacing:.03em}.legend-count.svelte-h7bcrl{font-family:var(--fontMono);font-weight:600;color:var(--text)}.main-grid.svelte-h7bcrl{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.panel.svelte-h7bcrl{background:var(--bgCard);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.panel.wide.svelte-h7bcrl{grid-column:span 2}.panel-header.svelte-h7bcrl{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);background:var(--bgCardHover)}.panel-title.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-2);font-family:var(--fontMono);font-size:10px;font-weight:500;color:var(--textDim);letter-spacing:.05em}.panel-action.svelte-h7bcrl{font-size:11px;color:var(--accent)}.panel-content.svelte-h7bcrl{padding:var(--space-2)}.scan-row.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);text-decoration:none;transition:background .15s ease;animation:svelte-h7bcrl-slideIn .25s ease forwards;opacity:0}.scan-row.svelte-h7bcrl:hover{background:var(--bgCardHover)}.scan-status.svelte-h7bcrl{flex-shrink:0}.status-dot.svelte-h7bcrl{width:8px;height:8px;border-radius:50%;display:block}.status-dot.running.svelte-h7bcrl{background:var(--accent);box-shadow:0 0 6px var(--accent);animation:svelte-h7bcrl-pulse 2s infinite}.status-dot.completed.svelte-h7bcrl{background:var(--green)}.status-dot.failed.svelte-h7bcrl{background:var(--red)}.status-dot.pending.svelte-h7bcrl,.status-dot.queued.svelte-h7bcrl,.status-dot.cancelled.svelte-h7bcrl{background:var(--textDim)}.scan-status-label.svelte-h7bcrl{font-family:var(--fontMono);font-size:9px;font-weight:500;padding:2px 6px;border-radius:var(--radius-sm);flex-shrink:0;text-transform:uppercase;letter-spacing:.03em}.scan-status-label.completed.svelte-h7bcrl{background:#22c55e26;color:var(--green)}.scan-status-label.failed.svelte-h7bcrl{background:#ef444426;color:var(--red)}.scan-status-label.pending.svelte-h7bcrl,.scan-status-label.queued.svelte-h7bcrl,.scan-status-label.cancelled.svelte-h7bcrl{background:#94a3b826;color:var(--textDim)}.scan-info.svelte-h7bcrl{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.scan-name.svelte-h7bcrl{font-size:12px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scan-target.svelte-h7bcrl{font-size:10px;color:var(--textDim)}.scan-progress-wrap.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.scan-progress.svelte-h7bcrl{width:60px;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.progress-fill.svelte-h7bcrl{height:100%;background:var(--accent);border-radius:2px;transition:width .3s ease}.progress-text.svelte-h7bcrl{font-size:10px;color:var(--textDim);min-width:32px;text-align:right}.finding-row.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);text-decoration:none;transition:background .15s ease;animation:svelte-h7bcrl-slideIn .25s ease forwards;opacity:0}.finding-row.svelte-h7bcrl:hover{background:var(--bgCardHover)}.severity-badge.svelte-h7bcrl{font-family:var(--fontMono);font-size:9px;font-weight:500;padding:2px 6px;border-radius:var(--radius-sm);flex-shrink:0}.severity-badge.critical.svelte-h7bcrl{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:var(--critical)}.severity-badge.high.svelte-h7bcrl{background:#f9731626;border:1px solid rgba(249,115,22,.3);color:var(--high)}.severity-badge.medium.svelte-h7bcrl{background:#eab30826;border:1px solid rgba(234,179,8,.3);color:var(--medium)}.severity-badge.low.svelte-h7bcrl{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:var(--low)}.finding-info.svelte-h7bcrl{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.finding-title.svelte-h7bcrl{font-size:11px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.finding-target.svelte-h7bcrl{font-size:10px;color:var(--textDim)}.workers-grid.svelte-h7bcrl{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);padding:var(--space-3)}.worker-card.svelte-h7bcrl{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-3);animation:svelte-h7bcrl-slideIn .25s ease forwards;opacity:0}.worker-card.svelte-h7bcrl:hover{border-color:var(--borderLight)}.worker-header.svelte-h7bcrl{display:flex;justify-content:space-between;align-items:center}.worker-id.svelte-h7bcrl{font-size:11px;color:var(--text)}.worker-status.svelte-h7bcrl{display:flex;align-items:center;gap:4px;font-family:var(--fontMono);font-size:9px;font-weight:500;letter-spacing:.03em}.worker-status.running.svelte-h7bcrl{color:var(--green)}.worker-status.idle.svelte-h7bcrl{color:var(--blue)}.worker-status.offline.svelte-h7bcrl{color:var(--red)}.worker-status.svelte-h7bcrl .status-dot:where(.svelte-h7bcrl){width:6px;height:6px}.worker-status.running.svelte-h7bcrl .status-dot:where(.svelte-h7bcrl){background:var(--green);box-shadow:0 0 4px var(--green)}.worker-stats.svelte-h7bcrl{display:flex;justify-content:space-between}.worker-stat.svelte-h7bcrl{display:flex;flex-direction:column;align-items:center;gap:2px}.stat-num.svelte-h7bcrl{font-size:14px;font-weight:600;color:var(--textBright)}.stat-lbl.svelte-h7bcrl{font-size:8px;color:var(--textDim);font-family:var(--fontMono);letter-spacing:.05em}.empty-state.svelte-h7bcrl{padding:var(--space-4);text-align:center;color:var(--textDim);font-size:11px}.actions-row.svelte-h7bcrl{display:flex;gap:var(--space-3);padding-top:var(--space-3)}.action-btn.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--bgCard);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--fontMono);font-size:10px;font-weight:500;color:var(--text);text-decoration:none;transition:all .15s ease}.action-btn.svelte-h7bcrl:hover{background:var(--bgCardHover);border-color:var(--borderLight)}.action-btn.primary.svelte-h7bcrl{background:var(--accent);border-color:var(--accent);color:var(--bg)}.action-btn.primary.svelte-h7bcrl:hover{background:var(--accentDim);border-color:var(--accentDim)}@media(max-width:1024px){.metrics-row.svelte-h7bcrl{grid-template-columns:repeat(2,1fr)}.main-grid.svelte-h7bcrl{grid-template-columns:1fr}.panel.wide.svelte-h7bcrl{grid-column:span 1}.workers-grid.svelte-h7bcrl{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.metrics-row.svelte-h7bcrl,.workers-grid.svelte-h7bcrl{grid-template-columns:1fr}.actions-row.svelte-h7bcrl{flex-direction:column}}@keyframes svelte-h7bcrl-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes svelte-h7bcrl-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-h7bcrl-slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.loading-container.svelte-h7bcrl{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-8);color:var(--textDim);font-size:13px}.loading-spinner.svelte-h7bcrl{width:32px;height:32px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:svelte-h7bcrl-spin .8s linear infinite}@keyframes svelte-h7bcrl-spin{to{transform:rotate(360deg)}}.error-container.svelte-h7bcrl{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-8);color:var(--red);text-align:center}.error-container.svelte-h7bcrl p:where(.svelte-h7bcrl){color:var(--text);font-size:13px}.retry-btn.svelte-h7bcrl{padding:var(--space-2) var(--space-4);background:var(--bgCard);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);font-family:var(--fontMono);font-size:11px;font-weight:500;cursor:pointer;transition:all .15s ease}.retry-btn.svelte-h7bcrl:hover{background:var(--bgCardHover);border-color:var(--accent)}
