.health{max-width:32rem;margin:var(--space-5) auto;padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.health__title{margin:0 0 var(--space-4);font-size:1.125rem}.health__muted{color:var(--text-muted)}.health__alert{margin:0;padding:var(--space-3);border:1px solid var(--error);border-radius:var(--radius);color:var(--error);background:var(--surface)}.health__list{margin:0}.health__row{display:flex;justify-content:space-between;gap:var(--space-3);padding:var(--space-2) 0;border-bottom:1px solid var(--border)}.health__row:last-child{border-bottom:none}.health__row dt{color:var(--text-muted)}.health__value{margin:0;font-weight:600}.health__value--ok{color:var(--ok)}.health__value--warn{color:var(--warn)}.health__value--error{color:var(--error)}.health__value--mono{font-family:var(--font-mono);font-weight:400}:root{--surface: #ffffff;--surface-muted: #f5f6f7;--border: #d8dbdf;--text: #1c1f23;--text-muted: #5c6470;--link: #1a5fb4;--ok: #1a7f4b;--warn: #9a6700;--error: #b42318;--space-1: .25rem;--space-2: .5rem;--space-3: 1rem;--space-4: 1.5rem;--space-5: 2rem;--radius: 4px;--font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace}*{box-sizing:border-box}body{margin:0;font-family:var(--font);color:var(--text);background:var(--surface-muted)}
