[data-box-health]{border:1px solid #d9e2ec;border-radius:18px;padding:24px;margin:20px 0;background:#fff;color:#172b45}
[data-box-health] header{display:flex;align-items:center;justify-content:space-between;gap:16px}
[data-box-health] header p{font-size:12px;letter-spacing:.12em;color:#a0225c;font-weight:700;margin:0}
[data-box-health] h3{margin:6px 0;font-size:25px}
[data-box-health] p{line-height:1.5;font-size:14px}
[data-box-health] button{padding:9px 14px;border:1px solid #b3c2d2;border-radius:9px;background:#f5f8fc;color:#163653;cursor:pointer;font:inherit}
[data-box-health] button:disabled{opacity:.5;cursor:not-allowed}
[data-box-health] button[aria-pressed=true]{background:#163653;color:white}
.box-health-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:18px 0}
.box-health-facts>div{padding:14px;border-radius:10px;background:#f3f6f9}
.box-health-facts span,.box-health-facts strong{display:block}.box-health-facts span{font-size:13px;margin-bottom:7px;color:#52657b}
.box-health-facts.stale{opacity:.65}.box-health-alert{padding:12px;border-left:4px solid #74889d;background:#eef3f8;border-radius:6px}
.box-health-alert.warning{border-color:#aa6500;background:#fff4df}.box-health-alert.critical{border-color:#b51c42;background:#ffedf0}
.box-health-note{color:#52657b}.box-health-ranges,.box-health-actions{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
.box-health-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}
.box-health-charts figure{margin:0;padding:14px;background:#f8fafc;border:1px solid #e2e9ef;border-radius:12px}
.box-health-charts svg{width:100%;height:auto}.box-health-charts text{font:12px sans-serif;fill:#52657b}.box-health-charts figcaption{font-size:14px;font-weight:700}
[data-box-health] details{margin-top:16px}[data-box-health] li{margin:8px 0;overflow-wrap:anywhere}
@media(max-width:600px){[data-box-health]{padding:16px}.box-health-charts{grid-template-columns:1fr}}
