.ModalWrapper_backdrop__L18TO{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:10001;backdrop-filter:blur(5px);animation:ModalWrapper_fadeIn__clAA5 .2s ease-out}.ModalWrapper_modal__MSsJ9{background-color:#fff;border-radius:16px;width:95%;max-width:420px;padding:32px;position:relative;display:flex;flex-direction:column;align-items:center;gap:20px;box-shadow:0 20px 40px rgba(0,0,0,.2);animation:ModalWrapper_scaleIn__bT5sD .3s cubic-bezier(.34,1.56,.64,1)}:has(.ModalWrapper_modal__MSsJ9){overflow:hidden}@keyframes ModalWrapper_fadeIn__clAA5{0%{opacity:0}to{opacity:1}}@keyframes ModalWrapper_scaleIn__bT5sD{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.ModalWrapper_closeBtn__Kkdsr{position:absolute;top:16px;right:16px;background:none;border:none;font-size:1.5rem;line-height:100%;color:#9ca3af;cursor:pointer;width:32px;height:32px;display:flex;justify-content:center;border-radius:50%;transition:background .2s}.ModalWrapper_closeBtn__Kkdsr:hover{background-color:#f3f4f6;color:#111827}[dir=rtl] .ModalWrapper_closeBtn__Kkdsr{right:auto;left:16px}