:root{--status-green:#176b45;--status-dark:#153d2d;--status-soft:#eef7f2;--status-border:#dce8e1;--status-muted:#65766d;--status-ok:#2f9e64;--status-yellow:#e1a72d;--status-orange:#df7b32;--status-red:#cf4b4b;--status-blue:#4f78c4}
*{box-sizing:border-box}.moin-status-page{margin:0;background:#f7faf8;color:#19382b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.status-header{background:linear-gradient(135deg,#0f5a39,#1c784e);color:#fff;box-shadow:0 8px 28px rgba(13,67,42,.2)}.status-header-inner{max-width:980px;margin:auto;min-height:92px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:25px}.status-header .brand{color:#fff;text-decoration:none;font-size:1.75rem}.status-header .brand span{color:#9ee3bd}.status-header small{display:block;margin-top:2px;color:#d9f3e5}.status-header nav{display:flex;gap:8px;flex-wrap:wrap}.status-header nav a{padding:9px 13px;border-radius:9px;color:#fff;text-decoration:none;font-weight:650}.status-header nav a:hover{background:rgba(255,255,255,.13)}.status-shell{width:min(980px,calc(100% - 32px));margin:0 auto;padding:55px 0 35px}.status-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}.status-intro h1{margin:3px 0 9px;font-size:clamp(2.1rem,5vw,3.2rem);letter-spacing:-.04em}.status-intro p{margin:0;color:var(--status-muted);font-size:1.04rem}.status-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.76rem!important;font-weight:800;color:var(--status-green)!important}.status-updated{color:var(--status-muted);font-size:.86rem;white-space:nowrap}.overall-status{display:flex;align-items:center;gap:18px;padding:24px 26px;border:1px solid;border-radius:12px;margin-bottom:42px;box-shadow:0 8px 28px rgba(24,72,49,.07)}.overall-status.is-ok{background:#eaf7ef;border-color:#b9dec8;color:#185d39}.overall-status.has-issue{background:#fff4e5;border-color:#efd19e;color:#81520c}.overall-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;flex:0 0 auto;background:currentColor;color:#fff;font-size:1.35rem;font-weight:900}.overall-status h2{margin:0 0 5px;font-size:1.25rem}.overall-status p{margin:0;color:inherit;opacity:.85}.status-section{margin:0 0 46px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}.section-heading h2{margin:3px 0 0;font-size:1.35rem}.section-heading>span{font-size:.84rem;color:var(--status-muted)}.component-list{overflow:hidden;background:#fff;border:1px solid var(--status-border);border-radius:12px;box-shadow:0 9px 32px rgba(23,73,49,.06)}.component-row{padding:20px 22px;border-bottom:1px solid var(--status-border)}.component-row:last-child{border-bottom:0}.component-top{display:flex;justify-content:space-between;gap:20px;align-items:center}.component-top>div{display:flex;align-items:center;gap:10px;min-width:0}.component-top small{color:var(--status-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#aaa;flex:0 0 auto}.status-dot.ok,.uptime-track i.ok{background:var(--status-ok)}.uptime-track i.unknown{background:#dfe7e2}.status-dot.degraded,.uptime-track i.degraded{background:var(--status-yellow)}.status-dot.partial,.uptime-track i.partial{background:var(--status-orange)}.status-dot.major,.uptime-track i.major{background:var(--status-red)}.status-dot.maintenance,.uptime-track i.maintenance{background:var(--status-blue)}.component-state{font-size:.84rem;font-weight:750}.component-state.ok{color:var(--status-ok)}.component-state.degraded{color:#a5740d}.component-state.partial{color:#b85d22}.component-state.major{color:var(--status-red)}.component-state.maintenance{color:var(--status-blue)}.uptime-row{display:flex;align-items:center;gap:14px;margin-top:15px}.uptime-track{display:grid;grid-template-columns:repeat(45,1fr);gap:2px;flex:1}.uptime-track i{height:24px;border-radius:2px;opacity:.85}.uptime-row small{min-width:135px;text-align:right;color:var(--status-muted)}.status-legend{display:flex;flex-wrap:wrap;gap:13px 22px;padding-top:15px;color:var(--status-muted);font-size:.8rem}.status-legend span{display:flex;align-items:center;gap:6px}.incident-card{padding:22px 24px;background:#fff;border:1px solid var(--status-border);border-left:5px solid var(--status-yellow);border-radius:10px;margin-bottom:12px}.incident-card.severity-critical{border-left-color:var(--status-red)}.incident-meta{display:flex;justify-content:space-between;gap:20px;color:var(--status-muted);font-size:.82rem;text-transform:capitalize}.incident-card h3{margin:12px 0 7px}.incident-card p{margin:0;color:#52675d}.history-day{display:grid;grid-template-columns:125px 1fr;gap:22px;padding:19px 0;border-top:1px solid var(--status-border)}.history-day>time{font-weight:750}.history-day p{margin:0;color:var(--status-muted)}.history-incident{display:flex;gap:12px}.history-incident p{margin:5px 0}.status-footer{display:flex;justify-content:space-between;gap:20px;padding:25px 0;border-top:1px solid var(--status-border);color:var(--status-muted);font-size:.85rem}.status-footer nav{display:flex;gap:16px}.status-footer a{color:var(--status-green);text-decoration:none}
@media(max-width:700px){.status-header-inner,.status-intro,.component-top,.section-heading,.status-footer{align-items:flex-start;flex-direction:column}.status-header nav{gap:2px}.status-shell{padding-top:34px}.status-updated{white-space:normal}.overall-status{align-items:flex-start;padding:20px}.component-row{padding:18px}.component-top small{display:none}.uptime-row{align-items:flex-start;flex-direction:column}.uptime-row small{min-width:0;text-align:left}.uptime-track{width:100%;grid-template-columns:repeat(30,1fr)}.uptime-track i:nth-child(n+31){display:none}.history-day{grid-template-columns:1fr;gap:8px}.status-footer nav{flex-wrap:wrap}}
.incident-public-updates{display:grid;gap:10px;margin-top:18px;padding-top:14px;border-top:1px solid #dce7e0}.incident-public-updates>div{padding-left:13px;border-left:3px solid #388e5f}.incident-public-updates b{font-size:.82rem;color:#456455}.incident-public-updates p{margin:5px 0}
