@keyframes bottom-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bottom-sheet-scrim-in{0%{opacity:0}to{opacity:1}}.bs-scrim{animation:.15s ease-out bottom-sheet-scrim-in}.bs-panel{animation:.18s ease-out bottom-sheet-in}.bs-drag-zone{touch-action:none;-webkit-user-select:none;user-select:none;min-height:52px}.bs-close:focus-visible,.bs-scrim:focus-visible{outline:2px solid var(--color-accent);outline-offset:-3px}@media (prefers-reduced-motion:reduce){.bs-scrim,.bs-panel{animation:none}}