.qyg-sheet-scrim{position:fixed;inset:0;z-index:1100;background:var(--qyg-scrim-sheet)}.qyg-sheet{position:fixed;right:0;bottom:var(--qyg-keyboard-inset,0);left:0;z-index:1101;display:flex;flex-direction:column;margin:0 auto;max-width:36rem;max-height:86vh;max-height:min(86dvh,var(--qyg-visual-h,86dvh));background:var(--qyg-bg-card);border-top-left-radius:var(--qyg-r-sheet);border-top-right-radius:var(--qyg-r-sheet);box-shadow:var(--qyg-shadow-sheet);outline:none}.qyg-sheet[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=bottom][data-state=open]{animation-name:qyg-sheet-up;animation-duration:.22s;animation-timing-function:cubic-bezier(.32,.72,0,1)}.qyg-sheet-grip{display:flex;justify-content:center;padding:10px 0 6px}.qyg-sheet-handle[data-vaul-handle]{width:38px;height:4px;border-radius:999px;opacity:1;background:var(--qyg-border-strong)}.qyg-sheet-header{padding:0 16px 10px}.qyg-sheet-title{font-size:14px;font-weight:700;color:var(--qyg-ink);font-family:var(--qyg-font-display);font-weight:var(--qyg-weight-display)}.qyg-sheet-scroller{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0 16px calc(16px + env(safe-area-inset-bottom))}.qyg-sheet-tall{min-height:60vh;min-height:min(60dvh,var(--qyg-visual-h,60dvh));max-height:94vh;max-height:min(94dvh,var(--qyg-visual-h,94dvh))}