@keyframes quiz-slide-in-right{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes quiz-slide-in-left{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes thinking-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}@keyframes thinking-text{0%,to{opacity:.5}50%{opacity:1}}@keyframes result-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes progress-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.quiz-enter-forward{animation:.35s ease-out both quiz-slide-in-right}.quiz-enter-back{animation:.35s ease-out both quiz-slide-in-left}.thinking-dot{animation:1.2s ease-in-out infinite thinking-pulse}.thinking-text{animation:2s ease-in-out infinite thinking-text}.result-card{animation:.5s ease-out both result-fade-in}.progress-bar-fill{background:linear-gradient(90deg,#eab308,#f97316,#dc2626);transition:width .4s}
