.bottom-sheet{z-index:100;touch-action:pan-y;will-change:height;padding-bottom:env(safe-area-inset-bottom);pointer-events:auto;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -4px 24px #00000026}.bottom-sheet.dragging{-webkit-user-select:none;user-select:none;touch-action:none}.bottom-sheet__handle-container{cursor:grab;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;flex-shrink:0;justify-content:center;align-items:center;padding:12px 0 8px;display:none}.bottom-sheet__handle-container:active{cursor:grabbing}.bottom-sheet__handle{background:#d1d5db;border-radius:2px;width:40px;height:4px;transition:background-color .2s}.bottom-sheet__handle-container:hover .bottom-sheet__handle{background:#9ca3af}.bottom-sheet__content{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overscroll-behavior-x:none;touch-action:pan-y;will-change:scroll-position;flex:1;min-height:0;padding:16px 0;overflow:hidden auto}.bottom-sheet__content.allow-page-scroll{overscroll-behavior-y:auto!important;overscroll-behavior:auto!important}.bottom-sheet__content.allow-page-scroll::-webkit-scrollbar{width:6px}.bottom-sheet__content.allow-page-scroll::-webkit-scrollbar-track{background:0 0}.bottom-sheet__content.allow-page-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.bottom-sheet__content.allow-page-scroll::-webkit-scrollbar-thumb:hover{background:#9ca3af}@supports (-webkit-touch-callout:none){.bottom-sheet__content.allow-page-scroll{-webkit-overflow-scrolling:touch}}@media (min-width:1024px){.bottom-sheet{display:none}}.bottom-sheet-backdrop{z-index:99;opacity:0;pointer-events:none;background:#0000004d;transition:opacity .3s;position:fixed;inset:0}.bottom-sheet-backdrop.visible{opacity:1;pointer-events:auto}@media (min-width:1024px){.bottom-sheet-backdrop{display:none}}
