.tab-carousel{display:flex;flex-direction:column;gap:14px;min-height:0;min-width:0;width:100%}.tab-carousel__stack{display:grid;flex:1;min-height:0;min-width:0}.tab-carousel__panel{grid-area:1/1;min-height:0;min-width:0}.tab-carousel__panel:not(.is-active){pointer-events:none;visibility:hidden}.tab-carousel__dots{align-items:center;align-self:center;background:var(--white-fixed);border:1px solid var(--border-color);border-radius:999px;box-shadow:0 4px 14px -6px var(--shadow-inset),0 1px 0 color-mix(in srgb,var(--white-fixed) 88%,transparent) inset;display:flex;flex:0 0 auto;gap:10px;justify-content:center;padding:11px 18px}.tab-carousel__dot{background:var(--gray-400);border:none;border-radius:999px;box-sizing:border-box;cursor:pointer;display:block;height:10px;margin:0;overflow:hidden;padding:0;position:relative;transition:width .25s ease,background-color .25s ease;width:10px}.tab-carousel__dot:after{background:var(--accent);border-radius:inherit;content:"";inset:0;opacity:0;position:absolute;transform:scaleX(0);transform-origin:left}.tab-carousel__dot:hover:not(.is-active){background:var(--accent)}.tab-carousel__dot.is-active{background:var(--gray-400);width:34px}.tab-carousel__dot.is-active:after{animation:tab-carousel-progress-fill var(--tab-carousel-autoplay-duration,6s) linear forwards;opacity:1}.tab-carousel__dots:hover .tab-carousel__dot.is-active:after{animation-play-state:paused}.tab-carousel__dot:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes tab-carousel-progress-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}

/*# sourceMappingURL=tab-carousel.css.map*/