/*
WARNING:
This website's styles, UI design, and assets are protected under copyright law.
Unauthorized copying or redistribution is strictly prohibited.
Legal action may be taken against violators.
*/
.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;
  background:#1a1a1d;color:var(--muted);border:1px solid var(--line)}
.badge.ok{color:#10b981;border-color:#10b98133;background:#10b98112}
.badge.warn{color:#f59e0b;border-color:#f59e0b33;background:#f59e0b12}
.badge.bad{color:#ef4444;border-color:#ef444433;background:#ef444412}
.divider{height:1px;background:var(--line);margin:20px 0}
.kvs{display:grid;grid-template-columns:120px 1fr;gap:8px 14px;font-size:14px}
.kvs div:nth-child(odd){color:var(--muted)}
