.BottomSheet-view{z-index:10;height:calc(var(--silk-100-lvh-dvh-pct) + 60px)}.BottomSheet-content{box-sizing:border-box;height:auto;max-height:80vh;min-height:100px;z-index:10000;position:relative;width:100%;display:flex;flex-direction:column;align-items:stretch;padding-bottom:max(calc(env(safe-area-inset-bottom, 0px) + 12px),1.5rem);pointer-events:auto}.BottomSheet-bleedingBackground{border-radius:24px;background-color:hsl(var(--background));box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}.BottomSheet-handle{margin:.5rem auto .75rem;width:50px;height:6px;display:block;flex-shrink:0;align-self:center;border:0;border-radius:9999px;background-color:hsl(var(--muted-foreground)/.4);cursor:pointer}.BottomSheet-backdrop{z-index:9998;pointer-events:auto}