html.pf-embed-early #login-screen,
html.pf-embed-early #forgot-modal,
html.pf-embed-early #new-password-modal,
html.pf-embed-early #registro-screen,
html.pf-embed-early #enterprise-modal,
html.pf-embed-early #onboarding-screen {
  display: none !important;
}
#admin-horas .a-card,
#admin-turnos-mgr .a-card,
#admin-shifts .a-card,
#admin-almuerzos .a-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/* Solicitudes: fondos blancos → transparente */
#admin-solicitudes { background: transparent !important; }
.vac4-layout { background: transparent !important; border: none !important; }
.vac4-inbox { background: transparent !important; border-right: 1px solid var(--border) !important; }
.vac4-detail { background: transparent !important; }
#admin-swaps, #admin-vacreqs, #admin-coberturas { background: transparent !important; }
.pfr-vacreq-admin-content { background: transparent !important; }
.pfr-sol-tab-body > div, .pfr-sol-tab-body > section { background: transparent !important; }
/* Botones de filtro activos → violeta */
.pfr-vacreq-admin-filter.active { background: #8b5cf6 !important; color: #fff !important; border-color: #8b5cf6 !important; }
.vac4-filter.active { background: #8b5cf6 !important; color: #fff !important; border-color: #8b5cf6 !important; }
/* Tabla notificaciones → transparente */
#admin-facturacion .notif-table,
#admin-facturacion .notif-table th,
#admin-facturacion .notif-table td,
#admin-facturacion .notif-table tr:nth-child(even) td { background: transparent !important; }
/* Badge solicitudes sidebar: rojo, visible siempre */
.pfr-vacreq-sidebar-badge { background: var(--red) !important; color: #fff !important; }
