:root{color-scheme:dark;--bg:#070b10;--surface:#0d141c;--surface-2:#111a24;--line:rgba(255,255,255,.09);--text:#edf4f7;--muted:#8492a2;--green:#62dfa9;--cyan:#58d8df;--yellow:#f2be62;--red:#ff7180;--blue:#6fa8ff}
@supports not selector(::-webkit-scrollbar){html{scrollbar-width:thin;scrollbar-color:#48d6df #080d15}}html::-webkit-scrollbar{width:13px}html::-webkit-scrollbar-track{border-left:1px solid rgba(255,255,255,.055);background:#080d15}html::-webkit-scrollbar-thumb{min-height:64px;border:3px solid #080d15;border-radius:999px;background:linear-gradient(180deg,#58d8df,#8b5cf6);background-clip:padding-box}html::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#8cecf0,#a78bfa);background-clip:padding-box}html::-webkit-scrollbar-button{display:none}
*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-height:100vh;color:var(--text);background:linear-gradient(180deg,#0a1119 0,#070b10 520px);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:0}.status-nav{display:flex;align-items:center;justify-content:space-between;width:min(1160px,calc(100% - 36px));height:78px;margin:auto;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--text);font-size:.86rem;font-weight:800;text-decoration:none}.brand img{border-radius:50%}.brand strong{color:var(--cyan)}.site-link{display:inline-flex;align-items:center;gap:8px;color:#b8c5d0;font-size:.74rem;font-weight:800;text-decoration:none}.site-link:hover{color:#fff}
.status-shell{width:min(1160px,calc(100% - 36px));margin:auto;padding:38px 0 54px}.status-overview{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:26px;align-items:center;padding:30px;border:1px solid var(--line);border-top:3px solid var(--green);border-radius:8px;background:#0d141c;box-shadow:0 24px 70px rgba(0,0,0,.22)}.status-overview[data-overall=degraded]{border-top-color:var(--yellow)}.status-overview[data-overall=down]{border-top-color:var(--red)}.status-kicker{display:block;margin-bottom:11px;color:var(--cyan);font-size:.66rem;font-weight:900;text-transform:uppercase}.overall-title{display:flex;align-items:center;gap:13px}.overall-title i{flex:none;width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 18px rgba(98,223,169,.72)}[data-overall=degraded] .overall-title i{background:var(--yellow);box-shadow:0 0 18px rgba(242,190,98,.65)}[data-overall=down] .overall-title i{background:var(--red);box-shadow:0 0 18px rgba(255,113,128,.65)}.overall-title h1{margin:0;font-size:2rem;line-height:1.15}.overall-copy>p{max-width:650px;margin:12px 0 0;color:var(--muted);font-size:.88rem;line-height:1.65}.diagnostic-stamp{display:grid;gap:7px;padding:18px;border-left:1px solid var(--line)}.diagnostic-stamp span{color:#6e7d8e;font-size:.62rem;font-weight:900;text-transform:uppercase}.diagnostic-stamp strong{font-size:.94rem}.diagnostic-stamp small{color:var(--muted);font-size:.68rem;line-height:1.45}
.status-summary{display:grid;grid-template-columns:repeat(4,1fr);margin:14px 0 34px;border:1px solid var(--line);border-radius:8px;background:rgba(13,20,28,.72);overflow:hidden}.status-summary div{display:grid;gap:8px;min-height:84px;padding:17px 20px;border-right:1px solid var(--line)}.status-summary div:last-child{border-right:0}.status-summary span{color:#738193;font-size:.62rem;font-weight:850;text-transform:uppercase}.status-summary strong{font-size:1.2rem}.status-summary div:nth-child(1) strong{color:var(--green)}.status-summary div:nth-child(2) strong{color:var(--yellow)}
.incident-panel{margin-bottom:26px;border:1px solid rgba(242,190,98,.22);border-radius:8px;background:rgba(242,190,98,.045);overflow:hidden}.incident-panel[hidden]{display:none}.incident-panel>header{display:flex;align-items:center;gap:13px;padding:18px 20px;border-bottom:1px solid rgba(242,190,98,.14)}.incident-panel>header>span{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(242,190,98,.35);border-radius:50%;color:var(--yellow);font-weight:950}.incident-panel h2{margin:0;font-size:.95rem}.incident-panel header p{margin:4px 0 0;color:var(--muted);font-size:.7rem}.incident-panel>div article{display:grid;grid-template-columns:minmax(180px,.7fr) auto minmax(240px,1fr);gap:18px;align-items:center;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.incident-panel>div article:last-child{border-bottom:0}.incident-panel article strong{font-size:.79rem}.incident-panel article span{color:var(--yellow);font-size:.64rem;font-weight:900;text-transform:uppercase}.incident-panel article[data-mode=paused] span,.incident-panel article[data-mode=down] span{color:var(--red)}.incident-panel article p{margin:0;color:var(--muted);font-size:.7rem;text-align:right}
.status-groups{display:grid;gap:24px}.status-group{border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:hidden}.status-group>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 22px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.012)}.status-group>header span{color:var(--cyan);font-size:.58rem;font-weight:900;text-transform:uppercase}.status-group>header h2{margin:5px 0 3px;font-size:1.08rem}.status-group>header p{margin:0;color:var(--muted);font-size:.68rem}.status-group>header>strong{display:grid;place-items:center;min-width:48px;height:34px;border:1px solid rgba(98,223,169,.2);border-radius:6px;color:var(--green);background:rgba(98,223,169,.045);font-size:.72rem}.service-list{display:grid}.service-row{display:grid;grid-template-columns:12px minmax(240px,1fr) minmax(230px,.72fr);align-items:center;gap:15px;min-height:76px;padding:14px 22px;border-bottom:1px solid rgba(255,255,255,.065)}.service-row:last-child{border-bottom:0}.service-row:hover{background:rgba(255,255,255,.015)}.service-row>i{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 13px rgba(98,223,169,.55)}.service-copy{min-width:0}.service-copy strong{font-size:.8rem}.service-copy p{margin:4px 0 0;color:var(--muted);font-size:.66rem;line-height:1.4}.service-result{display:grid;justify-items:end;gap:5px;text-align:right}.service-result span{color:var(--green);font-size:.65rem;font-weight:900;text-transform:uppercase}.service-result small{max-width:270px;color:#6f7e90;font-size:.61rem;line-height:1.35}.service-row[data-mode=maintenance]>i,.service-row[data-mode=degraded]>i{background:var(--yellow);box-shadow:0 0 13px rgba(242,190,98,.55)}.service-row[data-mode=maintenance] .service-result span,.service-row[data-mode=degraded] .service-result span{color:var(--yellow)}.service-row[data-mode=paused]>i,.service-row[data-mode=down]>i{background:var(--red);box-shadow:0 0 13px rgba(255,113,128,.55)}.service-row[data-mode=paused] .service-result span,.service-row[data-mode=down] .service-result span{color:var(--red)}.service-row[data-mode=development]>i{background:var(--blue);box-shadow:0 0 13px rgba(111,168,255,.55)}.service-row[data-mode=development] .service-result span{color:var(--blue)}
.status-note{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:26px;padding:22px;border:1px solid rgba(88,216,223,.18);border-radius:8px;background:rgba(88,216,223,.035)}.status-note strong{font-size:.85rem}.status-note p{margin:5px 0 0;color:var(--muted);font-size:.7rem}.status-note a{flex:none;padding:10px 14px;border:1px solid rgba(88,216,223,.26);border-radius:6px;color:#a5f4f6;background:rgba(88,216,223,.07);font-size:.68rem;font-weight:900;text-decoration:none}.status-note a:hover{border-color:var(--cyan);color:#fff}body>footer{display:flex;justify-content:center;padding:24px;color:#596778;font-size:.65rem}
body>footer.has-socials{align-items:center;gap:20px;flex-wrap:wrap}.footer-copy{display:flex;align-items:center;gap:16px}.footer-socials{display:flex;gap:8px}.footer-social-link{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;color:#aebac5;background:#0d141c}.footer-social-link svg{width:16px;height:16px;fill:currentColor}.footer-social-link:hover{color:#fff;border-color:rgba(255,255,255,.24)}
@media(max-width:780px){.status-overview{grid-template-columns:1fr}.diagnostic-stamp{padding:15px 0 0;border-top:1px solid var(--line);border-left:0}.status-summary{grid-template-columns:repeat(2,1fr)}.status-summary div:nth-child(2){border-right:0}.status-summary div:nth-child(-n+2){border-bottom:1px solid var(--line)}.incident-panel>div article{grid-template-columns:1fr auto}.incident-panel article p{grid-column:1/-1;text-align:left}.service-row{grid-template-columns:12px 1fr}.service-result{grid-column:2;justify-items:start;text-align:left}}
@media(max-width:520px){.status-nav,.status-shell{width:min(100% - 22px,1160px)}.status-nav{height:68px}.site-link{font-size:.66rem}.status-shell{padding-top:20px}.status-overview{padding:22px 18px}.overall-title{align-items:flex-start}.overall-title i{margin-top:5px}.overall-title h1{font-size:1.55rem}.status-summary div{padding:15px;min-height:76px}.status-group>header{padding:18px}.service-row{padding:15px 18px}.service-copy p{font-size:.63rem}.status-note{align-items:flex-start;flex-direction:column}.status-note a{width:100%;text-align:center}}
@media(prefers-reduced-motion:no-preference){.overall-title i{animation:status-pulse 2.4s ease-in-out infinite}@keyframes status-pulse{50%{transform:scale(.82);opacity:.72}}}
.status-overview{grid-template-columns:minmax(0,1fr) auto;margin-bottom:34px}.status-updated{display:grid;gap:6px;min-width:175px;padding:16px 0 16px 24px;border-left:1px solid var(--line)}.status-updated span{color:#6e7d8e;font-size:.62rem;font-weight:900;text-transform:uppercase}.status-updated strong{font-size:.9rem}.incident-panel>div article{grid-template-columns:minmax(180px,1fr) auto}.status-group>header{justify-content:flex-start}.service-result{align-self:center}
@media(max-width:780px){.status-overview{grid-template-columns:1fr}.status-updated{min-width:0;padding:15px 0 0;border-top:1px solid var(--line);border-left:0}}
