.slide.hidden{display:none;pointer-events:none}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}.slide.animate-in{animation:fadeInLeft .9s ease both}@media (prefers-reduced-motion:reduce){.slide.animate-in{animation:none!important}}.progress-wrap{margin:0}.progress-rail{background:var(--color-light);border:0;border-radius:0;height:3px;width:100%}.progress-bar{background:var(--color-accent);height:100%;transition:width .3s ease;width:0}