.modal-overlay{position:fixed;inset:0;background:var(--app-modal-overlay-bg,rgba(0,0,0,.5));display:flex;align-items:flex-end;justify-content:center;height:var(--tg-viewport-height,100dvh);z-index:9999;pointer-events:auto;overflow:var(--app-modal-overlay-overflow,visible);overscroll-behavior:none;touch-action:none}.modal-section{padding:0 20px 20px}.modal-header{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fff;padding:15px 20px}.modal-header h3{margin:0;font-size:18px}.modal-section{min-height:100px;max-height:700px}.modal-content{background:#fff;width:100%;max-height:calc(var(--tg-viewport-height, 100dvh)*.8);overflow:auto;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000026;position:relative;height:100%;will-change:transform,max-height;pointer-events:auto;transition:border-radius .3s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0);-webkit-transform:translateZ(0)}.modal-content--recipient-input-focus{max-height:calc(var(--tg-viewport-height, 100dvh)*.8)!important}.modal-footer{margin-bottom:24px;padding:20px}.modal-section.address{padding:0;max-height:100vh}.modal-content-full-height{position:fixed;inset:20px 0 0;height:100%!important;max-height:100%!important;border-radius:20px 20px 0 0;padding-bottom:calc(20px + env(safe-area-inset-bottom,0))}.modal-content input,.modal-content textarea{pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.modal-content-full-full-height{position:absolute!important;inset:0;height:100vh!important;max-height:none!important;border-radius:0;padding:0!important;margin:0!important;padding-bottom:0;display:flex;flex-direction:column;overflow:hidden}@media(max-width:768px){.modal-content-full-full-height .modal-section.address{padding-bottom:0!important}.modal-content-full-full-height{height:100dvh!important}.modal-content-full-full-height,.modal-section.address{transition:none!important}.input-group input:focus{position:relative;z-index:1}.modal-content-full-full-height{height:100vh!important;height:var(--tg-viewport-stable-height,100vh)!important}}@media(min-width:640px){.modal-content-full-height{position:relative}.modal-content-full-full-height,.modal-content-full-height{inset:auto;height:auto!important;max-height:90vh!important;border-radius:16px}.modal-content-full-full-height{position:relative!important}.modal-section{overflow-y:auto}.modal-section.address{overflow:hidden}.modal-overlay{align-items:center}.modal-content-full-height{min-height:20vh}.modal-content{width:min(620px,92vw);max-width:620px;max-height:90vh;height:auto;border-radius:16px}.modal-content-full-full-height{position:relative!important;height:auto!important;padding:20px!important;position:relative;inset:auto;height:90vh!important;max-height:90vh!important;border-radius:16px;padding-top:20px;padding-bottom:0}}.modal-slide-up-enter-active,.modal-slide-up-leave-active{transition:all .4s cubic-bezier(.32,1,.23,1)}.modal-slide-up-enter-active .modal-content,.modal-slide-up-leave-active .modal-content{transition:transform .4s cubic-bezier(.32,1,.23,1)}.modal-slide-up-enter-from,.modal-slide-up-leave-to{opacity:0}.modal-slide-up-enter-from .modal-content,.modal-slide-up-leave-to .modal-content{transform:translateY(100%)}.modal-slide-up-enter-to .modal-content,.modal-slide-up-leave-from .modal-content{transform:translateY(0)}@media(min-width:640px){.modal-slide-up-enter-active,.modal-slide-up-leave-active{transition:opacity .2s ease}.modal-slide-up-enter-active .modal-content,.modal-slide-up-leave-active .modal-content{transition:transform .2s ease,opacity .2s ease}.modal-slide-up-enter-from,.modal-slide-up-leave-to{opacity:0}.modal-slide-up-enter-from .modal-content,.modal-slide-up-leave-to .modal-content{transform:scale(.96);opacity:0}.modal-slide-up-enter-to .modal-content,.modal-slide-up-leave-from .modal-content{transform:scale(1);opacity:1}}
