.grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.kv{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed #2a2f3a}
.kv:last-child{border-bottom:none}
table{width:100%;border-collapse:collapse}
th,td{padding:10px 8px;border-bottom:1px solid #2a2f3a;text-align:left}
th{font-weight:600}
.badge{display:inline-block;background:#243026;color:#cfe8d9;border:1px solid #2e5a40;padding:3px 8px;border-radius:999px;font-size:12px}
.err{color:#ffb4b4}
.muted{color:#9aa4b2}
