.quiz-chrome{--quiz-bg:var(--background,#fff);--quiz-fg:var(--foreground,#171717);--quiz-scene-character-max:min(40vw, 14rem);color:var(--quiz-fg);background:var(--quiz-bg)}.quiz-scene-layers{z-index:0}.quiz-scene-bg{filter:saturate(.95)}.quiz-scene-character{z-index:1;padding-inline:clamp(.25rem,2vw,1rem)}@keyframes quiz-section-enter{0%{opacity:0;transform:translateY(-6px)}18%{opacity:1;transform:translateY(0)}75%{opacity:1}to{opacity:0}}.quiz-section-enter{animation:.48s ease-out both quiz-section-enter}@keyframes quiz-section-enter-static{0%,60%{opacity:1}to{opacity:0}}.quiz-section-enter-static{animation:.12s ease-out both quiz-section-enter-static}@media (prefers-reduced-motion:reduce){.quiz-section-enter{animation:.12s ease-out both quiz-section-enter-static}}