/* Current-state admin indicators, scoped to Users only. */
.au[data-apex-users="v1"] .users-kpis { grid-template-columns: repeat(3,minmax(0,1fr)); }
.au[data-apex-users="v1"] .stat-label { line-height:1.4; }
.au .connection-badge.deactivated { background:#3a262b; border-color:#6e414b; color:#efb2ba; }
@media (max-width:900px) { .au[data-apex-users="v1"] .users-kpis { grid-template-columns:repeat(2,minmax(0,1fr)); } }
