/* Tema Grafito Gris */
:root {
    --guinda: #5b6570;
    --guinda-oscuro: #343a40;
    --guinda-claro: #eceff1;
    --gris-fondo: #eef0f2;
}
.login-body { background: linear-gradient(135deg, #5b6570, #2f3439); }
.menu-lateral, .menu-pie { background: #343a40; }
.bienvenida-panel { background: linear-gradient(135deg, #5b6570, #343a40); box-shadow: 0 12px 30px rgba(52,58,64,.18); }
.tarjeta-icono { background: #eceff1; }
.menu-enlace:hover, .menu-enlace.activo { background: rgba(255,255,255,.14); }
.pestanas-configuracion a, .regla-oficial strong { color: #4f5963 !important; }