.fhealth-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.fhealth-head h1{margin:0 0 5px;font-size:28px;letter-spacing:-.7px;color:#12271f}.fhealth-head p{margin:0;color:var(--fds-muted);font-size:11px}
.fhealth-loading{padding:36px;border-radius:18px;background:#fff;border:1px solid var(--fds-border);color:var(--fds-muted);text-align:center}
.fhealth-hero{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-radius:20px;margin-bottom:12px;background:linear-gradient(135deg,#fff,#f7fbf9);border:1px solid #e3ebe6}.fhealth-hero span{display:block;font-size:8.5px;font-weight:850;letter-spacing:1px;color:var(--fds-muted)}.fhealth-hero strong{display:block;font-size:20px;margin:4px 0;color:#183b2f}.fhealth-hero small{color:var(--fds-muted)}.fhealth-dot{width:14px;height:14px;border-radius:50%;box-shadow:0 0 0 7px rgba(8,120,91,.08)}.fhealth-hero.ok .fhealth-dot{background:var(--fds-green)}.fhealth-hero.warn .fhealth-dot{background:var(--fds-warning)}
.fhealth-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.fhealth-card{position:relative;overflow:hidden}.fhealth-card span{display:block;font-size:9px;text-transform:uppercase;font-weight:800;color:var(--fds-muted)}.fhealth-card strong{display:block;font-size:22px;margin:6px 0;color:#174838}.fhealth-card small{color:var(--fds-muted);font-size:9px}.fhealth-section{margin-bottom:12px}.fhealth-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.fhealth-section h2{margin:0 0 3px;font-size:13px}.fhealth-section p{margin:0;color:var(--fds-muted);font-size:9.5px}
.fhealth-badge{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:850}.fhealth-badge.ok{background:var(--fds-green-soft);color:var(--fds-green)}.fhealth-badge.warn{background:var(--fds-warning-soft);color:var(--fds-warning)}
.fhealth-table-wrap{overflow:auto}.fhealth-table-wrap table{width:100%;border-collapse:collapse}.fhealth-table-wrap th{text-align:left;font-size:8px;text-transform:uppercase;color:var(--fds-muted);padding:9px}.fhealth-table-wrap td{padding:10px 9px;border-top:1px solid #edf1ee;font-size:10px}
.fhealth-security{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.fhealth-security span{padding:10px 12px;border-radius:10px;background:#f8faf9;color:#607269;font-size:9.5px}.fhealth-security b{float:right;color:#173b2f}.fhealth-empty{text-align:center;color:var(--fds-muted);padding:24px}
@media(max-width:850px){.fhealth-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.fhealth-head{flex-direction:column}.fhealth-grid,.fhealth-security{grid-template-columns:1fr}}