/* ===== SWEETALERT2 OVERRIDES ===== */
.swal2-popup{
  background:#f0f1f4!important;
  border:1px solid #dde1e7!important;
  border-radius:20px!important;
  color:#1e293b!important;
  box-shadow:0 20px 60px rgba(0,0,0,0.1)!important;
}
[data-theme="dark"] .swal2-popup{
  background:linear-gradient(160deg,#1e1b4b 0%,#0f172a 100%)!important;
  border-color:rgba(13,148,136,0.2)!important;
  color:#f1f5f9!important;
}
.swal2-input,.swal2-textarea,.swal2-select{
  width:100%!important;padding:12px 16px!important;
  border:2px solid #d0d5dd!important;
  border-radius:10px!important;
  background:#f0f1f4!important;color:#1e293b!important;
  font-family:inherit!important;font-size:14px!important;
  box-sizing:border-box!important;margin:10px auto!important;min-height:46px!important;
}
.swal2-input:focus,.swal2-textarea:focus{
  outline:none!important;border-color:#0d9488!important;
  box-shadow:0 0 0 3px rgba(13,148,136,0.1)!important;
}
.swal2-input::placeholder{color:#94a3b8!important}
.swal2-title{color:#1e293b!important;font-family:inherit!important}
.swal2-html-container{color:#475569!important;font-family:inherit!important}
[data-theme="dark"] .swal2-input,[data-theme="dark"] .swal2-textarea,[data-theme="dark"] .swal2-select{
  background:#0d0e2c!important;color:#f1f5f9!important;
  border-color:rgba(13,148,136,0.3)!important;
}
[data-theme="dark"] .swal2-title{color:#f1f5f9!important}
[data-theme="dark"] .swal2-html-container{color:#cbd5e1!important}
