.mobile-bottom-sheet__overlay{background:var(--vf-overlay-backdrop,#0006);z-index:var(--vf-z-overlay);position:fixed;inset:0}.mobile-bottom-sheet__content{z-index:var(--vf-z-sheet);background:var(--shell-bg-glass,oklch(99.5% .003 250/.72));-webkit-backdrop-filter:blur(20px)saturate(180%);border-top:1px solid var(--shell-border-glass,oklch(98.5% .003 250/.4));border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;outline:none;flex-direction:column;max-height:90dvh;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-sheet__content--full{height:100dvh;max-height:100dvh;border-radius:0;padding-block-start:env(safe-area-inset-top,0px);padding-block-end:env(safe-area-inset-bottom,0px)}.mobile-bottom-sheet__content--reduced-motion{transition:none!important;animation:none!important}.mobile-bottom-sheet__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mobile-bottom-sheet__handle-container{grid-template-columns:44px 1fr 44px;align-items:center;padding:12px 8px 8px;display:grid}.mobile-bottom-sheet__handle{border-radius:var(--radius-full);background:var(--vf-color-border);cursor:grab;border:none;grid-column:2;justify-self:center;width:36px;height:4px}.mobile-bottom-sheet__handle:active{cursor:grabbing}.mobile-bottom-sheet__close{border:1px solid var(--vf-color-border-subtle);border-radius:var(--radius-full);background:var(--vf-color-glass);width:36px;height:36px;color:var(--vf-color-text-primary);font:inherit;cursor:pointer;grid-column:3;place-items:center;font-size:1.35rem;line-height:1;display:inline-grid}.mobile-bottom-sheet__close:focus-visible{outline:2px solid var(--vf-color-focus-ring);outline-offset:2px}.mobile-bottom-sheet__body{-webkit-overflow-scrolling:touch;flex:1;padding:0 16px 16px;overflow-y:auto}.mobile-bottom-sheet__content--full .mobile-bottom-sheet__body{padding-block-end:max(16px, calc(16px + env(safe-area-inset-bottom,0px)))}@media (hover:none) and (pointer:coarse){.mobile-bottom-sheet__close{width:44px;height:44px}}@media (prefers-reduced-motion:reduce){.mobile-bottom-sheet__content{-webkit-backdrop-filter:none;background:var(--vf-color-surface-elevated);transition:none!important;animation:none!important}}
