.health-mode { min-height: 100vh; background: #090909; color: #fff; font-family: Inter, Arial, sans-serif; }
.health-shell { max-width: 1350px; margin: auto; padding: 45px; }
.health-shell header { display: flex; align-items: center; gap: 28px; }
.health-shell header > a { color: #fff; text-decoration: none; font-size: 20px; }
.health-shell header > div { flex: 1; }
.health-shell h1 { font-size: 38px; margin: 0; }
.health-shell h2 { margin-top: 42px; }
.health-shell header p, .health-summary span, .health-grid p { color: #999; }
.health-shell button { padding: 12px 20px; background: #e50914; color: #fff; border: 0; border-radius: 8px; font-weight: 700; }
.health-summary, .health-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 18px; margin-top: 30px; }
.health-summary article, .health-grid article { position: relative; padding: 24px; border: 1px solid #333; border-radius: 14px; background: #171717; }
.health-summary strong { display: block; font-size: 38px; }
.health-grid h3 { font-size: 20px; }
.health-grid b { position: absolute; right: 20px; top: 20px; font-size: 25px; }
.health-grid .good { color: #46d369; } .health-grid .warn { color: #f5ad3d; } .health-grid .bad { color: #e50914; }
.health-events { display: flex; flex-wrap: wrap; gap: 10px; }
.health-events span { display: flex; gap: 16px; padding: 10px 14px; border-radius: 9px; background: #1d1d1d; color: #aaa; }
.health-events b { color: #fff; }
