div:where(.swal2-container) {
    padding: 1.25rem !important;
    z-index: 999999 !important;
}

div:where(.swal2-container) .swal2-popup {
    width: min(100%, 34rem) !important;
    border: 0 !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22) !important;
    padding: 2.25rem 2rem 1.75rem !important;
}

div:where(.swal2-container) .swal2-icon {
    width: 4.25rem !important;
    height: 4.25rem !important;
    margin: 0.25rem auto 1.5rem !important;
    border-width: 2px !important;
    border-radius: 999px !important;
    background: #fff !important;
}

div:where(.swal2-container) .swal2-icon .swal2-icon-content {
    font-size: 2rem !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

div:where(.swal2-container) .swal2-icon.swal2-error {
    border-color: #ef4444 !important;
    color: #ef4444 !important;
}

div:where(.swal2-container) .swal2-icon.swal2-success {
    border-color: #16a34a !important;
    color: #16a34a !important;
}

div:where(.swal2-container) .swal2-icon.swal2-warning {
    border-color: #f59e0b !important;
    color: #f59e0b !important;
}

div:where(.swal2-container) .swal2-icon.swal2-info,
div:where(.swal2-container) .swal2-icon.swal2-question {
    border-color: #2563eb !important;
    color: #2563eb !important;
}

div:where(.swal2-container) .swal2-title {
    margin: 0 0 1rem !important;
    padding: 0 !important;
    color: #0f172a !important;
    font-size: 1.85rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
}

div:where(.swal2-container) .swal2-html-container {
    margin: 0 0 1.5rem !important;
    padding: 0 !important;
    color: #475569 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

div:where(.swal2-container) .swal2-actions {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0.75rem !important;
}

div:where(.swal2-container) .swal2-styled {
    border: 0 !important;
    border-radius: 14px !important;
    min-width: 6.25rem !important;
    height: 3rem !important;
    padding: 0 1.25rem !important;
    font-size: 0.96rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease !important;
}

div:where(.swal2-container) .swal2-styled:focus {
    box-shadow: none !important;
}

div:where(.swal2-container) .swal2-styled:hover {
    transform: translateY(-1px) !important;
}

div:where(.swal2-container) .swal2-confirm {
    background: #111827 !important;
    color: #ffffff !important;
}

div:where(.swal2-container) .swal2-confirm:hover {
    background: #0f172a !important;
}

div:where(.swal2-container) .swal2-cancel {
    background: #e5e7eb !important;
    color: #111827 !important;
}

div:where(.swal2-container) .swal2-cancel:hover {
    background: #d1d5db !important;
}

div:where(.swal2-container) .swal2-close {
    color: #94a3b8 !important;
    font-size: 1.5rem !important;
    box-shadow: none !important;
    outline: none !important;
}

div:where(.swal2-container) .swal2-close:hover {
    color: #0f172a !important;
}

div:where(.swal2-container) .swal2-loader {
    border-color: #111827 transparent #111827 transparent !important;
}

div:where(.swal2-container) .swal2-timer-progress-bar {
    background: linear-gradient(90deg, #111827 0%, #2563eb 100%) !important;
    height: 3px !important;
}

@media (max-width: 576px) {
    div:where(.swal2-container) {
        padding: 0.75rem !important;
    }

    div:where(.swal2-container) .swal2-popup {
        border-radius: 18px !important;
        padding: 1.75rem 1.25rem 1.5rem !important;
    }

    div:where(.swal2-container) .swal2-title {
        font-size: 1.5rem !important;
    }

    div:where(.swal2-container) .swal2-html-container {
        font-size: 0.95rem !important;
    }

    div:where(.swal2-container) .swal2-styled {
        width: 100% !important;
    }
}
