.swal2-popup {
  background: #0f172a; /* slate-950 */
  color: #e2e8f0;      /* slate-200 */
  border: 1px solid #1f2937; /* slate-800 */
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  font-family: inherit;
  width: 100%;
  max-width: 420px;
  padding: 1.5rem 1.5rem 1.25rem;
}

.swal2-title { color: #fff; }
.swal2-html-container {
  color: #cbd5e1;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
}

/* Actions: buttons to the right */
.swal2-actions {
  justify-content: flex-end;
  margin-top: 1rem;
  gap: 0.5rem;
}

.swal2-input, .swal2-select, .swal2-textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #111827;
  color: #e2e8f0;
  border: 1px solid #334155;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 0 0 0.75rem 0;
  font-size: 0.9375rem;
}
.swal2-input:last-child, .swal2-select:last-child, .swal2-textarea:last-child {
  margin-bottom: 0;
}
.swal2-input:focus, .swal2-select:focus, .swal2-textarea:focus {
  outline: none;
  border-color: #a855f7;
  box-shadow: 0 0 0 2px rgba(168,85,247,0.2);
}

.swal2-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1.25rem;
  padding-right: 2.25rem;
}

/* Larger textarea for quick note */
.swal2-textarea {
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
}

.swal2-styled.swal2-confirm {
  background: #a855f7;
  color: white;
  border-radius: 10px;
  padding: 8px 18px;
}
.swal2-styled.swal2-cancel {
  background: transparent;
  color: #cbd5e1;
  border: 1px solid #334155;
  border-radius: 10px;
  padding: 8px 18px;
}
