:root {
  --swal2-background: #0f1414;
  --swal2-color: #e5f2f2;
}

.swal2-container.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.62) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.app-swal-popup {
  border: 1px solid rgba(31, 42, 42, 0.95) !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55) !important;
  padding: 22px !important;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02),
      transparent 30%
    ),
    #0f1414 !important;
  color: #e5f2f2 !important;
}

.app-swal-title {
  font-size: 2rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: #ffffff !important;
}

.app-swal-text {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: rgba(229, 242, 242, 0.78) !important;
}

.app-swal-confirm,
.app-swal-cancel {
  border-radius: 14px !important;
  padding: 10px 18px !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: none !important;
}

.app-swal-confirm {
  background: linear-gradient(180deg, #14b8a6, #0f766e) !important;
  color: #071010 !important;
}

.app-swal-confirm:hover {
  filter: brightness(1.05);
}

.app-swal-cancel {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #e5f2f2 !important;
  border: 1px solid rgba(31, 42, 42, 0.95) !important;
}

.app-swal-cancel:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}

.swal2-success {
  border-color: #22c55e !important;
  background: rgba(34, 197, 94, 0.12) !important;
}

.swal2-success .swal2-success-ring {
  border-color: rgba(34, 197, 94, 0.28) !important;
}

.swal2-success [class^="swal2-success-line"] {
  background-color: #22c55e !important;
}

.swal2-error {
  border-color: #ef4444 !important;
  background: rgba(239, 68, 68, 0.12) !important;
}

.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #ef4444 !important;
}