@keyframes quizFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.quiz-question-enter{animation:quizFadeIn .22s ease-out forwards}.dark,:root{--quiz-photo-overlay:linear-gradient(180deg,rgba(11,11,13,.82),rgba(11,11,13,.45) 30%,rgba(11,11,13,.5) 44%,rgba(11,11,13,.9) 74%,rgba(11,11,13,.97))}.quiz-hero{text-shadow:0 1px 10px rgba(0,0,0,.45)}