.bottom-sheet-wrapper{position:fixed;inset:0;z-index:999;pointer-events:none}.bottom-sheet-wrapper.open{pointer-events:auto}.bottom-sheet-wrapper-overlay{position:absolute;inset:0;background:#0006;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);pointer-events:none;z-index:0}.bottom-sheet-wrapper.open .bottom-sheet-wrapper-overlay{pointer-events:auto}.bottom-sheet-wrapper .bottom-sheet{position:absolute;bottom:0;left:0;width:100%;height:auto;display:flex;flex-direction:column;border-top-right-radius:1.5rem;border-top-left-radius:1.5rem;z-index:1;touch-action:none;background:#2c0857cc;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px)}@media(max-height:650px){.bottom-sheet-wrapper .bottom-sheet{height:95%}}.bottom-sheet-wrapper .bottom-sheet-swipe-zone{cursor:grab;position:absolute;width:100%;inset:0;height:12.5rem;z-index:2}.bottom-sheet-wrapper .bottom-sheet-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:1.5rem;overflow:auto;padding:0 1.5rem 1.5rem}.bottom-sheet-wrapper .bottom-sheet-bar{width:2.25rem;min-height:.3125rem;border-radius:.15625rem;background:hsla(0,0%,100%,.302)}.bottom-sheet-wrapper .bottom-sheet-bar-wrapper{display:flex;position:sticky;align-items:center;justify-content:center;min-height:1.875rem;top:0}