.BottomSheet{z-index:9999;overscroll-behavior:contain;align-items:flex-end;width:100vw;padding:0;display:flex;position:fixed;inset:0}.BottomSheet-Backdrop{touch-action:none;background:linear-gradient(#171a1d33,#171a1dcc);position:absolute;inset:0}.BottomSheet-Sheet{width:100%;max-height:min(80svh,500px);padding:16px 16px calc(24px + env(safe-area-inset-bottom,0px)) 16px;transform-origin:bottom;touch-action:none;z-index:1;background-color:#fff;border-radius:20px 20px 0 0;flex-direction:column;gap:2px;display:flex;position:relative;overflow:hidden auto}.BottomSheet-Handle{background-color:#171a1d66;border-radius:1000px;flex:none;align-self:center;width:36px;height:4px;margin:2px 0 16px}.BottomSheet-Slot{width:100%;overflow:hidden}.BottomSheet-Slot .Button:before{content:"";pointer-events:auto;z-index:-1;background:0 0;position:absolute;inset:-12px}
