@keyframes wizard-candidate-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes wizard-pulse-border{0%,to{border-color:#ddd}50%{border-color:#e0196a}}.wizard-candidate-shimmer-bar{height:14px;width:60%;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:wizard-candidate-shimmer 1.2s infinite}.wizard-en-input-translating{animation:wizard-pulse-border 1.5s ease infinite}@keyframes wizard-en-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.wizard-en-block-reveal{animation:wizard-en-reveal .38s ease-out forwards}