/* Standalone status page; no marketing navigation or shared landing stylesheet. */
:root { --ink: #17221c; --muted: #818a84; --accent: #123d2c; --line: #e4e7e5; }
* { box-sizing: border-box; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Archivo, sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
button, summary { cursor: pointer; }
:focus-visible { outline: 2px solid #3e8b67; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; background: white; padding: 12px; z-index: 10; }
.skip-link:focus { top: 12px; }
.status-header, .status-page, .status-footer { width: min(700px, calc(100% - 40px)); margin-inline: auto; }
.status-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 34px 28px; }
.status-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 600; letter-spacing: -.05em; }
.status-brand img { width: 27px; height: 27px; }
.status-header nav { display: flex; align-items: center; gap: 12px; font-size: 11px; color: var(--muted); }
.status-header nav [aria-current=page] { color: var(--ink); }
.status-support { margin-left: 8px; padding: 10px 13px; border-radius: 5px; background: #17251e; color: #fff; font-size: 12px; }
.status-overview { border: 1px solid #d8deda; border-radius: 7px; overflow: hidden; }
.status-summary { display: flex; align-items: center; gap: 9px; padding: 16px; background: #f0f3f1; }
.status-overview[data-state=operational] { border-color: #68b18f; }
.status-overview[data-state=operational] .status-summary { background: #e3f5eb; }
.status-overview[data-state=degraded] { border-color: #d8b36c; }
.status-overview[data-state=degraded] .status-summary { background: #fbf3e3; }
.status-overview[data-state=outage] { border-color: #d89489; }
.status-overview[data-state=outage] .status-summary { background: #fbedeb; }
.status-overview h2 { font-size: 16px; font-weight: 400; line-height: 1.5; }
#status-description { padding: 16px; font-size: 13px; line-height: 1.6; }
.status-orb { flex: 0 0 16px; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: #b5beb8; color: white; font-size: 14px; }
.status-orb svg { display: none; width: 12px; }
[data-state=operational] .status-orb { background: #39a577; }
[data-state=operational] .status-orb svg { display: block; }
[data-state=operational] .status-orb span { display: none; }
.status-refresh { flex: 0 0 24px; height: 24px; margin-left: auto; display: grid; place-items: center; border: 0; padding: 3px; background: transparent; color: #758179; }
.status-refresh svg { width: 16px; }
.status-refresh:disabled svg { animation: status-turn 1s linear infinite; }
.status-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 10px; margin: 12px 0 24px; font-variant-numeric: tabular-nums; }
.status-services { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 1px 2px #17221c08; }
.status-section-heading { display: flex; align-items: baseline; gap: 20px; padding: 18px 16px; }
.status-section-heading h2 { font-size: 15px; font-weight: 400; }
.status-section-heading > span { font-size: 12px; color: var(--muted); }
.status-service { padding: 16px; border-top: 1px solid #f0f2f1; }
.status-service-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 12px; }
.status-service h3 { font-size: 14px; font-weight: 400; }
.status-service-head p { font-size: 10px; color: var(--muted); margin-top: 5px; }
.status-badge { font-size: 11px; color: #77847b; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.status-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #c1c9c4; }
.status-badge[data-state=operational]::before { background: #39a577; }
.status-badge[data-state=degraded]::before { background: #d4a14b; }
.status-badge[data-state=outage]::before { background: #c86d60; }
.status-bars { display: grid; grid-template-columns: repeat(90, minmax(0,1fr)); gap: 2px; height: 18px; }
.status-day { padding: 0; width: 100%; min-width: 0; height: 18px; border: 0; border-radius: 1px; background: #e3e8e5; position: relative; transition: opacity .15s; }
.status-day[data-state=operational], .status-legend i[data-state=operational] { background: #59b58b; }
.status-day[data-state=unmeasured], .status-legend i[data-state=unmeasured] { background: #b5d9c5; }
.status-day[data-state=degraded], .status-legend i[data-state=degraded] { background: #d4a14b; }
.status-day[data-state=outage], .status-legend i[data-state=outage] { background: #c86d60; }
.status-day[data-partial=true] { background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #ffffff66 3px, #ffffff66 5px); }
.status-day:hover, .status-day:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; z-index: 1; }
.status-axis { display: none; }
.status-legend { display: flex; flex-wrap: wrap; gap: 14px; padding: 14px 16px; border-top: 1px solid #f0f2f1; font-size: 10px; color: var(--muted); }
.status-legend > span { display: inline-flex; align-items: center; gap: 5px; }
.status-legend i { width: 6px; height: 6px; border-radius: 1px; background: #dfe4e0; }
.status-history { margin-top: 24px; }
.status-history > summary { display: table; margin-inline: auto; border: 1px solid #d6dbd8; border-radius: 5px; padding: 10px 14px; font-size: 12px; list-style: none; }
.status-history > summary::-webkit-details-marker { display: none; }
.status-history > summary::before { content: '+'; margin-right: 8px; }
.status-history[open] > summary::before { content: '−'; }
.status-history-content { margin-top: 20px; }
.status-history-content .status-section-heading { padding-inline: 0; }
#status-history { border-top: 1px solid var(--line); padding-top: 15px; font-size: 12px; line-height: 1.7; color: #758179; }
.status-incident { display: flex; gap: 20px; padding: 12px 0; }
.status-incident time { flex: 0 0 100px; font-variant-numeric: tabular-nums; }
.status-incident strong { color: var(--ink); font-weight: 500; }
.status-footer { padding: 90px 0 28px; color: #929b95; font-size: 11px; line-height: 1.7; text-align: center; }
.status-method { margin: 10px auto 16px; }
.status-method summary { display: inline-block; text-decoration: underline; text-underline-offset: 3px; }
.status-method p { text-align: left; margin-top: 14px; line-height: 1.8; }
.status-notice { padding: 20px 0; }
.status-tooltip { position: fixed; width: 250px; z-index: 100; background: #fff; border: 1px solid #dce3de; border-radius: 12px; padding: 15px 17px; box-shadow: 0 8px 25px #10201920; color: var(--ink); font-size: 12px; line-height: 1.7; pointer-events: none; }
.status-tooltip strong { display: block; font-weight: 500; margin-bottom: 4px; }
.status-tooltip p { color: var(--muted); }
.status-notice { padding: 20px; }

@keyframes status-turn { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .status-page *, .status-tooltip { animation: none !important; transition: none !important; } }
@media (max-width: 520px) {
 .status-header, .status-page, .status-footer { width: calc(100% - 32px); }
 .status-header { padding-block: 24px; }
 .status-brand { font-size: 22px; }
 .status-header nav { gap: 8px; }
 .status-support { margin-left: 0; font-size: 11px; padding: 9px; }
 .status-summary, #status-description { padding: 13px; }
 .status-overview h2 { font-size: 14px; }
 .status-meta { font-size: 9px; gap: 8px; }
 .status-section-heading { gap: 15px; padding: 16px 13px; }
 .status-section-heading > span { font-size: 10px; }
 .status-service { padding: 14px 13px; }
 .status-service-head { gap: 8px; }
 .status-service-head p { max-width: 190px; line-height: 1.5; }
 .status-badge { font-size: 9px; gap: 4px; }
 .status-bars { gap: 1px; }
 .status-legend { gap: 10px; padding: 12px 13px; font-size: 9px; }
 .status-footer { padding-top: 65px; }
}
