dialog.bottom-sheet.svelte-hebhzo>div:where(.svelte-hebhzo){transition:transform var(--motion-duration-pane) var(--ease-out-expo)}dialog.bottom-sheet.svelte-hebhzo>div.dragging:where(.svelte-hebhzo){transition:none}dialog.bottom-sheet[open].svelte-hebhzo{animation:svelte-hebhzo-slide-up var(--motion-duration-pane) var(--ease-out-expo)}dialog.bottom-sheet[open].svelte-hebhzo::backdrop{animation:svelte-hebhzo-backdrop-fade-in var(--motion-duration-pane) ease-out}dialog.bottom-sheet[open].closing.svelte-hebhzo{animation:svelte-hebhzo-slide-down var(--motion-duration-pane) var(--ease-out-expo) forwards}dialog.bottom-sheet[open].closing.svelte-hebhzo::backdrop{animation:svelte-hebhzo-backdrop-fade-out var(--motion-duration-pane) ease-in forwards}@keyframes svelte-hebhzo-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes svelte-hebhzo-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes svelte-hebhzo-backdrop-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-hebhzo-backdrop-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){dialog.bottom-sheet.svelte-hebhzo>div:where(.svelte-hebhzo){transition-duration:0s}dialog.bottom-sheet[open].svelte-hebhzo,dialog.bottom-sheet[open].svelte-hebhzo::backdrop,dialog.bottom-sheet[open].closing.svelte-hebhzo,dialog.bottom-sheet[open].closing.svelte-hebhzo::backdrop{animation-duration:.01ms}}
