/* =========================
   SWEETALERT2 - TEMA DO SITE
   ========================= */
.swal2-container {
  backdrop-filter: blur(6px);
}

.swal-theme-popup {
  background: linear-gradient(180deg, rgba(15,15,15,0.98), rgba(8,8,8,0.98)) !important;
  border: 1px solid rgba(255, 210, 125, 0.18) !important;
  border-radius: 16px !important;
  box-shadow: 0 25px 70px rgba(0,0,0,0.85) !important;
  color: #d0d0d0 !important;
  padding: 28px !important;
  position: relative;
  overflow: hidden;
}

/* linha dourada no topo */
.swal-theme-popup::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, transparent, #ffd27d, transparent);
  opacity: .95;
}

.swal-theme-title {
  font-family: 'Cinzel', serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
}

.swal-theme-html {
  font-family: 'Josefin Sans', sans-serif !important;
  color: #cfcfcf !important;
}

/* inputs */
.swal-theme-input {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255, 210, 125, 0.20) !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 12px 12px !important;
  box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.15);
}

.swal-theme-input:focus {
  border-color: rgba(255, 210, 125, 0.65) !important;
  box-shadow: 0 0 0 4px rgba(255, 210, 125, 0.10) !important;
}

/* link “esqueceu” */
.swal-theme-link {
  display: inline-block;
  margin-top: 8px;
  color: #ffd27d !important;
  text-decoration: none !important;
  font-weight: 700;
}
.swal-theme-link:hover {
  color: #ff3333 !important;
  text-shadow: 0 0 10px rgba(255, 50, 50, 0.35);
}

/* ações/botões */
.swal-theme-actions {
  gap: 12px !important;
}

.swal-theme-confirm {
  background: linear-gradient(180deg, #8a0000, #500000) !important;
  border: 1px solid rgba(255, 50, 50, 0.75) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 18px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .8px !important;
}

.swal-theme-confirm:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(255, 50, 50, 0.18);
}

.swal-theme-cancel {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  color: #ddd !important;
  border-radius: 10px !important;
  padding: 10px 18px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .8px !important;
}

.swal-theme-cancel:hover {
  border-color: rgba(255,210,125,0.55) !important;
  color: #ffd27d !important;
  background: rgba(255, 210, 125, 0.06) !important;
}
