/* /assets/css/status.css — EmechNET Status page additions */
.status-page .status-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.status-page .stats-badge{gap:10px}
.status-page .stats-badge-strong{font-weight:800}

.status-cards{grid-template-columns:repeat(4,minmax(0,1fr));}
@media (max-width: 900px){.status-cards{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width: 520px){.status-cards{grid-template-columns:1fr;}}

.status-kv{margin-top:8px;display:flex;flex-direction:column;gap:8px}
.status-kv__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:12px;border:1px solid rgba(255,255,255,0.06);background:rgba(11,18,32,0.35)}
.status-kv__row span{color:var(--muted);font-size:12px}
.status-kv__row strong{font-size:14px;color:#f8fafc}

.status-chart-wrap{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:rgba(11,18,32,0.55);padding:10px}

.status-table{min-width:980px}
.status-modules{min-width:860px}
