.dashboard.svelte-h7bcrl{display:flex;flex-direction:column;gap:var(--space-4);max-width:1400px;margin:0 auto;animation:svelte-h7bcrl-fadeIn .4s var(--ease-out)}.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-3)}.topbar-logo.svelte-h7bcrl{display:flex;align-items:center;gap:6px;font-family:var(--fontMono);font-weight:600;font-size:12px;color:var(--accent);letter-spacing:.08em}.topbar-sep.svelte-h7bcrl{width:1px;height:16px;background:var(--border)}.topbar-crumb.svelte-h7bcrl{font-size:12px;color:var(--textDim);font-weight:500}.topbar-right.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-4)}.live-pill.svelte-h7bcrl{display:flex;align-items:center;gap:6px;padding:4px 10px;background:#48bb7814;border:1px solid rgba(72,187,120,.2);border-radius:100px;color:var(--green);font-family:var(--fontMono);font-size:9px;font-weight:600;letter-spacing:.1em}.live-dot.svelte-h7bcrl{width:5px;height:5px;background:var(--green);border-radius:50%;animation:svelte-h7bcrl-pulse 2.5s ease-in-out infinite;box-shadow:0 0 6px #48bb7880}.timestamp.svelte-h7bcrl{font-family:var(--fontMono);font-size:11px;color:var(--textDim);font-weight:400;letter-spacing:.02em}.metrics-row.svelte-h7bcrl{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3)}.metric-card.svelte-h7bcrl{background:var(--bgCard);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-4) var(--space-3);display:flex;flex-direction:column;gap:var(--space-3);transition:all var(--duration-normal) var(--ease-out);position:relative;overflow:hidden}.metric-card.svelte-h7bcrl:hover{border-color:var(--borderLight);transform:translateY(-2px);box-shadow:var(--shadow-md)}.metric-icon.svelte-h7bcrl{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--glow, var(--accent));background:color-mix(in srgb,var(--glow, var(--accent)) 10%,transparent)}.metric-icon.critical.svelte-h7bcrl{color:var(--critical);background:#f565651a}.metric-body.svelte-h7bcrl{display:flex;flex-direction:column;gap:2px}.metric-value.svelte-h7bcrl{font-family:var(--fontMono);font-size:28px;font-weight:600;color:var(--textBright);line-height:1;letter-spacing:-.02em}.metric-value.critical.svelte-h7bcrl{color:var(--critical)}.metric-label.svelte-h7bcrl{font-size:12px;font-weight:500;color:var(--text)}.metric-sub.svelte-h7bcrl{font-size:11px;color:var(--textDim);font-weight:400}.severity-section.svelte-h7bcrl{background:var(--bgCard);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.severity-header.svelte-h7bcrl{margin-bottom:var(--space-3)}.severity-label.svelte-h7bcrl{font-family:var(--fontMono);font-size:10px;font-weight:500;color:var(--textDim);letter-spacing:.08em}.severity-track.svelte-h7bcrl{display:flex;height:5px;border-radius:100px;overflow:hidden;background:#ffffff08;gap:2px}.severity-bar.svelte-h7bcrl{border-radius:100px;transition:width .6s var(--ease-out)}.severity-bar.critical.svelte-h7bcrl{background:var(--critical)}.severity-bar.high.svelte-h7bcrl{background:var(--high)}.severity-bar.medium.svelte-h7bcrl{background:var(--medium)}.severity-bar.low.svelte-h7bcrl{background:var(--low)}.severity-bar.info.svelte-h7bcrl{background:var(--info)}.severity-legend.svelte-h7bcrl{display:flex;gap:var(--space-5);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:6px;font-size:11px}.legend-dot.svelte-h7bcrl{width:7px;height:7px;border-radius:2px}.legend-dot.critical.svelte-h7bcrl{background:var(--critical)}.legend-dot.high.svelte-h7bcrl{background:var(--high)}.legend-dot.medium.svelte-h7bcrl{background:var(--medium)}.legend-dot.low.svelte-h7bcrl{background:var(--low)}.legend-dot.info.svelte-h7bcrl{background:var(--info)}.legend-name.svelte-h7bcrl{color:var(--textDim);text-transform:capitalize;font-weight:400}.legend-count.svelte-h7bcrl{font-family:var(--fontMono);font-weight:600;color:var(--text);font-size:11px}.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;transition:border-color var(--duration-normal) var(--ease-out)}.panel.svelte-h7bcrl:hover{border-color:var(--borderLight)}.panel.wide.svelte-h7bcrl{grid-column:span 2}.panel-head.svelte-h7bcrl{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border)}.panel-label.svelte-h7bcrl{display:flex;align-items:center;gap:6px;font-family:var(--fontMono);font-size:10px;font-weight:500;color:var(--textDim);letter-spacing:.08em}.panel-link.svelte-h7bcrl{display:flex;align-items:center;gap:2px;font-size:11px;font-weight:500;color:var(--accent);transition:color var(--duration-fast) var(--ease-out)}.panel-link.svelte-h7bcrl:hover{color:var(--textBright)}.panel-body.svelte-h7bcrl{padding:var(--space-2)}.scan-row.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-3);padding:10px var(--space-3);border-radius:var(--radius-md);text-decoration:none;transition:background var(--duration-fast) var(--ease-out);animation:svelte-h7bcrl-slideIn .3s var(--ease-out) both}.scan-row.svelte-h7bcrl:hover{background:var(--bgCardHover)}.status-dot.svelte-h7bcrl{width:7px;height:7px;border-radius:50%;flex-shrink:0}.status-dot.running.svelte-h7bcrl{background:var(--accent);box-shadow:0 0 8px var(--accentGlow);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-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-family:var(--fontMono);font-size:10px;color:var(--textDim)}.scan-progress-wrap.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.progress-track.svelte-h7bcrl{width:64px;height:3px;background:#ffffff0d;border-radius:100px;overflow:hidden}.progress-fill.svelte-h7bcrl{height:100%;background:var(--accent);border-radius:100px;transition:width .3s var(--ease-out);box-shadow:0 0 6px var(--accentGlow)}.progress-pct.svelte-h7bcrl{font-family:var(--fontMono);font-size:10px;color:var(--textDim);min-width:28px;text-align:right}.status-label.svelte-h7bcrl{font-family:var(--fontMono);font-size:9px;font-weight:500;padding:3px 8px;border-radius:100px;flex-shrink:0;text-transform:uppercase;letter-spacing:.04em}.status-label.completed.svelte-h7bcrl{background:#48bb781a;color:var(--green)}.status-label.failed.svelte-h7bcrl{background:#f565651a;color:var(--red)}.status-label.pending.svelte-h7bcrl,.status-label.queued.svelte-h7bcrl,.status-label.cancelled.svelte-h7bcrl{background:#7180961a;color:var(--textDim)}.finding-row.svelte-h7bcrl{display:flex;align-items:center;gap:var(--space-3);padding:10px var(--space-3);border-radius:var(--radius-md);text-decoration:none;transition:background var(--duration-fast) var(--ease-out);animation:svelte-h7bcrl-slideIn .3s var(--ease-out) both}.finding-row.svelte-h7bcrl:hover{background:var(--bgCardHover)}.sev-pill.svelte-h7bcrl{font-family:var(--fontMono);font-size:8px;font-weight:600;padding:3px 8px;border-radius:100px;flex-shrink:0;letter-spacing:.04em}.sev-pill.critical.svelte-h7bcrl{background:#f565651f;color:var(--critical);box-shadow:inset 0 0 0 1px #f5656533}.sev-pill.high.svelte-h7bcrl{background:#ed89361f;color:var(--high);box-shadow:inset 0 0 0 1px #ed893633}.sev-pill.medium.svelte-h7bcrl{background:#ecc94b1f;color:var(--medium);box-shadow:inset 0 0 0 1px #ecc94b33}.sev-pill.low.svelte-h7bcrl{background:#48bb781f;color:var(--low);box-shadow:inset 0 0 0 1px #48bb7833}.finding-info.svelte-h7bcrl{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.finding-title.svelte-h7bcrl{font-size:12px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.finding-target.svelte-h7bcrl{font-family:var(--fontMono);font-size:10px;color:var(--textDim)}.workers-grid.svelte-h7bcrl{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--space-3);padding:var(--space-3)}.worker-card.svelte-h7bcrl{background:var(--bgSubtle);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 .3s var(--ease-out) both;transition:all var(--duration-fast) var(--ease-out)}.worker-card.svelte-h7bcrl:hover{border-color:var(--borderLight);transform:translateY(-1px)}.worker-top.svelte-h7bcrl{display:flex;justify-content:space-between;align-items:center}.worker-id.svelte-h7bcrl{font-family:var(--fontMono);font-size:11px;color:var(--text);font-weight:500}.worker-status.svelte-h7bcrl{display:flex;align-items:center;gap:4px;font-family:var(--fontMono);font-size:9px;font-weight:600;letter-spacing:.04em}.worker-status.running.svelte-h7bcrl{color:var(--green)}.worker-status.idle.svelte-h7bcrl{color:var(--blue)}.worker-status.offline.svelte-h7bcrl,.worker-status.error.svelte-h7bcrl{color:var(--red)}.ws-dot.svelte-h7bcrl{width:5px;height:5px;border-radius:50%;background:currentColor}.worker-status.running.svelte-h7bcrl .ws-dot:where(.svelte-h7bcrl){box-shadow:0 0 6px currentColor;animation:svelte-h7bcrl-pulse 2s infinite}.worker-stats.svelte-h7bcrl{display:flex;justify-content:space-between}.w-stat.svelte-h7bcrl{display:flex;flex-direction:column;align-items:center;gap:2px}.w-num.svelte-h7bcrl{font-family:var(--fontMono);font-size:13px;font-weight:600;color:var(--textBright)}.w-lbl.svelte-h7bcrl{font-size:8px;color:var(--textDim);font-family:var(--fontMono);letter-spacing:.06em;font-weight:500}.empty-msg.svelte-h7bcrl{padding:var(--space-5);text-align:center;color:var(--textDim);font-size:12px}.actions-row.svelte-h7bcrl{display:flex;gap:var(--space-3)}.action-btn.svelte-h7bcrl{display:flex;align-items:center;gap:6px;padding:10px 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;letter-spacing:.04em;transition:all var(--duration-fast) var(--ease-out)}.action-btn.svelte-h7bcrl:hover{background:var(--bgCardHover);border-color:var(--borderLight);color:var(--textBright);transform:translateY(-1px)}.action-btn.primary.svelte-h7bcrl{background:var(--accent);border-color:transparent;color:var(--bg);box-shadow:0 0 16px var(--accentGlow)}.action-btn.primary.svelte-h7bcrl:hover{background:var(--textBright);box-shadow:0 0 24px var(--accentGlowStrong)}@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}}@media(max-width:640px){.dashboard.svelte-h7bcrl{gap:var(--space-3)}.metrics-row.svelte-h7bcrl{grid-template-columns:repeat(2,1fr)}.workers-grid.svelte-h7bcrl{grid-template-columns:1fr}.actions-row.svelte-h7bcrl{flex-direction:column}.topbar.svelte-h7bcrl{flex-wrap:wrap;gap:var(--space-2)}.severity-legend.svelte-h7bcrl{flex-wrap:wrap;gap:var(--space-2) var(--space-4)}.topbar-sep.svelte-h7bcrl,.topbar-crumb.svelte-h7bcrl{display:none}}@keyframes svelte-h7bcrl-pulse{0%,to{opacity:1}50%{opacity:.4}}@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-4);padding:80px 0;color:var(--textDim);font-size:12px;font-weight:500;letter-spacing:.03em}.loading-spinner.svelte-h7bcrl{width:28px;height:28px;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:80px 0;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-5);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 var(--duration-fast) var(--ease-out)}.retry-btn.svelte-h7bcrl:hover{background:var(--bgCardHover);border-color:var(--accent);color:var(--textBright)}
