
.fleet-ops-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.fleet-ops-toolbar .search-box{min-width:220px}.fleet-ops-status{margin-left:auto;font-size:12px;color:var(--text-secondary)}.fleet-ops-cards{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:12px;margin-bottom:16px}.fleet-ops-card{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e3e8ef);border-radius:14px;padding:15px}.fleet-ops-card span{display:block;font-size:12px;color:var(--text-secondary);margin-bottom:7px}.fleet-ops-card strong{font-size:24px}.fleet-ops-card.ok strong,.fleet-pill.ok,.fleet-health.ok{color:var(--accent-green,#1f9d55)}.fleet-ops-card.warn strong,.fleet-pill.warn,.fleet-health.warn{color:var(--accent-orange,#c77d22)}.fleet-ops-card.bad strong,.fleet-pill.bad,.fleet-health.bad{color:var(--accent-red,#d0342c)}.fleet-pill{display:inline-block;font-size:11px;font-weight:700;border:1px solid currentColor;border-radius:999px;padding:3px 8px;margin-bottom:4px}#fleetControlTable td small{display:block;color:var(--text-secondary);font-size:11px;margin-top:3px}.fleet-health{font-size:16px}.fleet-empty{text-align:center!important;padding:30px!important;color:var(--text-secondary)}@media(max-width:1100px){.fleet-ops-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.fleet-ops-cards{grid-template-columns:repeat(2,1fr)}.fleet-ops-status{width:100%;margin-left:0}}
