/* ============================================================
   Notifications & alertes — habillage SweetAlert2 sur le thème
   sombre terracotta de GenIAcademy. Classe appliquée via le
   mixin `genia-swal` (voir app.js).
   ============================================================ */
.swal2-popup.genia-swal {
  background: #1a0f0a;
  color: #f2e9e4;
  border: 1px solid rgba(201, 90, 44, 0.35);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.5);
}
.genia-swal .swal2-title,
.genia-swal .swal2-html-container {
  color: #f2e9e4;
}
.genia-swal .swal2-timer-progress-bar {
  background: #c95a2c;
}
/* Toasts un peu plus compacts */
.swal2-toast.genia-swal {
  padding: 0.75rem 1rem;
}
