.vp-bottom-sheet{z-index:60;pointer-events:none;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.vp-bottom-sheet__scrim{cursor:pointer;pointer-events:auto;opacity:0;background:#0000008c;border:0;margin:0;padding:0;transition:opacity .35s;position:absolute;inset:0}.vp-bottom-sheet.is-open .vp-bottom-sheet__scrim{opacity:1}.vp-bottom-sheet__panel{z-index:1;width:100%;max-height:min(78vh,40rem);padding-bottom:env(safe-area-inset-bottom,0px);color:#fff;pointer-events:auto;will-change:transform;background:#111;border-radius:1.25rem 1.25rem 0 0;flex-direction:column;margin:0;transition:transform .38s cubic-bezier(.22,1,.36,1);display:flex;position:relative;transform:translateY(100%);box-shadow:0 -12px 40px #00000073}.vp-bottom-sheet.is-open .vp-bottom-sheet__panel{transform:translateY(0)}.vp-bottom-sheet:not(.is-open) .vp-bottom-sheet__panel{transition:transform .28s ease-in}.vp-bottom-sheet__handle-hit{cursor:grab;touch-action:none;justify-content:center;align-items:center;padding:.65rem 0 .25rem;display:flex}.vp-bottom-sheet__handle-hit:active{cursor:grabbing}.vp-bottom-sheet__handle{background:#ffffff59;border-radius:9999px;width:2.5rem;height:.25rem}.vp-bottom-sheet__header{grid-template-columns:1fr auto 1fr;align-items:center;gap:.25rem;min-height:3.25rem;padding:.25rem .75rem .75rem;display:grid}.vp-bottom-sheet__header-start{justify-self:start;min-width:0}.vp-bottom-sheet__header-end{justify-self:end}.vp-bottom-sheet__header-spacer{width:2.75rem;height:2.75rem;display:block}.vp-bottom-sheet__title{font-family:var(--vp-font-heading);letter-spacing:.04em;text-align:center;text-transform:uppercase;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.vp-bottom-sheet__title-spacer{min-width:0;display:block}.vp-bottom-sheet__header--no-title{min-height:2.75rem;padding-bottom:.25rem}.vp-bottom-sheet__icon-btn{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin:0;padding:0;display:inline-flex}.vp-bottom-sheet__icon-btn svg{width:1.35rem;height:1.35rem}.vp-bottom-sheet__icon-btn:hover,.vp-bottom-sheet__icon-btn:focus-visible{background:#ffffff14;outline:none}.vp-bottom-sheet__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0;overflow:auto}.vp-bottom-sheet__body.is-drilling{pointer-events:none;overflow:hidden}@media (prefers-reduced-motion:reduce){.vp-bottom-sheet__scrim,.vp-bottom-sheet.is-open .vp-bottom-sheet__scrim,.vp-bottom-sheet__panel,.vp-bottom-sheet.is-open .vp-bottom-sheet__panel,.vp-bottom-sheet:not(.is-open) .vp-bottom-sheet__panel{transition:none}.vp-bottom-sheet__panel{transform:translateY(100%)}.vp-bottom-sheet.is-open .vp-bottom-sheet__panel{transform:translateY(0)}.vp-bottom-sheet__scrim{opacity:0}.vp-bottom-sheet.is-open .vp-bottom-sheet__scrim{opacity:1}}
