.status-hero{padding:54px 0 26px;background:linear-gradient(180deg,#f4f9fa 0%,#eef5f7 100%);border-bottom:1px solid #d8e3ea}
.status-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end}
.status-hero h1{margin:8px 0 10px;font-size:clamp(34px,5vw,54px);line-height:1.04;letter-spacing:-.045em;color:#102a43}
.status-hero p{max-width:720px;margin:0;color:#60758a;font-size:18px;line-height:1.6}
.overall-card{min-width:280px;display:flex;align-items:center;gap:13px;padding:18px 20px;border:1px solid #cbd9e3;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(16,42,67,.07)}
.overall-card>div{display:grid;gap:3px}.overall-card strong{font-size:16px;color:#102a43}.overall-card span:not(.status-dot){font-size:12px;color:#6c8093}
.status-dot{width:14px;height:14px;flex:0 0 14px;border-radius:999px;background:#94a3b8;box-shadow:0 0 0 5px rgba(148,163,184,.15)}
.overall-card.operational .status-dot,.component-status.operational .status-dot{background:#16856f;box-shadow:0 0 0 5px rgba(22,133,111,.13)}
.overall-card.degraded .status-dot,.component-status.degraded .status-dot{background:#d58a18;box-shadow:0 0 0 5px rgba(213,138,24,.13)}
.overall-card.unavailable .status-dot,.component-status.unavailable .status-dot{background:#c94b4b;box-shadow:0 0 0 5px rgba(201,75,75,.13)}
.status-heading{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px}
.status-heading h2{margin:4px 0 0}.status-refresh{min-height:42px;padding:0 16px;border:1px solid #cbd9e3;border-radius:10px;background:#fff;color:#18354f;font:inherit;font-weight:800;cursor:pointer}
.status-refresh:hover{background:#f7fafc}.status-refresh:disabled{opacity:.55;cursor:wait}
.component-list{display:grid;border:1px solid #d8e3ea;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(16,42,67,.05)}
.component-row{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.4fr) auto;gap:20px;align-items:center;padding:18px 20px;border-bottom:1px solid #e4ebf0}
.component-row:last-child{border-bottom:0}.component-name{font-weight:800;color:#102a43}.component-note{font-size:14px;line-height:1.5;color:#64788b}
.component-status{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:800;color:#334e68;white-space:nowrap}.component-status .status-dot{width:10px;height:10px;flex-basis:10px;box-shadow:none}
.component-check{display:inline-block;margin-left:7px;padding:3px 6px;border-radius:999px;background:#eef4f7;color:#6a7f91;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.status-disclaimer{margin:14px 4px 0;color:#75879a;font-size:12px;line-height:1.5}
.history-card{padding:22px;border:1px solid #d8e3ea;border-radius:16px;background:#fff}.history-card strong{color:#102a43}.history-card p{margin:7px 0 0;color:#667b8f;line-height:1.55}
.incident-list{display:grid;gap:12px}.incident-card,.incident-empty{padding:20px;border:1px solid #d8e3ea;border-radius:14px;background:#fff}.incident-card h3{margin:0 0 5px;color:#102a43}.incident-card p{margin:0;color:#657b8e}.incident-meta{margin-top:10px;font-size:12px;color:#7c8da0}
.skeleton{color:#718399}
@media(max-width:760px){.status-hero{padding:34px 0 20px}.status-hero-inner{grid-template-columns:1fr}.overall-card{min-width:0;width:100%}.status-heading{align-items:flex-start;flex-direction:column}.status-refresh{width:100%}.component-row{grid-template-columns:1fr;gap:7px;padding:16px}.component-status{justify-self:start}.status-hero h1{font-size:36px}}

.uptime-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}
.uptime-metrics>div{display:grid;gap:4px;padding:14px;border:1px solid #dfe8ee;border-radius:12px;background:#f8fbfc}
.uptime-metrics strong{font-size:20px;color:#102a43}
.uptime-metrics span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.045em;color:#718699}
@media(max-width:620px){.uptime-metrics{grid-template-columns:1fr}}
