.base-bottom-sheet{position:fixed;bottom:0;left:0;z-index:var(--bbs-z-index,9);width:100%;border-radius:var(--corner-radius-r16);background-color:var(--background-colors-base);isolation:isolate;transform-origin:bottom;will-change:transform,height;transition-property:transform,opacity,max-height;transition-duration:.25s;transition-timing-function:cubic-bezier(.4,0,1,1)}.base-bottom-sheet--static{padding-top:var(--spacings-s12)}.base-bottom-sheet--full-height,.base-bottom-sheet--static{border-radius:var(--corner-radius-r0)}.base-bottom-sheet--open{transition-timing-function:cubic-bezier(0,0,.2,1)}.base-bottom-sheet--dragging{transition-duration:0s}.base-bottom-sheet__touch-area{display:grid;place-content:center;position:relative;height:12px;border-radius:var(--corner-radius-r16) var(--corner-radius-r16) var(--corner-radius-r0) var(--corner-radius-r0);background-color:var(--background-colors-base)}.base-bottom-sheet--full-height .base-bottom-sheet__touch-area{border-radius:var(--corner-radius-r0)}.base-bottom-sheet__touch-area:before{content:"";position:absolute;left:50%;z-index:calc(var(--bbs-z-index, 9) + 1);width:100%;max-width:80%;height:44px;background-color:transparent;translate:-50%;transform:translateY(0)}.base-bottom-sheet--open .base-bottom-sheet__touch-area:before{transform:translateY(-45%)}.base-bottom-sheet__touch-area:after{content:"";width:32px;height:4px;border-radius:var(--corner-radius-r4);background-color:var(--background-colors-tint-3)}.base-bottom-sheet__overlay{position:absolute;top:12px;z-index:-1;width:100%;height:105%;background-color:var(--background-colors-transparent);opacity:var(--bbs-overlay-opacity,0);transform:translateY(-100%);transition:opacity var(--timings-default) var(--easings-ease);user-select:none}.base-bottom-sheet--static .base-bottom-sheet__overlay{top:0}.base-bottom-sheet__content{height:100%;contain:layout;touch-action:pan-y}.base-bottom-sheet__content--with-bg-effect:before{content:"";position:absolute;top:50%;left:50%;z-index:0;width:100%;max-height:100%;height:auto;aspect-ratio:1/1;background:var(--effects-vignette);transform:translate(-50%,-50%);pointer-events:none}.base-bottom-sheet--enter{opacity:0}.base-bottom-sheet--enter-active{opacity:1;transition:transform .25s cubic-bezier(0,0,.2,1),opacity .25s cubic-bezier(0,0,.2,1),max-height .25s cubic-bezier(0,0,.2,1)}.base-bottom-sheet--exit{opacity:1}.base-bottom-sheet--exit-active{opacity:0;transition:transform .25s cubic-bezier(.4,0,1,1),opacity .25s cubic-bezier(.4,0,1,1),max-height .25s cubic-bezier(.4,0,1,1)}