.system-health-card{position:absolute;top:18px;left:18px;width:min(390px,42%);border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:12px 14px;background:rgba(255,255,255,.12);color:#fff;backdrop-filter:blur(10px);cursor:pointer;text-align:start;box-shadow:0 10px 28px rgba(0,0,0,.08);transition:.18s ease}.system-health-card:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)}.hero:has(.system-health-card){position:relative;padding-left:min(440px,46%)}[dir="ltr"] .hero:has(.system-health-card){padding-left:min(440px,46%)}.system-health-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.system-health-title{font-size:12px;font-weight:800}.system-health-state{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800}.system-health-dot{width:9px;height:9px;border-radius:999px;background:#8de5b7;box-shadow:0 0 0 4px rgba(141,229,183,.15)}.system-health-card[data-state="warning"] .system-health-dot{background:#ffd166;box-shadow:0 0 0 4px rgba(255,209,102,.15)}.system-health-card[data-state="critical"] .system-health-dot{background:#ff8a80;box-shadow:0 0 0 4px rgba(255,138,128,.15)}.system-health-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.system-health-mini>span{display:flex;flex-direction:column;min-width:0;padding:7px;border-radius:11px;background:rgba(0,0,0,.08)}.system-health-mini small{font-size:9px;opacity:.78}.system-health-mini strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system-health-dialog{width:min(820px,100%)}.system-health-dialog .system-health-summary{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:var(--soft);margin:12px 0 16px}.system-health-dialog .system-health-summary .system-health-dot{flex:none}.system-health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.system-health-metric{border:1px solid var(--line);background:var(--bg);border-radius:14px;padding:13px}.system-health-metric span{display:block;color:var(--muted);font-size:11px;margin-bottom:3px}.system-health-metric strong{font-size:18px}.system-health-metric small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.system-health-detail-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}.system-health-detail-row:last-child{border-bottom:0}.system-health-warning{margin-top:14px;padding:11px 12px;border-radius:12px;background:color-mix(in srgb,#d99b00 10%,var(--panel));border:1px solid color-mix(in srgb,#d99b00 28%,var(--line));font-size:12px}.system-health-warning.critical{background:color-mix(in srgb,var(--danger) 9%,var(--panel));border-color:color-mix(in srgb,var(--danger) 28%,var(--line))}@media(max-width:900px){.hero:has(.system-health-card){padding-left:34px;padding-top:150px}.system-health-card{top:18px;left:18px;right:18px;width:auto}.system-health-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.hero:has(.system-health-card){padding:145px 18px 24px}.system-health-card{top:14px;left:14px;right:14px}.system-health-grid{grid-template-columns:1fr}.system-health-mini{grid-template-columns:repeat(2,1fr)}}