
  /* animacao de troca de página */
.fade-enter-active[data-v-12f6faf8], .fade-leave-active[data-v-12f6faf8] {
    transition: opacity 0.2s ease, transform 0.1s ease-in-out;
}
.fade-enter[data-v-12f6faf8], .fade-leave-to[data-v-12f6faf8] {
    opacity: 0;
    transform: translateY(15px);
}
.users-list__user[data-v-12f6faf8] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.users-list__user-avatar[data-v-12f6faf8] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eef2ff;
    color: #4f46e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}
.users-list__user-info[data-v-12f6faf8] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.users-list__user-name[data-v-12f6faf8] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}
.users-list__user-name-text[data-v-12f6faf8] {
    font-weight: 600;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.users-list__user-id[data-v-12f6faf8] {
    color: #94a3b8;
    font-size: 12px;
}
.users-list__user-email[data-v-12f6faf8] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 12px;
}
.users-list__muted[data-v-12f6faf8] {
    color: #64748b;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.users-list__pill[data-v-12f6faf8] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: #f8fafc;
    color: #475569;
}
.users-list__pill--neutral[data-v-12f6faf8] {
    background: #f1f5f9;
    color: #475569;
}
.users-list__pill--admin[data-v-12f6faf8] {
    background: #f5f3ff;
    color: #7c3aed;
}
.users-list__pill--supervisor[data-v-12f6faf8] {
    background: #eff6ff;
    color: #2563eb;
}
.users-list__pill--user[data-v-12f6faf8] {
    background: #f8fafc;
    color: #475569;
}
.users-list__presence[data-v-12f6faf8] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}
.users-list__presence-icon[data-v-12f6faf8] {
    color: #94a3b8;
}
.users-list__presence-icon--online[data-v-12f6faf8] {
    color: #16a34a;
}
.users-list__status[data-v-12f6faf8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}
.users-list__status-dot[data-v-12f6faf8] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}
.users-list__status--active[data-v-12f6faf8] {
    background: #ecfdf3;
    color: #16a34a;
}
.users-list__status--inactive[data-v-12f6faf8] {
    background: #fef2f2;
    color: #dc2626;
}
.users-list__actions[data-v-12f6faf8] {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.users-list__icon-button[data-v-12f6faf8] {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #ef4444;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.users-list__icon-button[data-v-12f6faf8]:hover {
    background: #fef2f2;
    border-color: #fecaca;
}
.users-list__icon-button--settings[data-v-12f6faf8] {
    color: #4f46e5;
}
.users-list__icon-button--settings[data-v-12f6faf8]:hover {
    background: #eef2ff;
    border-color: #c7d2fe;
}
.users-kpi[data-v-12f6faf8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}
.users-kpi__card[data-v-12f6faf8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.users-kpi__info[data-v-12f6faf8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.users-kpi__label[data-v-12f6faf8] {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}
.users-kpi__value[data-v-12f6faf8] {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}
.users-kpi__icon[data-v-12f6faf8] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #475569;
}
.users-kpi__icon--primary[data-v-12f6faf8] {
    background: #eef2ff;
    color: #4f46e5;
}
.users-kpi__icon--success[data-v-12f6faf8] {
    background: #ecfdf3;
    color: #16a34a;
}
.users-kpi__icon--muted[data-v-12f6faf8] {
    background: #fffbeb;
    color: #d97706;
}
.users-kpi__icon--royal[data-v-12f6faf8] {
    background: #f5f3ff;
    color: #7c3aed;
}
  

