.status-hero{padding:72px 0 58px;border-bottom:1px solid var(--border);background:linear-gradient(135deg,var(--surface),var(--bg));position:relative;overflow:hidden}
.status-hero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-130px;top:-190px;background:radial-gradient(circle,rgba(82,213,255,.16),transparent 66%);pointer-events:none}
.status-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:36px;align-items:end;position:relative;z-index:1}
.status-hero h1{max-width:820px;margin:10px 0 16px;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.045em}
.status-hero p{max-width:760px;font-size:clamp(17px,2vw,21px);line-height:1.6;color:var(--text-muted)}
.status-meta-row{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:24px;color:var(--text-muted);font-size:14px}
.status-meta-row span{display:inline-flex;gap:8px;align-items:center}
.status-dot{width:10px;height:10px;border-radius:50%;background:var(--success);box-shadow:0 0 0 6px rgba(80,200,120,.12)}
.status-state-degraded .status-dot{background:var(--warning)}
.status-state-maintenance .status-dot{background:var(--primary)}
.status-state-incident .status-dot{background:var(--danger)}
.status-hero-card{padding:24px;border:1px solid var(--border);border-radius:20px;background:color-mix(in srgb,var(--surface) 88%,transparent);box-shadow:var(--shadow-sm)}
.status-hero-card strong{display:block;font-size:42px;line-height:1;margin-bottom:8px}
.status-hero-card span{display:block;color:var(--text-muted);line-height:1.4}
.status-hero-card a{display:inline-block;margin-top:18px;font-weight:700}
.status-section{padding-top:68px;padding-bottom:68px}
.status-section-muted{background:color-mix(in srgb,var(--surface) 72%,var(--bg))}
.status-heading-row{display:flex;justify-content:space-between;gap:28px;align-items:end}
.status-component-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}
.status-component{padding:22px;border:1px solid var(--border);border-radius:18px;background:var(--surface);min-height:170px;box-shadow:var(--shadow-sm)}
.status-component-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.status-component h3{margin:0;font-size:18px}
.status-component-top>span{white-space:nowrap;padding:6px 9px;border-radius:999px;background:rgba(80,200,120,.12);color:var(--success);font-size:12px;font-weight:800}
.status-component p{color:var(--text-muted);line-height:1.55;margin:14px 0 0}
.status-component small{display:block;margin-top:12px;color:var(--text)}
.status-component-degraded .status-component-top>span,.status-component-maintenance .status-component-top>span{background:rgba(255,190,70,.12);color:var(--warning)}
.status-component-partial_outage .status-component-top>span,.status-component-major_outage .status-component-top>span{background:rgba(255,90,100,.12);color:var(--danger)}
.status-two-column{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:34px}
.status-incident-list,.status-maintenance-list,.status-known-list{display:grid;gap:16px}
.status-incident,.status-maintenance-list article,.status-known-list article{padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-sm)}
.status-incident{border-left:4px solid var(--warning)}
.status-incident.impact-major,.status-incident.impact-critical{border-left-color:var(--danger)}
.status-incident h3,.status-maintenance-list h3,.status-known-list h3{margin:12px 0 8px;font-size:21px}
.status-incident>p,.status-maintenance-list>article>p,.status-known-list p{color:var(--text-muted);line-height:1.6}
.status-incident-meta{display:flex;flex-wrap:wrap;gap:8px}
.status-incident-meta span{padding:5px 8px;border:1px solid var(--border);border-radius:999px;font-size:11px;font-weight:800;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}
.status-chip-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}
.status-chip-row span{padding:6px 9px;border-radius:999px;background:var(--surface-strong,var(--bg));font-size:12px;color:var(--text-muted)}
.status-update-timeline{position:relative;margin-top:22px;padding-left:20px;border-left:2px solid var(--border)}
.status-update-timeline>div{position:relative;padding:0 0 20px}
.status-update-timeline>div:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;left:-25.5px;top:5px;background:var(--primary)}
.status-update-timeline time{display:block;font-size:12px;color:var(--text-muted)}
.status-update-timeline strong{display:block;margin-top:3px}
.status-update-timeline p{margin:6px 0 0;color:var(--text-muted);line-height:1.55}
.status-clear-card{display:flex;gap:16px;align-items:center;padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}
.status-clear-card h3{margin:0 0 5px}
.status-clear-card p{margin:0;color:var(--text-muted)}
.status-clear-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(80,200,120,.14);color:var(--success);font-weight:900}
.status-maintenance-list dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 0}
.status-maintenance-list dl div{padding:12px;border-radius:12px;background:var(--bg)}
.status-maintenance-list dt{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--text-muted)}
.status-maintenance-list dd{margin:4px 0 0;font-size:13px}
.status-history-grid{align-items:start}
.status-history-list{display:grid;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:var(--surface)}
.status-history-list article{display:flex;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--border);align-items:center}
.status-history-list article:last-child{border-bottom:0}
.status-history-list strong,.status-history-list span{display:block}
.status-history-list article>div>span{margin-top:5px;font-size:12px;color:var(--text-muted)}
.status-history-impact{font-size:12px;font-weight:800;padding:6px 8px;border-radius:999px;background:rgba(255,190,70,.12);color:var(--warning)}
.status-history-impact.impact-critical,.status-history-impact.impact-major{background:rgba(255,90,100,.12);color:var(--danger)}
.status-known-list{margin-bottom:16px}
.status-known-list article{padding:20px}
.status-known-list small{display:block;color:var(--text-muted);line-height:1.5}
.status-safety-section{padding:18px 0 76px}
.status-safety-card{padding:28px;border:1px solid var(--border);border-radius:20px;background:var(--surface);text-align:center}
.status-safety-card>strong{font-size:20px}
.status-safety-card p{max-width:760px;margin:10px auto 20px;color:var(--text-muted);line-height:1.6}
.status-safety-card>div{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.status-global-banner{border-bottom:1px solid rgba(255,255,255,.12);background:var(--danger);color:#fff}
.status-global-banner.is-maintenance{background:var(--primary)}
.status-global-banner .container{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:10px;padding-bottom:10px}
.status-global-banner p{margin:0;font-size:14px;line-height:1.4}
.status-global-banner a{color:#fff;font-weight:800;white-space:nowrap;text-decoration:underline}
.status-admin-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:22px;align-items:start}
.status-admin-stack{display:grid;gap:20px}
.status-admin-card{padding:22px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}
.status-admin-card h2,.status-admin-card h3{margin-top:0}
.status-admin-table{width:100%;border-collapse:collapse}
.status-admin-table th,.status-admin-table td{padding:12px 10px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}
.status-admin-table th{font-size:11px;text-transform:uppercase;color:var(--text-muted)}
.status-admin-inline{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(160px,1fr) auto;gap:9px;align-items:end}
.status-admin-record{padding:16px;border:1px solid var(--border);border-radius:14px;margin-top:12px}
.status-admin-record header{display:flex;justify-content:space-between;gap:12px}
.status-admin-record h3{margin:0 0 6px}
.status-admin-record p{color:var(--text-muted);line-height:1.5}
.status-admin-record small{color:var(--text-muted)}
.status-component-checkboxes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0 16px}
.status-component-checkboxes label{display:flex;gap:8px;align-items:flex-start;padding:10px;border:1px solid var(--border);border-radius:11px}
@media(max-width:980px){.status-component-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.status-two-column,.status-admin-layout{grid-template-columns:1fr}.status-hero-grid{grid-template-columns:1fr}.status-hero-card{max-width:320px}}
@media(max-width:680px){.status-hero{padding:46px 0 38px}.status-hero h1{font-size:clamp(38px,11vw,48px)}.status-heading-row{align-items:flex-start;flex-direction:column}.status-component-grid{grid-template-columns:1fr}.status-component{min-height:0}.status-section{padding-top:48px;padding-bottom:48px}.status-two-column{gap:44px}.status-maintenance-list dl{grid-template-columns:1fr}.status-history-list article{align-items:flex-start}.status-global-banner .container{align-items:flex-start;flex-direction:column;gap:5px}.status-admin-inline{grid-template-columns:1fr}.status-component-checkboxes{grid-template-columns:1fr}}
