.health-hero{display:flex;align-items:center;justify-content:space-between;gap:20px}.health-hero>div{display:flex;align-items:center;gap:18px}.health-score{display:grid;place-items:center;width:92px;height:92px;border-radius:50%;background:#dcfce7;color:#166534;font-size:25px;font-weight:900}.health-score.warning{background:#fff4d6;color:#92400e}.health-score.critical{background:#fee2e2;color:#991b1b}.health-ops{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}.health-ops span,.health-ops strong{display:block}.health-ops strong{margin-top:8px;font-size:28px}.health-checks{margin-bottom:16px}.health-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.health-check-grid article{display:flex;gap:12px;padding:14px;border:1px solid var(--line);border-radius:11px}.health-check-grid i{flex:0 0 11px;width:11px;height:11px;margin-top:4px;border-radius:50%;background:#22c55e}.health-check-grid .is-warning i{background:#f59e0b}.health-check-grid .is-critical i{background:#dc2626}.health-check-grid small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.health-check-grid h3{margin:3px 0;font-size:14px}.health-check-grid p{margin:0;font-size:12px}.health-two{display:grid;grid-template-columns:minmax(280px,.75fr) 1.25fr;gap:16px}.health-settings{display:grid;gap:12px}.health-log-row{display:grid;grid-template-columns:70px 70px 1fr;gap:8px;padding:10px 0;border-bottom:1px solid var(--line);font-size:11px}.health-log-row p{margin:0}.health-log-row.is-critical b{color:#b91c1c}.health-log-row.is-warning b{color:#b45309}@media(max-width:800px){.health-ops,.health-check-grid{grid-template-columns:1fr 1fr}.health-two{grid-template-columns:1fr}}@media(max-width:520px){.health-hero,.health-hero>div{align-items:stretch;flex-direction:column}.health-score{width:76px;height:76px}.health-ops,.health-check-grid{grid-template-columns:1fr}.health-log-row{grid-template-columns:65px 60px 1fr}}
