:root{--m3-bottom-sheet-shape: var(--m3-util-rounding-extra-large)}.scrim.svelte-vohiza{position:fixed;inset:0;display:grid;place-items:end center;background-color:rgb(var(--m3-scheme-scrim) / .5);animation:svelte-vohiza-backdrop .4s;z-index:1000}.scrim[data-open="0"].svelte-vohiza{animation:svelte-vohiza-backdropOut .3s forwards}.sheet.m3-container.svelte-vohiza{margin-bottom:0;width:100%;max-width:40rem;overflow:auto;touch-action:pan-y;background-color:rgb(var(--m3-scheme-surface-container-low));color:rgb(var(--m3-scheme-on-surface));border-radius:var(--m3-bottom-sheet-shape) var(--m3-bottom-sheet-shape) 0 0;border:none;padding:0;transform-origin:bottom center;transition:max-height .3s cubic-bezier(.2,0,0,1)}.sheet.m3-container[data-fullwidth="1"].svelte-vohiza{max-width:100vw;border-radius:0}.scrim[data-open="0"].svelte-vohiza .sheet.m3-container:where(.svelte-vohiza){animation:svelte-vohiza-sheetOut .3s var(--m3-util-curve-accel, cubic-bezier(.2, 0, 0, 1)) forwards;pointer-events:none}.container.svelte-vohiza{padding:0 1rem}.handle-container.svelte-vohiza{display:flex;justify-content:center;align-items:center;width:100%;height:1.5rem;cursor:grab;touch-action:none}.handle.svelte-vohiza{background-color:rgb(var(--m3-scheme-on-surface-variant) / .4);width:2rem;height:.25rem;border-radius:.25rem}@keyframes svelte-vohiza-backdrop{0%{background-color:transparent}to{background-color:rgb(var(--m3-scheme-scrim) / .5)}}@keyframes svelte-vohiza-backdropOut{0%{background-color:rgb(var(--m3-scheme-scrim) / .5)}to{background-color:transparent}}@keyframes svelte-vohiza-sheetOut{0%{transform:translateY(0) scaleY(1);opacity:1}to{transform:translateY(2rem) scaleY(.98);opacity:0}}@media (forced-colors: active){.handle.svelte-vohiza{background-color:canvastext}}
