:root { --tbl-min: 800px; }
.table-responsive table { min-width: var(--tbl-min); }
.status-pill { font-size: .75rem; padding: .25em .55em; border-radius: 999px; font-weight: 600; }
.status-pre_enrolled { background:#e2e3e5; color:#41464b; }
.status-factory { background:#cfe2ff; color:#084298; }
.status-enrolled { background:#fff3cd; color:#664d03; }
.status-active { background:#d1e7dd; color:#0f5132; }
.status-decommissioned { background:#f8d7da; color:#842029; }
.online-dot { display:inline-block; width:.6rem; height:.6rem; border-radius:50%; margin-right:.4rem; }
.online-dot.online { background:#198754; box-shadow: 0 0 0 3px #19875422; }
.online-dot.offline { background:#6c757d; }
.online-dot.never { background:#adb5bd; }
.kpi { background:#fff; border:1px solid #e9ecef; border-radius:.6rem; padding:1rem; }
.kpi .num { font-size:2rem; font-weight:700; }
.kpi .lbl { color:#6c757d; font-size:.875rem; text-transform:uppercase; letter-spacing:.05em; }
.code-token { font-family: ui-monospace, monospace; background:#f8f9fa; padding:.25em .5em; border-radius:.25em; word-break: break-all; }
