:root{--accent:#007552;--accent-contrast:#fff;--accent-hover:#00664a;--accent-soft:#00739e;--background:#f5f8f7;--border:#d3ddda;--muted:#55625e;--offline:#c62839;--online:#0f7a43;--surface:#fff;--surface-secondary:#ebf1ef;--text:#0c1412;--focus-ring-color:#38d9ff;--focus-ring:0 0 0 4px #38d9ff2e;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-6:48px;--radius-control:10px;--radius-card:14px;--radius-pill:999px;--text-2xs:.75rem;--text-xs:.8125rem;--text-sm:.875rem;--text-base:.9375rem;--text-md:1.0625rem;--text-lg:1.25rem;--text-xl:1.75rem;--text-2xl:2.75rem;--text-3xl:3.75rem;--font-heading:"Unbounded", "Golos Text", ui-sans-serif, system-ui, sans-serif;--font-body:"Golos Text", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition-fast:.16s cubic-bezier(.2, 0, 0, 1)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--accent:#03fca5;--accent-contrast:#05080a;--accent-hover:#2fffb9;--accent-soft:#38d9ff;--background:#05080a;--border:#1f2b29;--muted:#879590;--offline:#ff5263;--online:#35d07f;--surface:#111918;--surface-secondary:#0b1110;--text:#f2f7f5}*{box-sizing:border-box}html{background:var(--background)}body{color:var(--text);background:var(--background);font-family:var(--font-body);letter-spacing:0;margin:0}h1{font-family:var(--font-heading)}a{color:inherit}:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px;box-shadow:var(--focus-ring)}.app-shell{grid-template-rows:auto 1fr auto;min-height:100svh;display:grid}.topbar,main,footer{width:min(100% - 32px,960px);margin-inline:auto}.topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:72px;display:flex}.wordmark{color:var(--text);font-size:1.25rem;font-weight:800;text-decoration:none}.environment,.eyebrow,footer{color:var(--muted);letter-spacing:0;font-size:.75rem;font-weight:700}main{padding-block:64px}.status-heading{max-width:640px;margin-bottom:40px}.eyebrow{color:var(--accent);margin:0 0 12px}h1{letter-spacing:0;margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1.05}.summary{max-width:580px;color:var(--muted);margin:20px 0 0;font-size:1rem;line-height:1.65}.service-board{border:1px solid var(--border);background:var(--surface);border-radius:6px;overflow:hidden}.service-row{justify-content:space-between;align-items:center;gap:24px;min-height:88px;padding:20px 24px;display:flex}.service-row+.service-row{border-top:1px solid var(--border)}.service-name,.service-detail{margin:0}.service-name{font-weight:700}.service-detail{color:var(--muted);margin-top:5px;font-size:.875rem}.state{justify-content:flex-start;align-items:center;gap:8px;min-width:94px;font-size:.875rem;font-weight:700;display:inline-flex}.state-dot{background:currentColor;border-radius:50%;flex:0 0 9px;width:9px;height:9px}.state-online{color:var(--online)}.state-offline{color:var(--offline)}footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;min-height:72px;display:flex}@media (max-width:560px){.topbar,main,footer{width:min(100% - 24px,960px)}main{padding-block:44px}.service-row{flex-direction:column;align-items:flex-start;gap:16px;min-height:112px;padding:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
