.bottom-sheet[data-v-00004324]{background:var(--overlay-color,rgba(0,0,0,.5));display:flex;flex-direction:column;height:100vh;justify-content:flex-end;left:0;position:fixed;top:0;width:100vw;z-index:1000}.bottom-sheet .main[data-v-00004324]{animation:slide-in-00004324 .5s ease;background:var(--background,#f6f6f6);border-radius:16px 16px 0 0;height:var(--height,70vh);transition:all ease;width:100%}@keyframes slide-in-00004324{0%{transform:translateY(70%)}to{transform:translateY(0)}}.bottom-sheet .main .drag-handle[data-v-00004324]{background:var(--handle-color,#666);border-radius:16px;height:4px;margin:8px auto;width:40px}.bottom-sheet .main .content[data-v-00004324]{height:calc(100% - 85px);overflow:auto}
