.modal-mask{--vh:100dvh;z-index:998;height:calc(var(--vh)*100);background-color:#00000080;justify-content:center;align-items:center;max-height:100dvh;display:flex;position:fixed;inset:0;overflow:hidden}.modal-mask .modal-wrapper{flex-direction:column;width:100%;max-height:100%;display:flex}.modal-enter-active{animation:.6s cubic-bezier(.39,.575,.565,1) both fade-in-fwd}.modal-leave-to{animation:.7s cubic-bezier(.25,.46,.45,.94) both fade-out-fwd}@keyframes fade-in-fwd{0%{opacity:0;transform:translateZ(-80px)}to{opacity:1;transform:translateZ(0)}}@keyframes fade-out-fwd{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(80px)}}
