@keyframes gauge-fill{0%{width:0%}to{width:var(--gauge-width)}}.gauge-fill{animation:1.2s ease-out forwards gauge-fill}@keyframes danger-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 20px 10px #ef44441a}}.danger-pulse{animation:2s ease-in-out infinite danger-pulse}@keyframes success-glow{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 20px 10px #22c55e1a}}.success-glow{animation:2s ease-in-out infinite success-glow}@keyframes step-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.step-reveal{animation:.5s ease-out forwards step-reveal}@keyframes typewriter{0%{width:0}to{width:100%}}.typewriter{white-space:nowrap;animation:1.5s steps(40,end) forwards typewriter;overflow:hidden}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.progress-shimmer{background:linear-gradient(90deg,#0000,#ffffff1a,#0000) 0 0/200% 100%;animation:2s infinite shimmer}.quiz-option{transition:all .2s}.quiz-option:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.quiz-option.selected{background-color:#ff660014;border-color:#f60}@keyframes count-up{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.score-reveal{animation:.6s cubic-bezier(.34,1.56,.64,1) forwards count-up}.stagger-children>*{opacity:0;animation:.4s ease-out forwards step-reveal}.stagger-children>:first-child{animation-delay:.1s}.stagger-children>:nth-child(2){animation-delay:.2s}.stagger-children>:nth-child(3){animation-delay:.3s}.stagger-children>:nth-child(4){animation-delay:.4s}.stagger-children>:nth-child(5){animation-delay:.5s}.stagger-children>:nth-child(6){animation-delay:.6s}
