:root{--background:#fff;--foreground:#0a0b0d;--surface:#fff;--surface-inverse:#0a0b0d;--foreground-inverse:#fff;--muted-inverse:#b8bdc6;--accent-on-inverse:#fff;--surface-muted:#eef0f3;--muted:#5b616e;--line:#b1b7c3;--line-strong:#0a0b0d;--accent:#00f;--accent-foreground:#fff;--focus:#00f;--danger:#c81e1e;--success:#08783e;--content-max:1120px;--reading-max:680px;--grid-columns:12;--grid-gutter:16px;--baseline:8px;--radius-small:4px;--radius-medium:8px;--control-height:52px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-18:72px;--motion-fast:.14s;--motion-standard:.2s;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.75rem;--text-2xl:2.5rem;--text-display:4.75rem}@media (max-width:760px){:root{--grid-gutter:12px;--text-2xl:2rem;--text-display:3rem;--space-18:48px}}
*{box-sizing:border-box}html{background:var(--background);color:var(--foreground);scroll-behavior:smooth}body{background:var(--background);min-width:320px;min-height:100svh;color:var(--foreground);font-family:var(--font-ui), Arial, sans-serif;font-size:var(--text-base);flex-direction:column;margin:0;line-height:1.5;display:flex}body>main{flex:1 0 auto;width:100%}.status-page{width:min(100%,760px);min-height:min(680px,100svh - 72px);padding:var(--space-18) var(--space-4);align-content:center;gap:var(--space-6);margin:0 auto;display:grid}.status-page__kicker{padding-bottom:var(--space-2);border-bottom:1px solid var(--line);color:var(--accent);font-family:var(--font-mono), monospace;font-size:var(--text-xs);margin:0}.status-page h1{font-family:var(--font-display), sans-serif;font-size:var(--text-2xl);margin:0;line-height:1}.status-page>p:not(.status-page__kicker){max-width:580px;color:var(--muted);margin:0}.status-page__link{width:fit-content;font-family:var(--font-mono), monospace;font-size:var(--text-sm);border-bottom:1px solid;padding-bottom:2px;font-weight:700}button,input,textarea,select{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}::selection{background:var(--accent);color:var(--accent-foreground)}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
