.motion-carousel{position:relative;width:100%;height:100%;overflow:hidden;touch-action:pan-y;border-radius:inherit}.motion-carousel:focus-visible{outline:2px solid color-mix(in oklab,var(--accent) 68%,white);outline-offset:2px}.motion-carousel__track{display:flex;height:100%}.motion-carousel__slide{position:relative;flex:0 0 100%;height:100%}.motion-carousel__nav{position:absolute;top:50%;z-index:2;display:grid;width:36px;height:36px;min-height:0;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.88);color:var(--text-soft);transform:translateY(-50%)}.motion-carousel__nav:hover:not(:disabled){color:var(--text);background:#ffffff}.motion-carousel__nav:disabled{cursor:default;opacity:.35}.motion-carousel__nav--prev{left:12px}.motion-carousel__nav--next{right:12px}.motion-carousel__dots{position:absolute;bottom:12px;left:50%;z-index:2;display:flex;gap:6px;transform:translateX(-50%)}.motion-carousel__dot{width:7px;height:7px;border-radius:50%;background:rgba(33,28,22,.28)}.motion-carousel__dot.is-active{background:var(--accent)}