.status-overview{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border:1px solid #d8e6f4;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(14,39,72,.06)}.status-overview-main{display:flex;align-items:center;gap:14px}.status-pulse{width:17px;height:17px;border-radius:50%;background:#10b981;box-shadow:0 0 0 8px rgba(16,185,129,.12)}.status-overview.degraded .status-pulse{background:#f59e0b;box-shadow:0 0 0 8px rgba(245,158,11,.14)}.status-overview.outage .status-pulse{background:#e11d48;box-shadow:0 0 0 8px rgba(225,29,72,.13)}.status-overview h2{margin:0;color:#102743;font-size:22px}.status-overview p{margin:5px 0 0;color:#72849a;font-size:13px}.status-timestamp{color:#8090a4;font-size:12px;font-weight:800}.live-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.live-service{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 18px;border:1px solid #dae6f2;border-radius:17px;background:#fff}.live-service b{color:#1d3957;font-size:14px}.live-state{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;color:#047857;background:#dcfce7;font-size:11px;font-weight:950}.live-state:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.live-state.degraded{color:#b45309;background:#fff4da}.incident-list{display:grid;gap:12px}.incident-card{padding:18px;border:1px solid #dde7f2;border-radius:18px;background:#fff}.incident-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.incident-card h3{margin:0;color:#1c3857;font-size:15px}.incident-card p{margin:9px 0 0;color:#657991;font-size:13px;line-height:1.9;white-space:pre-wrap}.incident-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;color:#8797a9;font-size:11px}.incident-badge{padding:6px 9px;border-radius:999px;color:#1d4ed8;background:#eaf2ff;font-size:10px;font-weight:950}.incident-badge.resolved{color:#047857;background:#dcfce7}.incident-badge.critical,.incident-badge.major{color:#be123c;background:#ffe4e6}.status-empty{padding:24px;border:1px dashed #cbd9e8;border-radius:17px;color:#71849b;background:#fbfdff;text-align:center}.status-skeleton{min-height:90px;display:grid;place-items:center;color:#71849b}@media(max-width:760px){.status-overview,.incident-head{align-items:flex-start;flex-direction:column}.live-services{grid-template-columns:1fr}.status-timestamp{width:100%}}@media(prefers-reduced-motion:reduce){.status-pulse{box-shadow:none}}
