/* ============================================================
   auth.css — pages d'authentification (connexion)
   ============================================================ */

/* Panneau illustration : dégradé aux couleurs de la marque */
.auth-illustration {
    background: linear-gradient(135deg, #1b84ff 0%, #7239ea 100%);
}
