.carousel{position:relative;width:100%}.carousel__track{display:flex;gap:var(--carousel-gap, 1rem);overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.carousel__track::-webkit-scrollbar{display:none}.carousel__track.is-dragging{scroll-behavior:auto;cursor:grabbing;user-select:none}.carousel__track.is-dragging *{pointer-events:none}.carousel__prev,.carousel__next{display:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s;z-index:1;width:2.5rem;height:2.5rem;padding:0;cursor:pointer;background-color:var(--color-surface-0);border:none;border-radius:50%;box-shadow:var(--shadow-md)}@media(min-width: 768px){.carousel__prev,.carousel__next{display:flex;justify-content:center;align-items:center}}.carousel__prev svg,.carousel__next svg{display:flex;width:2rem;height:2rem}.carousel__prev:disabled,.carousel__next:disabled{opacity:0;cursor:default}.carousel__prev{left:-0.5rem}.carousel__next{right:-0.5rem}@media(min-width: 1024px){.carousel__prev{left:-1.25rem}.carousel__next{right:-1.25rem}}.carousel__dots{display:flex;justify-content:center;align-items:center;padding:1.5rem 0 0;gap:1rem}.carousel__dot{display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:1rem;min-width:1rem;height:1rem;min-height:1rem;background:var(--color-border);border-radius:50%;border:none;cursor:pointer;transition:background-color .2s}.carousel__dot.carousel__dot--active{background:var(--color-action)}.carousel__scrollbar{position:relative;width:100%;height:2px;background:var(--color-surface-2);border-radius:2px;cursor:pointer}.carousel__scrollbar-thumb{position:absolute;top:50%;transform:translateY(-50%);left:0;height:100%;min-width:2rem;background:var(--color-action);border-radius:2px;cursor:grab;transition:background-color .2s,height .15s ease}.carousel__scrollbar-thumb::before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:1.5rem}.carousel__scrollbar-thumb:hover,.carousel__scrollbar-thumb:active{background:var(--color-action-hover)}.carousel__scrollbar-thumb:active{cursor:grabbing}.carousel__scrollbar-thumb.is-active{height:6px;cursor:grabbing}.carousel__scrollbar-hitbox{height:1.5rem;margin-top:1rem;display:flex;align-items:center;justify-content:center}.carousel__scrollbar-hitbox:hover{cursor:pointer}.carousel__scrollbar-hitbox:hover .carousel__scrollbar{height:4px}[data-carousel-snap="2"] .carousel__prev,[data-carousel-snap="2"] .carousel__next{display:flex;justify-content:center;align-items:center}.carousel--no-overflow .carousel__prev,.carousel--no-overflow .carousel__next,.carousel--no-overflow .carousel__dots,.carousel--no-overflow .carousel__scrollbar-hitbox{display:none}@media(prefers-reduced-motion: reduce){.carousel__track{scroll-behavior:auto}}/*# sourceMappingURL=carousel.css.map */
