.status-page{padding-top:2rem;padding-bottom:2rem}.status-page .page-header{margin-bottom:2rem}.status-page .page-sub{margin-top:.5rem;color:var(--text-muted)}.status-page .banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);margin-bottom:1.5rem;flex-wrap:wrap}.status-page .banner[data-state=ok]{border-color:#22c55e4d;background:#22c55e0d}.status-page .banner[data-state=degraded]{border-color:#eab3084d;background:#eab3080d}.status-page .banner[data-state=down]{border-color:#ef44444d;background:#ef44440d}.status-page .banner-inner{display:flex;align-items:center;gap:.75rem}.status-page .banner-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;background:var(--text-faint)}.status-page .banner-dot-green{background:var(--green);box-shadow:0 0 8px #22c55e80;animation:status-pulse 2.5s ease-in-out infinite}.status-page .banner-dot-yellow{background:var(--yellow)}.status-page .banner-dot-red{background:var(--red)}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.5}}.status-page .banner-label{font-weight:600;font-size:1rem;color:var(--text)}.status-page .banner-uptime{font-family:var(--mono);font-size:.8125rem;color:var(--text-muted)}.status-page .legend{display:flex;gap:1.25rem;margin-bottom:2rem;flex-wrap:wrap}.status-page .legend-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-faint)}.status-page .legend-swatch{display:inline-block;width:10px;height:10px;border-radius:2px;flex-shrink:0}.status-page .services{display:flex;flex-direction:column;gap:1rem}.status-page .loading-placeholder{text-align:center;color:var(--text-faint);padding:3rem 1rem;font-size:.875rem}.status-page .loading-placeholder.error{color:var(--red)}.status-page .loading-placeholder code{font-family:var(--mono);font-size:.75rem;opacity:.7}.status-page .svc-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem}.status-page .svc-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.status-page .svc-left{display:flex;align-items:center;gap:.5rem}.status-page .svc-icon{font-size:1.1rem}.status-page .svc-name{font-weight:600;color:var(--text);font-size:.9375rem}.status-page .svc-badge{font-size:.6875rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.status-page .svc-badge-green{color:#22c55e;background:#22c55e1a}.status-page .svc-badge-yellow{color:#eab308;background:#eab3081a}.status-page .svc-badge-red{color:#ef4444;background:#ef44441a}.status-page .svc-badge-gray{color:var(--text-faint);background:#55556a26}.status-page .svc-right{display:flex;align-items:baseline;gap:.35rem}.status-page .svc-pct{font-family:var(--mono);font-size:1.25rem;font-weight:700;color:var(--text)}.status-page .svc-pct-na{color:var(--text-faint)}.status-page .svc-pct-label{font-size:.75rem;color:var(--text-faint)}.status-page .svc-bars{display:flex;gap:1px;height:32px;align-items:stretch;overflow:hidden}.status-page .svc-bar{flex:1 1 0%;border-radius:1.5px;min-width:0;position:relative;cursor:pointer;transition:opacity .1s;overflow:visible}.status-page .svc-bar:hover{opacity:.75}.status-page .svc-tip{display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1a1a28;color:var(--text);font-size:.6875rem;font-family:var(--mono);padding:.35rem .6rem;border-radius:var(--radius);border:1px solid var(--border);white-space:nowrap;z-index:10;pointer-events:none}.status-page .svc-bar:hover .svc-tip{display:block}.status-page .svc-labels{display:flex;justify-content:space-between;margin-top:.35rem;font-size:.6875rem;color:var(--text-faint);font-family:var(--mono)}.status-page .incidents{margin-top:2.5rem}.status-page .incidents-heading{font-size:1.125rem;margin-bottom:1rem}.status-page .incidents-list{display:flex;flex-direction:column;gap:.75rem}.status-page .incident-row{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem}.status-page .incident-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem;flex-wrap:wrap}.status-page .incident-type{font-size:.6875rem;font-weight:600;padding:.1rem .45rem;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.status-page .incident-type-down{color:#ef4444;background:#ef44441a}.status-page .incident-type-degraded{color:#eab308;background:#eab3081a}.status-page .incident-type-drift,.status-page .incident-type-error_spike{color:var(--accent);background:var(--accent-glow)}.status-page .incident-slug{font-family:var(--mono);font-size:.8125rem;color:var(--text);font-weight:500}.status-page .incident-time{font-family:var(--mono);font-size:.75rem;color:var(--text-faint);margin-left:auto}.status-page .incident-msg{font-size:.875rem;color:var(--text-muted)}@media(max-width:640px){.status-page .svc-header{flex-direction:column;align-items:flex-start;gap:.5rem}.status-page .svc-bars{height:24px}.status-page .banner{flex-direction:column;align-items:flex-start}}
