.health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.health-panel{border:1px solid var(--line,#dce3df);border-radius:18px;padding:24px;background:var(--panel)}.health-panel h2{margin:0 0 6px;font-size:19px}.health-panel p{color:var(--muted,var(--muted));font-size:13px}.health-empty{display:grid;place-items:center;min-height:230px;color:var(--muted)}.health-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0}.health-metrics .metric{padding:20px;border:1px solid var(--line,#dce3df);border-radius:14px;display:flex;flex-direction:column;gap:10px}.health-metrics strong{font-size:28px;letter-spacing:-1px}.health-metrics small{color:var(--muted)}.health-alert{padding:14px 18px;border-left:4px solid #9dc83f;background:#192e27;margin-top:12px;border-radius:8px}.health-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.health-head h1{margin:6px 0}.health-head p{max-width:680px}.health-span{grid-column:1/-1}@media(max-width:1000px){.health-grid{grid-template-columns:1fr}.health-metrics{grid-template-columns:repeat(2,1fr)}}
.health-chart{width:100%;height:230px}.health-panel h3{margin-top:18px}.health-panel table{width:100%;font-size:12px}.health-panel td,.health-panel th{text-align:right;padding:8px}.health-panel p{margin:8px 0}.health-head p{margin:10px 0}
