:root{--bg: #fbfbfa;--surface: #ffffff;--border: #e3e2df;--border-strong: #cfceca;--text: #1c1b19;--text-muted: #5f5d58;--accent: #2b5f8a;--accent-contrast: #ffffff;--ok: #1f6b45;--warn: #8a5a10;--error: #97331f;--radius: 10px;--measure: 44rem;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #131414;--surface: #1b1c1d;--border: #2e3031;--border-strong: #43464a;--text: #eceae6;--text-muted: #a3a19b;--accent: #79b0dd;--accent-contrast: #10233a;--ok: #6cc294;--warn: #dcae60;--error: #e8907a}}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.page{max-width:var(--measure);margin:0 auto;padding:clamp(2.5rem,8vw,6rem) clamp(1.25rem,5vw,2rem) clamp(2rem,6vw,4rem);display:flex;flex-direction:column;gap:clamp(2rem,6vw,3.5rem);min-height:100vh}.masthead{display:flex;flex-direction:column;gap:.75rem}.wordmark{margin:0;font-size:1.0625rem;font-weight:600;letter-spacing:.02em;color:var(--accent)}.tagline{margin:0;font-size:clamp(1.5rem,4.5vw,2rem);font-weight:600;line-height:1.25;letter-spacing:-.015em;max-width:28ch;text-wrap:balance}main{display:flex;flex-direction:column;gap:1.5rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(1.25rem,4vw,1.75rem);display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.panel-heading{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.status-rows{width:100%;display:flex;flex-direction:column}.status-row{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;padding:1rem 0}.status-row:first-child{padding-top:0}.status-row:last-child{padding-bottom:0}.status-row+.status-row{border-top:1px solid var(--border)}.status-row-name{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.status{margin:0;display:flex;align-items:center;gap:.625rem;font-size:1.0625rem;font-weight:500}.status-dot{width:.625rem;height:.625rem;border-radius:50%;flex:none;background:currentColor;border:2px solid currentColor}.status[data-tone=pending]{color:var(--text-muted)}.status[data-tone=ok]{color:var(--ok)}.status[data-tone=warn]{color:var(--warn)}.status[data-tone=error]{color:var(--error)}.status[data-tone=unknown]{color:var(--text-muted)}.status[data-tone=pending] .status-dot,.status[data-tone=warn] .status-dot,.status[data-tone=unknown] .status-dot{background:transparent}.status-label{color:var(--text)}.facts{margin:.25rem 0 0;width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:1rem}.fact dt{font-size:.8125rem;color:var(--text-muted)}.fact dd{margin:.125rem 0 0;font-size:.9375rem;font-variant-numeric:tabular-nums}.detail{margin:0;font-size:.9375rem;color:var(--text-muted);max-width:52ch}.button{font:inherit;font-size:.9375rem;font-weight:500;color:var(--text);background:transparent;border:1px solid var(--border-strong);border-radius:7px;padding:.4375rem .9375rem;cursor:pointer}.button:hover{border-color:var(--accent);color:var(--accent)}.note{margin:0;font-size:.9375rem;color:var(--text-muted);max-width:52ch}.footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.8125rem;color:var(--text-muted)}.footer p{margin:0}
