:root{--black:#151515;--graphite:#2d2f2e;--ash:#8c908a;--mist:#f1f1ee;--paper:#fafaf7;--stone:#d4d4cf;--pine:#1f5b4a;--copper:#c76b3b;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--site-width:60rem;--content-width:42rem}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:100%}body{background:var(--paper);color:var(--graphite);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.65}h1,h2,h3{color:var(--black);letter-spacing:0;margin:0 0 .5em;line-height:1.25}h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:650}h2{font-size:1.25rem;font-weight:600}p{margin:0 0 1em}a{color:var(--pine);text-decoration:underline;text-decoration-color:var(--stone);text-underline-offset:3px}a:hover{text-decoration-color:var(--pine)}.skip-link{background:var(--black);color:var(--paper);z-index:10;border-radius:0 0 8px;padding:.5rem 1rem;position:absolute;top:0;left:-999px}.skip-link:focus{left:0}.container{width:100%;max-width:var(--site-width);margin:0 auto;padding:0 1.25rem}.site-header{border-bottom:1px solid var(--stone);background:var(--paper)}.header-inner{justify-content:space-between;align-items:center;min-height:4rem;display:flex}.brand{color:var(--black);align-items:center;gap:.6rem;text-decoration:none;display:inline-flex}.brand .wordmark{letter-spacing:0;font-size:1.3rem;font-weight:650;transform:translateY(-1px)}.site-header nav{align-items:center;gap:1.25rem;display:flex}.site-header nav a{color:var(--graphite);font-size:.95rem;font-weight:500;text-decoration:none}.site-header nav a:hover{color:var(--pine)}.login-button{border:1px solid var(--pine);color:var(--pine);border-radius:8px;padding:.4rem .85rem;transition:background-color .12s,color .12s}.site-header nav a.login-button{color:var(--pine)}.site-header nav a.login-button:hover{background:var(--pine);color:var(--paper)}@media (width<=600px){.nav-status,.nav-support{display:none}}main{min-height:60vh;padding:3rem 0 4.5rem}.site-footer{border-top:1px solid var(--stone);background:var(--mist);padding:2rem 0 2.5rem}.footer-inner{flex-direction:column;gap:.75rem;display:flex}.site-footer nav{flex-wrap:wrap;gap:1.25rem;display:flex}.site-footer nav a{color:var(--graphite);font-size:.9rem;text-decoration:none}.site-footer nav a:hover{color:var(--pine);text-decoration:underline}.footer-meta{color:var(--ash);margin:0;font-size:.85rem}.footer-meta a{color:var(--ash)}.prose{max-width:var(--content-width)}.prose h2{margin-top:2.25rem}.prose ul{margin:0 0 1em;padding-left:1.25rem}.prose li{margin-bottom:.35rem}.legal-updated{color:var(--ash);margin-top:-.25rem;font-size:.9rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.card{border:1px solid var(--stone);color:var(--graphite);background:#fff;border-radius:8px;padding:1.25rem 1.4rem;text-decoration:none;transition:border-color .12s;display:block}.card:hover{border-color:var(--pine)}.card h2{margin-bottom:.3rem;font-size:1.05rem}.card p{color:var(--ash);margin:0;font-size:.92rem}.panel{background:var(--mist);border:1px solid var(--stone);border-radius:8px;margin:1.5rem 0;padding:1.4rem 1.5rem}.panel p:last-child{margin-bottom:0}.muted{color:var(--ash)}.status-page{gap:3.5rem;display:grid}.status-overview{background:var(--mist);border-block:1px solid var(--stone);padding:2.25rem max(1.25rem, calc((100vw - var(--site-width)) / 2 + 1.25rem));grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem 2rem;margin-inline:calc(50% - 50vw);display:grid}.status-overview h1{margin-bottom:.25rem}.status-kicker{color:var(--pine);letter-spacing:0;text-transform:uppercase;margin-bottom:.4rem;font-size:.82rem;font-weight:700}.status-message{color:var(--ash);margin:0}.status-overall{color:var(--graphite);white-space:nowrap;border:1px solid var(--stone);background:#fff;border-radius:8px;align-items:center;gap:.55rem;min-height:2.75rem;padding:.55rem .9rem;font-size:.92rem;font-weight:650;display:inline-flex}.status-indicator{background:var(--ash);border-radius:50%;flex:0 0 .7rem;width:.7rem;height:.7rem;display:block}[data-status=operational] .status-indicator,.incident-badge[data-status=operational]{background:var(--pine)}[data-status=degraded] .status-indicator,.incident-badge[data-status=degraded]{background:#a15c00}[data-status=outage] .status-indicator,.incident-badge[data-status=outage]{background:#b42318}.status-updated{color:var(--ash);grid-column:1/-1;margin:0;font-size:.82rem}.status-section{width:100%;max-width:52rem}.status-section-heading{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.status-section-heading h2,.status-section-heading p{margin:0}.status-section-heading p{color:var(--ash);font-size:.85rem}.status-components,.incident-list{margin:0;padding:0;list-style:none}.status-components{border:1px solid var(--stone);border-radius:8px;overflow:hidden}.status-component{background:#fff;grid-template-columns:minmax(0,1fr) minmax(15rem,auto);align-items:center;gap:1rem;min-height:5rem;padding:1rem 1.15rem;display:grid}.status-component+.status-component{border-top:1px solid var(--stone)}.status-component h3,.incident-item h3{margin:0 0 .15rem;font-size:1rem}.status-component p,.incident-item p{color:var(--ash);margin:0;font-size:.85rem}.component-details{min-width:0}.component-metrics{grid-template-columns:4.75rem 1fr;justify-self:end;align-items:center;gap:1rem;display:grid}.uptime-badge{background:var(--mist);color:var(--graphite);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;min-width:4.75rem;min-height:1.8rem;padding:.25rem .45rem;font-size:.8rem;font-weight:700;display:inline-flex}.uptime-badge[data-status=operational]{color:#176743;background:#dff3e9}.uptime-badge[data-status=degraded]{color:#785000;background:#fff0c7}.uptime-badge[data-status=outage]{color:#9d2029;background:#fbe5e7}.check-history{grid-template-columns:repeat(12,.45rem);justify-content:end;align-items:stretch;gap:.3rem;height:1.65rem;display:grid}.check-segment{background:#e5e7e4;border-radius:2px;min-width:.45rem;height:100%;display:block}.check-segment[data-status=operational]{background:#3ab978}.check-segment[data-status=degraded]{background:#e3a126}.check-segment[data-status=outage]{background:#d93749}.incident-list{gap:0;display:grid}.incident-item{border-top:1px solid var(--stone);padding:1rem 0}.incident-item:last-child{border-bottom:1px solid var(--stone)}.incident-heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.2rem;display:flex}.incident-badge{background:var(--ash);color:#fff;border-radius:999px;flex:none;padding:.35rem .55rem;font-size:.72rem;font-weight:700;line-height:1}.incident-empty{border-block:1px solid var(--stone);color:var(--ash);margin:0;padding:1.25rem 0}@media (width<=600px){.status-page{gap:2.75rem}.status-overview{grid-template-columns:1fr;align-items:start;padding-block:1.75rem}.status-overall{justify-self:start}.status-updated{grid-column:auto}.status-section-heading{flex-direction:column;align-items:flex-start;gap:.25rem}.status-component{grid-template-columns:1fr;align-items:start}.component-metrics{justify-content:space-between;justify-self:stretch}}
