.Modal_overlay__ovi8E{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto;overscroll-behavior:contain;background:var(--modal-overlay,rgba(15,23,42,.45));backdrop-filter:blur(4px);animation:Modal_modalOverlayIn__BSMhU .18s ease}.Modal_panel__vo_8Z{--modal-max-width:520px;position:relative;display:flex;flex-direction:column;width:min(var(--modal-max-width),100vw - 32px);max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow:hidden;background:#fff;border-radius:var(--modal-radius,24px);box-shadow:var(--modal-shadow,0 24px 70px rgba(15,23,42,.22));animation:Modal_modalPanelIn__0n68B .2s cubic-bezier(.22,1,.36,1)}.Modal_sizeSm__Hl2Hd{--modal-max-width:420px}.Modal_sizeMd__RTM8p{--modal-max-width:520px}.Modal_sizeLg__my_hB{--modal-max-width:640px}.Modal_sizeXl__cxhWM{--modal-max-width:820px}.Modal_bodyOverflowVisible__7g2Vn,.Modal_panelOverflowVisible__hRBmz{overflow:visible}.Modal_header__Aq74H{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 14px}.Modal_headerNoTitle__a6Kxp{padding:16px 16px 0;justify-content:flex-end}.Modal_title__wmN8m{margin:0;color:var(--color-dark,#1e1e1e);font-size:20px;font-weight:700;line-height:1.25}.Modal_headerAccessory__VwS3X{display:flex;align-items:center;gap:8px;margin-left:auto}.Modal_closeButton__KBRsu{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;padding:0;border:none;border-radius:999px;background:var(--color-messenger-bg,#f5f6f9);color:var(--color-muted,#828282);cursor:pointer;transition:background .18s ease,color .18s ease}.Modal_closeButton__KBRsu:hover{background:#ececee;color:var(--color-dark,#1e1e1e)}.Modal_closeButton__KBRsu:focus-visible{outline:2px solid var(--color-red-500,#3b82f6);outline-offset:2px}.Modal_body__v_ADG{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:4px 24px 24px}.Modal_bodyNoHeader__vYkdG{padding-top:24px}.Modal_footer__FO_UO{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;padding:16px 24px 24px}@keyframes Modal_modalOverlayIn__BSMhU{0%{opacity:0}to{opacity:1}}@keyframes Modal_modalPanelIn__0n68B{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.Modal_overlay__ovi8E,.Modal_panel__vo_8Z{animation:none}}@media(max-width:520px){.Modal_overlay__ovi8E{padding:12px;align-items:flex-end}.Modal_panel__vo_8Z{width:100%;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px)}.Modal_header__Aq74H{padding:18px 18px 12px}.Modal_body__v_ADG{padding:4px 18px 20px}.Modal_footer__FO_UO{padding:12px 18px 20px}.Modal_footer__FO_UO button{flex:1 1 140px}}@media(max-height:720px),(max-width:520px){.Modal_panelOverflowVisible__hRBmz{overflow:hidden}.Modal_bodyOverflowVisible__7g2Vn{overflow-x:hidden;overflow-y:auto}}