.QuizQuestion_container__zbg1G{max-width:800px;margin:0 auto;padding:2rem 1rem;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:1;transition:opacity .2s ease-out;background:#0b0b0f}.QuizQuestion_fadeIn__sR_sN{animation:QuizQuestion_fadeIn__sR_sN .3s ease-out forwards}.QuizQuestion_fadeOut__wHTCh{opacity:0}@keyframes QuizQuestion_fadeIn__sR_sN{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.QuizQuestion_progressContainer__wsmfb{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem}.QuizQuestion_plantSvg__ak6PF{width:100px;height:100px}.QuizQuestion_growingStem__oRUQa{transform-origin:bottom center;animation:QuizQuestion_growStem__ACgei .8s var(--ease-out-expo) forwards}.QuizQuestion_leaf__lR6Cy{animation:QuizQuestion_leafGrow__3wsiW .4s ease-out forwards;transform-origin:center}.QuizQuestion_flower__mql_I{animation:QuizQuestion_flowerBloom__vWaI_ .6s ease-out forwards;transform-origin:center}@keyframes QuizQuestion_growStem__ACgei{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes QuizQuestion_leafGrow__3wsiW{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes QuizQuestion_flowerBloom__vWaI_{0%{transform:scale(0) rotate(0deg);opacity:0}to{transform:scale(1) rotate(1turn);opacity:1}}.QuizQuestion_progressText__wnCvu{margin-top:1rem;font-size:.875rem;color:#6b7280;font-weight:500}.QuizQuestion_questionText__rpKhC{font-size:1.5rem;line-height:1.4;text-align:center;margin-bottom:3rem;color:#f9fafb;font-weight:600;max-width:600px}@media (min-width:768px){.QuizQuestion_questionText__rpKhC{font-size:2rem}}.QuizQuestion_optionsContainer__EW6NR{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:500px}.QuizQuestion_optionButton__q_8ko{display:flex;align-items:center;gap:1rem;width:100%;min-height:56px;padding:1rem 1.5rem;min-width:44px;min-height:48px;touch-action:manipulation;background:#111318;border:2px solid #2a2f3a;border-radius:12px;cursor:pointer;transition:all .2s ease-out;font-size:1rem;text-align:left;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}.QuizQuestion_optionButton__q_8ko:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#7c3aed,#ec4899);opacity:0;transition:opacity .2s ease-out;z-index:0}.QuizQuestion_optionButton__q_8ko:hover{border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.35)}.QuizQuestion_optionButton__q_8ko:hover:before{opacity:.05}.QuizQuestion_optionButton__q_8ko:active{transform:scale(.98);transition:transform .1s ease-out}.QuizQuestion_optionButton__q_8ko.QuizQuestion_selected__qpMnt{border-color:#a78bfa;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#ffffff}.QuizQuestion_optionButton__q_8ko.QuizQuestion_selected__qpMnt .QuizQuestion_optionNumber__w4tr0{background:white;color:#7c3aed}.QuizQuestion_optionNumber__w4tr0{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#1f2430;border-radius:50%;font-weight:600;color:#e5e7eb;flex-shrink:0;transition:all .2s ease-out}.QuizQuestion_optionText__A3qlW{position:relative;z-index:1;flex:1;font-weight:600;color:#e5e7eb}.QuizQuestion_skipButton__HOihZ{margin-top:1rem;background:transparent;border-style:dashed;color:#cbd5e1}.QuizQuestion_skipButton__HOihZ:hover{background:#f9fafb;border-color:#9ca3af}.QuizQuestion_bmiGrid__yIGy9{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:520px}.QuizQuestion_bmiCard__kS1v0{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;min-height:120px;border:2px solid #2a2f3a;border-radius:12px;background:#111318;cursor:pointer;transition:all .2s ease-out}.QuizQuestion_bmiCard__kS1v0:hover{border-color:#7c3aed;transform:translateY(-2px);box-shadow:0 4px 12px rgba(124,58,237,.15)}.QuizQuestion_bmiCardSelected__MGyH0{border-color:#a78bfa;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#ffffff}.QuizQuestion_bmiFigure__106jE{width:56px;height:56px;margin-bottom:.5rem}.QuizQuestion_multiNote__ptrX6{margin-top:.5rem;font-size:.8rem;color:#cbd5e1;text-align:center}.QuizQuestion_skipButton__HOihZ .QuizQuestion_optionText__A3qlW{text-align:center;width:100%}.QuizQuestion_keyboardHint__bBHiD{margin-top:2rem;font-size:.75rem;color:#94a3b8;text-align:center}.QuizQuestion_footerBar__WGrA7{position:sticky;bottom:0;left:0;right:0;margin-top:1.5rem;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));border-top:1px solid #2a2f3a;background:linear-gradient(180deg,rgba(11,11,15,.6),#0b0b0f 60%);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:space-between;gap:.75rem;z-index:20}.QuizQuestion_footerLeft__1hLgJ{color:#cbd5e1;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.QuizQuestion_selectionDot__KBvR9{width:8px;height:8px;border-radius:999px;background:#a78bfa;display:inline-block}.QuizQuestion_footerActions__hL_iv{display:inline-flex;gap:.5rem}.QuizQuestion_primaryCta__fj6ZE{min-height:44px;padding:.5rem 1rem;border-radius:10px;border:2px solid #a78bfa;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;font-weight:700;transition:transform .12s ease-out,box-shadow .12s ease-out,opacity .12s}.QuizQuestion_primaryCta__fj6ZE:disabled{opacity:.45;cursor:not-allowed}.QuizQuestion_primaryCta__fj6ZE:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.35)}.QuizQuestion_secondaryCta__s9mvU{min-height:44px;padding:.5rem .875rem;border-radius:10px;border:2px dashed #475569;background:transparent;color:#cbd5e1;font-weight:700;transition:border-color .12s ease-out,color .12s ease-out}.QuizQuestion_secondaryCta__s9mvU:hover{border-color:#94a3b8;color:#e2e8f0}.QuizQuestion_optionButton__q_8ko:focus-visible{outline:3px solid #7c3aed;outline-offset:2px}@media (max-width:640px){.QuizQuestion_container__zbg1G{padding:1.5rem 1rem}.QuizQuestion_progressContainer__wsmfb,.QuizQuestion_questionText__rpKhC{margin-bottom:2rem}.QuizQuestion_keyboardHint__bBHiD{display:none}}@media (prefers-reduced-motion:reduce){.QuizQuestion_container__zbg1G,.QuizQuestion_flower__mql_I,.QuizQuestion_growingStem__oRUQa,.QuizQuestion_leaf__lR6Cy,.QuizQuestion_optionButton__q_8ko{transition:none;animation:none}}