.BottomSheet_overlay__IuBbm{position:fixed;inset:0;z-index:100;animation:BottomSheet_overlayIn__ZGiOM .25s ease;-webkit-tap-highlight-color:transparent}.BottomSheet_overlayClosing__1WYWA{animation:BottomSheet_overlayOut__W_ZO7 .22s ease forwards}@keyframes BottomSheet_overlayIn__ZGiOM{0%{opacity:0}to{opacity:1}}@keyframes BottomSheet_overlayOut__W_ZO7{0%{opacity:1}to{opacity:0}}.BottomSheet_sheet__X1VMG{position:fixed;bottom:10px;left:10px;right:10px;box-sizing:border-box;margin:0 auto;max-width:calc(460px - 20px);background:var(--lb-color-surface);border-radius:var(--lb-radius-xl);box-shadow:0 -4px 40px rgba(0,0,0,.14);z-index:101;display:flex;flex-direction:column;max-height:92dvh;overflow:hidden;animation:BottomSheet_sheetUp__2QWc0 .32s cubic-bezier(.22,1,.36,1)}.BottomSheet_sheetClosing__YLqi4{animation:BottomSheet_sheetDown__IJZn3 .2s cubic-bezier(.4,0,.8,0) forwards}@keyframes BottomSheet_sheetUp__2QWc0{0%{transform:translateY(90%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes BottomSheet_sheetDown__IJZn3{0%{transform:translateY(0);opacity:1}to{transform:translateY(90%);opacity:0}}.BottomSheet_handle__Y5yKG{flex-shrink:0;display:flex;justify-content:center;padding:20px 0 4px;cursor:grab;-webkit-tap-highlight-color:transparent}.BottomSheet_handle__Y5yKG:before{content:"";width:50px;height:5px;border-radius:99px;background:var(--lb-color-border)}.BottomSheet_body__P_IrJ{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1 1;min-height:0}.BottomSheet_body__P_IrJ::-webkit-scrollbar{display:none}