.app-bottom-sheet-overlay[data-state=open]{animation:.45s cubic-bezier(.32,.72,0,1) app-bottom-sheet-fade-in}.app-bottom-sheet-overlay[data-state=closed]{animation:.45s cubic-bezier(.32,.72,0,1) app-bottom-sheet-fade-out}.app-bottom-sheet-content{transform:translateY(var(--drawer-swipe-movement-y,0));will-change:transform;transition:transform .45s cubic-bezier(.32,.72,0,1)}.app-bottom-sheet-content:after{inset-inline:0;background:inherit;content:"";height:100%;position:absolute;top:100%}.app-bottom-sheet-content[data-state=open]{animation:.45s cubic-bezier(.32,.72,0,1) app-bottom-sheet-slide-in}.app-bottom-sheet-content[data-state=closed]{animation:.45s cubic-bezier(.32,.72,0,1) app-bottom-sheet-slide-out}.app-bottom-sheet-content[data-swiping]{transition-duration:0s}@keyframes app-bottom-sheet-fade-in{0%{opacity:0}}@keyframes app-bottom-sheet-fade-out{to{opacity:0}}@keyframes app-bottom-sheet-slide-in{0%{translate:0 100%}}@keyframes app-bottom-sheet-slide-out{to{translate:0 100%}}@media (prefers-reduced-motion:reduce){.app-bottom-sheet-content,.app-bottom-sheet-overlay{transition-duration:1ms!important;animation-duration:1ms!important}}
