        /* DB Upstage public-site toast styling — matches dark theme */
        .swal2-container.swal2-top { padding-top: 1.25rem; }
        .swal2-toast{
            background:#1b0f25 !important;
            color:#f4ecf7 !important;
            border:1px solid rgba(255,255,255,.08) !important;
            box-shadow:0 18px 40px -12px rgba(0,0,0,.55), 0 6px 18px rgba(0,0,0,.35) !important;
            border-radius:14px !important;
            padding:.9rem 1.2rem !important;
            min-width:340px;
        }
        .swal2-toast .swal2-title{
            font-size:.95rem !important;
            font-weight:600 !important;
            color:#f4ecf7 !important;
        }
        .swal2-toast .swal2-html-container{ color:#cdbedb !important; }
        .swal2-toast .swal2-timer-progress-bar{ height:3px !important; }
        .swal2-toast.swal2-icon-success { border-left:4px solid #21bf73 !important; }
        .swal2-toast.swal2-icon-error   { border-left:4px solid #ff4d6d !important; }
        .swal2-toast.swal2-icon-warning { border-left:4px solid #f5a524 !important; }
        .swal2-toast.swal2-icon-info    { border-left:4px solid #ff2e8a !important; }
        .swal2-toast.swal2-icon-question{ border-left:4px solid #b08cff !important; }
