body{background:black!important}.custom-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:99999}.custom-modal{background:#fff;max-width:520px;width:calc(100% - 32px);border-radius:12px;padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.2);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:black}.custom-modal h3{margin:0 0 8px;font-size:18px;color:black}.custom-modal p{margin:0 0 16px;line-height:1.4}.custom-modal .btn-row{display:flex;gap:8px;justify-content:flex-end}.custom-modal button{border:0;padding:10px 14px;border-radius:8px;cursor:pointer}.custom-modal .btn-primary{background:#e11d48;color:#fff}.custom-modal .btn-secondary{background:#f2f4f7;color:#111}