.hh-status-code.s3{background:var(--warn)}.hh-status-code.s4,.hh-status-code.s5{background:var(--bad)}.hh-sec-item{display:flex;align-items:flex-start;gap:10px;background:var(--bg-soft);border:1px solid var(--line);border-radius:10px;padding:11px 13px}.hh-sec-ico{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;margin-top:1px}.hh-sec-ico.ok{background:var(--ok)}.hh-sec-ico.miss{background:var(--bad)}.hh-sec-name{font-weight:600;font-size:13px}.hh-sec-desc{font-size:12px;color:var(--muted);line-height:1.4;margin-top:2px}.hh-row{display:grid;grid-template-columns:minmax(140px,220px) 1fr;gap:12px;background:var(--bg-soft);border:1px solid var(--line);border-radius:9px;padding:10px 13px;font-size:13px;word-break:break-word}.hh-row .hh-key{font-weight:600;color:var(--green-dark);font-family:ui-monospace,monospace}.hh-row .hh-val{color:#333;font-family:ui-monospace,monospace}.hh-toast.hh-show{opacity:1;transform:translateX(-50%) translateY(0)}.hh-spin{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:hhspin .7s linear infinite;vertical-align:-3px;margin-right:8px}@media (max-width:560px){.hh-row{grid-template-columns:1fr}}