#bottom-sheet-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;pointer-events:none;overflow:hidden;max-width:100vw}#bottom-sheet-layer:empty{display:none}.bottom-sheet{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:stretch;pointer-events:none;overflow:hidden;max-width:100vw}.bottom-sheet__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border:none;margin:0;padding:0;cursor:pointer;pointer-events:auto;background:#000000a6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);appearance:none;-webkit-appearance:none;opacity:0;transition:opacity .32s cubic-bezier(.32,0,.2,1);-webkit-tap-highlight-color:transparent}html.light-fx .bottom-sheet__backdrop{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.bottom-sheet.is-active .bottom-sheet__backdrop,.bottom-sheet.is-closing .bottom-sheet__backdrop{opacity:1}.bottom-sheet__backdrop:disabled{pointer-events:none}.bottom-sheet__panel{position:relative;z-index:1;box-sizing:border-box;width:100%;max-width:100%;height:auto;max-height:min(calc(100vh - env(safe-area-inset-top,0px)),680px);max-height:min(calc(100dvh - env(safe-area-inset-top,0px)),680px);border-radius:20px 20px 0 0;background:#0a0a0a;border:1px solid rgba(255,255,255,.08);border-bottom:none;box-shadow:0 -12px 40px #00000080;pointer-events:auto;overflow:hidden;display:flex;flex-direction:column;transform:translate3d(0,100%,0);transition:transform .32s cubic-bezier(.32,.72,0,1);will-change:transform}.bottom-sheet.is-active .bottom-sheet__panel{transform:translateZ(0)}.bottom-sheet.is-closing .bottom-sheet__panel{transform:translate3d(0,100%,0)}.bottom-sheet--compact .bottom-sheet__panel{max-height:calc(100vh - env(safe-area-inset-top,0px));max-height:calc(100dvh - env(safe-area-inset-top,0px))}.bottom-sheet--compact .bottom-sheet__handle-zone{min-height:20px;padding:6px 0 0}.bottom-sheet--compact .bottom-sheet__title{padding:0 16px 8px;font-size:17px}.bottom-sheet--compact .bottom-sheet__body{flex:0 0 auto;overflow:hidden;padding:0 16px 4px}.bottom-sheet--compact .bottom-sheet__footer{flex:0 0 auto;padding:8px 16px calc(10px + env(safe-area-inset-bottom,0px))}.bottom-sheet:not(.bottom-sheet--compact) .bottom-sheet__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}.bottom-sheet__panel.is-dragging,.bottom-sheet.is-dragging .bottom-sheet__backdrop{transition:none!important}.bottom-sheet__handle-zone{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-height:28px;padding:10px 0 4px;user-select:none;-webkit-user-select:none;touch-action:none;cursor:grab}.bottom-sheet__handle-zone:active{cursor:grabbing}.bottom-sheet__handle{width:44px;height:5px;border-radius:999px;background:#ffffff47}.bottom-sheet__title{margin:0;padding:0 20px 10px;text-align:center;font-size:18px;font-weight:800;flex-shrink:0}.bottom-sheet__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0 16px 8px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.bottom-sheet__footer{flex-shrink:0;box-sizing:border-box;width:100%;padding:8px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(255,255,255,.08);background:#0a0a0a}.bottom-sheet:not(.bottom-sheet--compact) .bottom-sheet__body{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))}.bottom-sheet__body input,.bottom-sheet__body button{touch-action:manipulation}@media(prefers-reduced-motion:reduce){.bottom-sheet__panel,.bottom-sheet__backdrop{transition-duration:.01ms!important}}@media(min-width:481px){.bottom-sheet{justify-content:center}.bottom-sheet__panel{max-width:480px;border-radius:20px 20px 0 0}}
