.admin-only{display:none}
.system-config{padding:22px}
.system-config textarea{min-height:92px}
.health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}
.health-card{padding:18px;display:flex;justify-content:space-between;align-items:center}
.health-card span{font-size:11px;color:var(--muted)}
.health-ok{color:var(--green)}
.health-bad{color:var(--red)}
.health-detail{margin-bottom:16px}
.health-detail>div:not(.panel-title):not(.empty-record){display:flex;justify-content:space-between;padding:11px 20px;border-top:1px solid var(--line);font-size:11px}
.health-detail>div span{color:var(--muted)}
@media(max-width:760px){.health-grid{grid-template-columns:1fr}}
