.status-hero{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);background:var(--gray-panel);border:1px solid var(--gray-line);margin-bottom:var(--space-xl)}.status-hero h2{margin:0}.status-hero p{margin:0;font-size:.8rem}.status-hero .status-hero-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0}.status-hero.nominal{border-left:3px solid var(--green-core)}.status-hero.nominal .status-hero-dot{background:var(--green-core);box-shadow:0 0 10px var(--green-core)}.status-hero.nominal h2{color:var(--green-core)}.status-hero.warn{border-left:3px solid var(--yellow-priority)}.status-hero.warn .status-hero-dot{background:var(--yellow-priority);box-shadow:0 0 10px var(--yellow-priority)}.status-hero.warn h2{color:var(--yellow-priority)}.status-hero.critical{border-left:3px solid var(--red-alert)}.status-hero.critical .status-hero-dot{background:var(--red-alert);box-shadow:0 0 10px var(--red-alert)}.status-hero.critical h2{color:var(--red-alert)}.status-metrics{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:var(--space-md);margin-bottom:var(--space-xl)}.status-metric{background:var(--gray-panel);border:1px solid var(--gray-line);padding:var(--space-lg)}.status-metric h3{font-size:.75rem;color:var(--metal-muted);margin-bottom:var(--space-md)}.big-meter{display:flex;align-items:center;gap:var(--space-md)}.big-meter .meter-bar{height:10px}.big-meter .big-value{font-size:1.5rem;font-weight:600;color:var(--white-silent);min-width:40px}.status-distribution{margin-bottom:var(--space-xl)}.dist-bars{display:flex;flex-direction:column;gap:var(--space-sm)}.dist-row{display:flex;align-items:center;gap:var(--space-md)}.dist-label{display:flex;align-items:center;gap:var(--space-sm);width:80px;font-size:.8rem;color:var(--metal-muted)}.dist-bar-container{flex:1;height:8px;background:var(--gray-line);border-radius:4px;overflow:hidden}.dist-bar{height:100%;border-radius:4px;transition:width .3s}.dist-bar.level-5{background:var(--violet-core)}.dist-bar.level-4{background:var(--red-alert)}.dist-bar.level-3{background:var(--amber-status)}.dist-bar.level-2{background:var(--yellow-priority)}.dist-bar.level-1{background:var(--blue-network)}.dist-count{font-size:.8rem;color:var(--white-silent);width:30px;text-align:right}.status-top-threats{margin-bottom:var(--space-xl)}.threat-table{display:flex;flex-direction:column;gap:2px}.threat-row{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--gray-dark);text-decoration:none;transition:background .15s}.threat-row:hover{background:var(--gray-panel)}.threat-row .threat-name{color:var(--white-silent);flex:1;font-size:.85rem}.threat-row .threat-loc{color:var(--metal-muted);font-size:.75rem;flex:1}.threat-row .threat-val{color:var(--red-alert);font-weight:600;font-size:.85rem}/*# sourceMappingURL=status.css.map */
