@keyframes walkthrough-icon-pulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 0 transparent)}50%{transform:scale(1.15);filter:drop-shadow(0 0 6px hsl(var(--accent)/.6))}}.walkthrough-active-icon{animation:walkthrough-icon-pulse 2s ease-in-out infinite;color:hsl(var(--accent))!important}@keyframes walkthrough-step-pop{0%{transform:scale(.6);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.walkthrough-step-badge{animation:walkthrough-step-pop .35s ease-out both}@media (prefers-reduced-motion:reduce){.walkthrough-active-icon,.walkthrough-step-badge{animation:none!important;transition:none!important}}