.domain-health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:16px}.domain-health-grid article{position:relative;overflow:hidden}.health-top{display:flex;align-items:center;justify-content:space-between}.health-light{width:11px;height:11px;border-radius:50%;background:#2ae085;box-shadow:0 0 16px #2ae085}.health-danger{border-color:rgba(255,65,83,.45);background:linear-gradient(145deg,rgba(255,35,61,.1),rgba(8,17,25,.9))}.health-danger .health-light,.health-offline .health-light{background:#ff4153;box-shadow:0 0 18px #ff4153}.health-warning .health-light{background:#ffae3d;box-shadow:0 0 18px #ffae3d}.health-meta{display:flex;flex-direction:column;gap:7px;margin:18px 0;color:var(--muted)}.health-meta span{display:flex;justify-content:space-between;gap:12px}.health-meta b{color:var(--text)}
