@keyframes svelte-uvpi5u-bottom-sheet-enter{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes svelte-uvpi5u-bottom-sheet-exit{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes svelte-uvpi5u-bottom-sheet-overlay-enter{0%{opacity:0}to{opacity:1}}@keyframes svelte-uvpi5u-bottom-sheet-overlay-exit{0%{opacity:1}to{opacity:0}}[data-bottom-sheet][data-state=open]{animation:svelte-uvpi5u-bottom-sheet-enter .22s cubic-bezier(.32,.72,0,1) both}[data-bottom-sheet][data-state=closed]{animation:svelte-uvpi5u-bottom-sheet-exit .18s cubic-bezier(.32,.72,0,1) both}[data-bottom-sheet-overlay][data-state=open]{animation:svelte-uvpi5u-bottom-sheet-overlay-enter .18s cubic-bezier(.23,1,.32,1) both}[data-bottom-sheet-overlay][data-state=closed]{animation:svelte-uvpi5u-bottom-sheet-overlay-exit .15s cubic-bezier(.23,1,.32,1) both}
