[vaul-drawer]{touch-action:none}@keyframes mobile-screen-slide-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes mobile-screen-slide-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}[data-mobile-screen][data-state=open]{animation:mobile-screen-slide-in .3s cubic-bezier(.16,1,.3,1)}[data-mobile-screen-no-open-animation][data-state=open]{animation-duration:0s}[data-mobile-screen][data-state=closed]{animation:mobile-screen-slide-out .3s cubic-bezier(.16,1,.3,1)}