.bottomsheet-panel{--bottomsheet-handle-height:44px;position:fixed;left:0;right:0;bottom:0;z-index:var(--z-sticky);height:var(--bottomsheet-height);display:flex;flex-direction:column;background:var(--color-bg-grey);border-radius:var(--radius-xl) var(--radius-xl) 0 0;box-shadow:0 -4px 40px var(--color-shadow);transform:translateY(var(--bottomsheet-offset));transition:transform .32s cubic-bezier(.4,0,.2,1);will-change:transform}.bottomsheet-panel.is-dragging{transition:none}.bottomsheet-handle{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:100%;min-height:var(--bottomsheet-handle-height);padding:var(--space-4) 0 var(--space-3);background:transparent;border:none;cursor:grab;touch-action:none}.bottomsheet-handle:active{cursor:grabbing}.bottomsheet-grip{width:40px;height:4px;border-radius:2px;background:rgba(var(--color-snow-rgb),.2)}.bottomsheet-handle:focus-visible{outline:2px solid var(--color-witchy);outline-offset:3px;box-shadow:0 0 0 4px rgba(var(--color-witchy-rgb),.2)}.bottomsheet-body{flex:1;min-height:0;max-height:calc(var(--bottomsheet-visible) - var(--bottomsheet-handle-height));overflow-y:auto;touch-action:pan-y;overscroll-behavior:contain}.bottomsheet-panel.is-peek .bottomsheet-body{overflow:hidden}@media (prefers-reduced-motion:reduce){.bottomsheet-panel{transition:none}}