.checklist-head{text-align:center;margin-bottom:16px}
.ring-progress{width:80px;height:80px;border-radius:50%;background:conic-gradient(var(--primary) calc(var(--pct)*1%),#eee 0);display:flex;align-items:center;justify-content:center;margin:0 auto 8px}
.ring-progress span{background:var(--bg-card);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}
.checklist-group{margin-bottom:10px;background:var(--bg-card);border-radius:var(--radius);padding:8px 12px}
.checklist-group summary{cursor:pointer;font-weight:600;padding:6px 0}
.check-item{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid var(--border);font-size:.875rem}
.check-item small{width:100%;color:var(--text-secondary);font-size:.7rem}
.status-warning small{color:#EF6C00}
.status-critical small{color:#C62828}
