.swal2-popup {
  background: #111a24 !important;
  border: 2px solid #2c3e50;
  border-radius: 20px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
  font-family: system-ui, -apple-system, sans-serif;
}

.swal2-title {
  color: #f8f9fa !important;
  font-weight: 700 !important;
}

.swal2-html-container {
  color: #e2e8f0 !important;
  line-height: 1.6;
}

.swal2-html-container code {
  background: #1a2635 !important;
  color: #19b9b9 !important;
  border: 1px solid #34495e !important;
  border-radius: 6px;
  display: block;
  padding: 10px !important;
  font-family: monospace;
}

.swal2-confirm {
  background-color: #b69d3a !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 10px 24px !important;
  font-weight: bold !important;
  transition: all 0.2s ease;
}

.swal2-confirm:hover {
  background-color: #d2bf70 !important;
  box-shadow: 0 0 10px rgba(242, 215, 107, 0.749) !important;
}

.swal2-cancel {
  background-color: #475569 !important;
  color: #cbd5e1 !important;
  border-radius: 8px !important;
  padding: 10px 24px !important;
  transition: all 0.2s ease;
}

.swal2-cancel:hover {
  background-color: #64748b !important;
  color: #fff !important;
}

.swal2-icon.swal2-success { border-color: #2ecc71 !important; }
.swal2-icon.swal2-success .swal2-success-ring { border-color: rgba(46, 204, 113, 0.3) !important; }
