.mobile-bottom-sheet-backdrop{z-index:998;opacity:0;visibility:hidden;background:#00000080;transition:opacity .35s cubic-bezier(.4,0,.2,1),visibility .35s;position:fixed;inset:0}.mobile-bottom-sheet-backdrop.open{opacity:1;visibility:visible}.mobile-bottom-sheet{background:#fff;position:fixed;bottom:0;left:0;right:0}[data-mantine-color-scheme=dark] .mobile-bottom-sheet{background:var(--mantine-color-dark-7)}.mobile-bottom-sheet{border-radius:var(--app-surface-radius) var(--app-surface-radius) 0 0;z-index:999;will-change:transform;flex-direction:column;max-height:80vh;transition:transform .35s cubic-bezier(.25,.8,.25,1);display:flex;transform:translateY(100%)}.mobile-bottom-sheet.open{transform:translateY(0)}.mobile-bottom-sheet:has(.mantine-ScrollArea-root){height:80vh}.bottom-sheet-handle-container{flex-shrink:0;justify-content:center;padding:12px 0 8px;display:flex}.bottom-sheet-handle{background:#d1d5db;width:40px;height:4px}[data-mantine-color-scheme=dark] .bottom-sheet-handle{background:var(--mantine-color-dark-4)}.bottom-sheet-handle{border-radius:8px}.bottom-sheet-header{border-bottom:var(--app-surface-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 16px 12px;display:flex}.bottom-sheet-header h3,.bottom-sheet-title{color:#111827;font-size:18px;font-weight:600}[data-mantine-color-scheme=dark] .bottom-sheet-header h3,[data-mantine-color-scheme=dark] .bottom-sheet-title{color:var(--mantine-color-dark-0)}.bottom-sheet-header h3,.bottom-sheet-title{align-items:center;gap:8px;margin:0;display:flex}.bottom-sheet-close{color:#6b7280;background:0 0;border:none;font-size:28px}[data-mantine-color-scheme=dark] .bottom-sheet-close{color:var(--mantine-color-dark-2)}.bottom-sheet-close{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .2s;display:flex}.bottom-sheet-close:hover{background:#f3f4f6}[data-mantine-color-scheme=dark] .bottom-sheet-close:hover{background:var(--mantine-color-dark-6)}.bottom-sheet-content{-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;flex:1;min-height:0;overflow:hidden auto}.bottom-sheet-content:has(.mantine-ScrollArea-root){overflow:hidden}.bottom-sheet-content .mantine-ScrollArea-root{height:100%!important;max-height:none!important}.bottom-sheet-content .mantine-ScrollArea-viewport{-webkit-overflow-scrolling:touch;touch-action:pan-y!important}.bottom-sheet-content .animation-settings{height:auto;overflow-y:visible}.bottom-sheet-content:has(.animation-settings){overflow-x:hidden;overflow-y:auto!important}.bottom-sheet-content::-webkit-scrollbar{width:4px}.bottom-sheet-content::-webkit-scrollbar-track{background:0 0}.bottom-sheet-content::-webkit-scrollbar-thumb{background:#d1d5db}[data-mantine-color-scheme=dark] .bottom-sheet-content::-webkit-scrollbar-thumb{background:var(--mantine-color-dark-4)}.bottom-sheet-content::-webkit-scrollbar-thumb{border-radius:8px}
