.health-score-card{display:flex;align-items:center;gap:18px;padding:18px 20px;border:1px solid rgba(228,176,83,.24);border-radius:18px;background:linear-gradient(135deg,rgba(228,176,83,.08),rgba(20,18,16,.45))}.health-score-ring{--score:0;width:92px;height:92px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#d9a94d calc(var(--score)*1%),rgba(255,255,255,.08) 0);position:relative;flex:0 0 auto}.health-score-ring:after{content:"";position:absolute;inset:9px;border-radius:50%;background:#171512;border:1px solid rgba(255,255,255,.07)}.health-score-ring strong,.health-score-ring small{position:relative;z-index:1}.health-score-ring strong{font:800 24px/1 Cinzel,serif}.health-score-ring small{font-size:10px;color:#b7ae9d;margin-left:2px}.health-score-copy small{display:block;color:#a89c88;text-transform:uppercase;letter-spacing:.09em}.health-score-copy strong{display:block;font:700 20px/1.25 Cinzel,serif;margin:5px 0}.health-score-copy span{color:#c8bead;font-size:13px}.health-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.health-service{border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.025);padding:15px;min-height:130px}.health-service header{display:flex;align-items:center;justify-content:space-between;gap:8px}.health-service h4{margin:0;font:700 15px/1.2 Cinzel,serif}.health-dot{width:10px;height:10px;border-radius:50%;background:#777;box-shadow:0 0 12px currentColor}.health-service.is-healthy .health-dot{background:#61d698;color:#61d698}.health-service.is-warning .health-dot,.health-service.is-not_configured .health-dot{background:#e7b756;color:#e7b756}.health-service.is-down .health-dot{background:#ff6565;color:#ff6565}.health-service p{margin:10px 0 8px;color:#c9c0b2;font-size:12px;line-height:1.45}.health-meta{display:flex;gap:10px;flex-wrap:wrap;color:#8f8678;font-size:11px}.health-note{margin:12px 0 18px;padding:13px 15px;border-left:3px solid #d7a64f;background:rgba(215,166,79,.07);color:#cbbfae;font-size:12px;line-height:1.5}.health-note code{color:#f2cf8a}.health-actions{display:flex;gap:8px;flex-wrap:wrap}.health-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.health-status.healthy{color:#7de1aa;border-color:rgba(97,214,152,.3)}.health-status.degraded,.health-status.warning,.health-status.not_configured{color:#f0c66f;border-color:rgba(231,183,86,.35)}.health-status.down{color:#ff8585;border-color:rgba(255,101,101,.35)}.health-empty{padding:18px;text-align:center;color:#8f8678;border:1px dashed rgba(255,255,255,.1);border-radius:14px}.health-run-button{font-weight:700}.health-table small{color:#978e81}@media(max-width:980px){.health-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.health-service-grid{grid-template-columns:1fr}.health-score-card{align-items:flex-start}.health-score-ring{width:76px;height:76px}.health-score-ring strong{font-size:20px}}
