@keyframes mobile-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes mobile-sheet-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media (max-width:639.98px){[data-slot=dialog-content][data-mobile-sheet=true]{top:auto;bottom:var(--mobile-sheet-bottom,0px);width:100%;max-width:none;height:auto;max-height:calc(var(--mobile-sheet-height,100dvh) - max(16px, env(safe-area-inset-top)));padding-bottom:env(safe-area-inset-bottom);border-bottom:0;border-radius:24px 24px 0 0;animation-duration:.24s;animation-timing-function:cubic-bezier(.2,.8,.2,1);left:0;transform:none}[data-mobile-sheet=true][data-state=open]{animation-name:mobile-sheet-in}[data-mobile-sheet=true][data-state=closed]{animation-name:mobile-sheet-out}[data-mobile-sheet=true]:before{content:"";background:hsl(var(--muted-foreground));opacity:.3;border-radius:99px;flex:0 0 4px;width:36px;height:4px;margin:10px auto 0;display:block}}@media (prefers-reduced-motion:reduce){[data-slot=dialog-content][data-mobile-sheet=true]{animation:none}}
