.athlete-quiz-root{--athlete-quiz-shadow-glow:0 0 24px hsl(var(--primary)/.35);--athlete-quiz-shadow-glow-sm:0 0 12px hsl(var(--primary)/.2)}.athlete-quiz-root .shadow-glow{box-shadow:var(--athlete-quiz-shadow-glow)}.athlete-quiz-root .shadow-glow-sm{box-shadow:var(--athlete-quiz-shadow-glow-sm)}@keyframes athlete-quiz-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes athlete-quiz-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes athlete-quiz-shimmer{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(200%)skew(-15deg)}}.athlete-quiz-root .animate-fade-in{animation:.5s ease-out forwards athlete-quiz-fade-in}.athlete-quiz-root .animate-slide-up{animation:.3s ease-out forwards athlete-quiz-slide-up}.athlete-quiz-root .animate-shimmer{animation:3s ease-in-out infinite athlete-quiz-shimmer}