.bottom-sheet-overlay[data-v-3b1326f3]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:var(--z-modal-backdrop);display:flex;align-items:flex-end;justify-content:center}.bottom-sheet[data-v-3b1326f3]{width:100%;max-height:calc(90vh - 56px);background:var(--surface-card);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-xl);overflow:hidden;display:flex;flex-direction:column;z-index:var(--z-modal);margin-bottom:56px}.bottom-sheet-handle[data-v-3b1326f3]{display:flex;justify-content:center;padding:var(--space-sm) var(--space-md);cursor:pointer;min-height:32px}.handle-bar[data-v-3b1326f3]{width:40px;height:4px;background:var(--surface-border);border-radius:var(--radius-full)}.bottom-sheet-content[data-v-3b1326f3]{flex:1;padding:0 var(--space-md) var(--space-lg);overflow-y:auto;-webkit-overflow-scrolling:touch}.bottom-sheet-enter-active[data-v-3b1326f3],.bottom-sheet-leave-active[data-v-3b1326f3]{transition:opacity var(--transition-normal)}.bottom-sheet-enter-active .bottom-sheet[data-v-3b1326f3],.bottom-sheet-leave-active .bottom-sheet[data-v-3b1326f3]{transition:transform var(--transition-normal)}.bottom-sheet-enter-from[data-v-3b1326f3],.bottom-sheet-leave-to[data-v-3b1326f3]{opacity:0}.bottom-sheet-enter-from .bottom-sheet[data-v-3b1326f3],.bottom-sheet-leave-to .bottom-sheet[data-v-3b1326f3]{transform:translateY(100%)}.bottom-sheet-enter-to[data-v-3b1326f3],.bottom-sheet-leave-from[data-v-3b1326f3]{opacity:1}.bottom-sheet-enter-to .bottom-sheet[data-v-3b1326f3],.bottom-sheet-leave-from .bottom-sheet[data-v-3b1326f3]{transform:translateY(0)}[data-theme=dark] .bottom-sheet-overlay[data-v-3b1326f3]{background:#000000b3}[data-theme=dark] .bottom-sheet[data-v-3b1326f3]{background:var(--surface-card);box-shadow:0 -4px 24px #0006}[data-theme=dark] .handle-bar[data-v-3b1326f3]{background:var(--surface-border)}@media (prefers-color-scheme: dark){:root:not([data-theme]) .bottom-sheet-overlay[data-v-3b1326f3]{background:#000000b3}:root:not([data-theme]) .bottom-sheet[data-v-3b1326f3]{background:var(--surface-card);box-shadow:0 -4px 24px #0006}:root:not([data-theme]) .handle-bar[data-v-3b1326f3]{background:var(--surface-border)}}