.BottomSheet-view{z-index:50;height:calc(var(--silk-100-lvh-dvh-pct) + 60px)}.BottomSheet-content{box-sizing:border-box;height:auto;min-height:100px;max-height:calc(var(--sheet-viewport) - 60px)}.BottomSheet-bleedingBackground{border-radius:24px;background-color:hsl(var(--background));box-shadow:0 0 0 1px hsl(var(--sheet-edge)),var(--sheet-lift)}.BottomSheet-handle{display:grid;place-items:center;width:60px;height:44px;border:0;background-color:transparent;cursor:pointer}.BottomSheet-handle:focus-visible{outline:var(--focus-ring-width) solid hsl(var(--ring));outline-offset:var(--focus-ring-offset);border-radius:9999px}.BottomSheet-handle:after{display:block;width:50px;height:6px;border-radius:9999px;background-color:hsl(var(--muted-foreground)/.35);content:""}