.sov-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;margin-bottom:1rem}@media (max-width:1280px){.sov-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:880px){.sov-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.sov-actions-card{margin-bottom:1rem}.sov-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding:.875rem}.sov-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;margin-left:.375rem;border-radius:999px;font-size:.7rem;font-weight:700;background:var(--theme-accent,#f97316);color:#fff}.sov-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;margin-bottom:1rem}@media (max-width:1024px){.sov-two-col{grid-template-columns:1fr}}.sov-timeline{list-style:none;margin:0;padding:.875rem;display:flex;flex-direction:column;gap:.625rem}.sov-timeline-item{display:grid;grid-template-columns:.5rem 1fr auto;align-items:start;gap:.625rem;font-size:.85rem}.sov-timeline-dot{width:.5rem;height:.5rem;border-radius:999px;background:var(--theme-accent,#475569);margin-top:.4rem}.sov-timeline-line{color:var(--theme-text,#0f172a)}.sov-timeline-aside,.sov-timeline-time{color:var(--theme-text-muted,#64748b)}.sov-timeline-time{font-size:.75rem;white-space:nowrap}.sov-health{display:flex;flex-direction:column;gap:.5rem;padding:.875rem}.sov-health-row{display:grid;grid-template-columns:1.75rem 1fr auto;align-items:center;gap:.625rem;padding:.625rem .75rem;border-radius:10px;border:1px solid var(--theme-border,rgba(15,23,42,.08));background:var(--theme-surface,rgba(255,255,255,.85));font-family:inherit;text-align:left;cursor:pointer;transition:background .18s}.sov-health-row:hover{background:var(--theme-bg,#f8fafc)}.sov-health-row[data-tone=warn]{background:rgba(251,191,36,.08);border-color:rgba(251,191,36,.32)}.sov-health-row[data-tone=muted]{background:rgba(100,116,139,.08);border-color:rgba(100,116,139,.16)}[data-effective-mode=dark] .sov-health-row{background:var(--theme-surface,rgba(30,41,59,.7));border-color:var(--theme-border,rgba(255,255,255,.08))}[data-effective-mode=dark] .sov-health-row[data-tone=warn]{background:rgba(251,191,36,.12);border-color:rgba(251,191,36,.32)}.sov-health-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:8px;background:var(--theme-bg,#f1f5f9);color:var(--theme-text-muted,#64748b)}.sov-health-row[data-tone=warn] .sov-health-icon{background:rgba(251,191,36,.18);color:#b45309}.sov-health-body{display:flex;flex-direction:column;gap:.125rem}.sov-health-label{font-weight:600;font-size:.85rem;color:var(--theme-text,#0f172a)}.sov-health-hint{font-size:.78rem;color:var(--theme-text-muted,#64748b)}.sov-health-count{font-size:1.1rem;font-weight:700;color:var(--theme-text,#0f172a);min-width:2.5rem;text-align:right}.sov-health-row[data-tone=warn] .sov-health-count{color:#b45309}.sov-badge-status{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:999px;font-size:.72rem;font-weight:600;text-transform:capitalize;background:rgba(100,116,139,.12);color:#475569}.sov-badge-status[data-status=new]{background:rgba(59,130,246,.14);color:#1d4ed8}.sov-badge-status[data-status=in_progress]{background:rgba(251,191,36,.16);color:#b45309}.sov-badge-status[data-status=resolved]{background:rgba(16,185,129,.14);color:#047857}.sov-badge-status[data-status=archived]{background:rgba(100,116,139,.12);color:#475569}.sov-badge-status[data-status=active]{background:rgba(16,185,129,.14);color:#047857}.sov-badge-status[data-status=inactive]{background:rgba(100,116,139,.12);color:#475569}[data-effective-mode=dark] .sov-badge-status[data-status=new]{color:#93c5fd;background:rgba(59,130,246,.2)}[data-effective-mode=dark] .sov-badge-status[data-status=in_progress]{color:#fcd34d;background:rgba(251,191,36,.2)}[data-effective-mode=dark] .sov-badge-status[data-status=active],[data-effective-mode=dark] .sov-badge-status[data-status=resolved]{color:#6ee7b7;background:rgba(16,185,129,.18)}