.swal2-container {
    padding: 18px !important;
    backdrop-filter: blur(4px);
}

.swal2-popup {
    width: min(390px, calc(100vw - 30px)) !important;
    padding: 28px 25px 23px !important;
    overflow: hidden !important;
    border: 1px solid #dbe5f0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 28px 80px rgba(22, 35, 57, .25) !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.swal2-popup::before {
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, #2563eb, #60a5fa);
}

.swal2-popup:has(.swal2-success)::before {
    background: linear-gradient(90deg, #059669, #34d399);
}

.swal2-popup:has(.swal2-error)::before {
    background: linear-gradient(90deg, #dc2626, #fb7185);
}

.swal2-popup:has(.swal2-warning)::before {
    background: linear-gradient(90deg, #d97706, #fbbf24);
}

.swal2-icon {
    margin: 2px auto 16px !important;
    transform: scale(.84);
}

.swal2-title {
    padding: 0 !important;
    color: #17243a !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: -.25px !important;
}

.swal2-html-container {
    margin: 9px 0 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

.swal2-actions {
    gap: 9px;
    margin: 21px 0 0 !important;
}

.swal2-confirm,
.swal2-cancel {
    min-width: 105px;
    min-height: 39px;
    margin: 0 !important;
    padding: 9px 17px !important;
    border: 0 !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
}

.swal2-confirm {
    background: #2563eb !important;
}

.swal2-popup:has(.swal2-success) .swal2-confirm {
    background: #059669 !important;
}

.swal2-popup:has(.swal2-error) .swal2-confirm {
    background: #dc2626 !important;
}

.swal2-cancel {
    background: #eef2f7 !important;
    color: #475569 !important;
}

@media (max-width: 480px) {
    .swal2-popup {
        padding: 24px 18px 20px !important;
    }
}
