.QuestionScreen_questionScreen__anAV1{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:0;background:#fbfcfe}.QuestionScreen_questionContainer__Q9b_O{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:800px;padding:40px 2rem 2rem}.QuestionScreen_progressBarContainer__NPvcn{width:100%;max-width:200px;margin-bottom:2rem}.QuestionScreen_progressBar__fresF{width:100%;height:4px;background:#e7e8ea;border-radius:2px;overflow:hidden}.QuestionScreen_progressBarFill__aFsDj{height:100%;background:#006781;border-radius:2px;transition:width .3s ease}.QuestionScreen_checkAnimationWrapper__V1dfV{margin-top:20px;margin-bottom:12px;animation:QuestionScreen_fadeInUp__ksxb3 .8s ease-out forwards;opacity:0}.QuestionScreen_checkAnimationWrapper__V1dfV>div{margin:0!important}.QuestionScreen_questionText__XFGtK{color:#333;font-size:24px;font-weight:700;font-family:Riforma LL,sans-serif;text-align:center;margin-bottom:1rem;line-height:1.2;letter-spacing:-.7px;max-width:600px;width:100%}@keyframes QuestionScreen_fadeInUp__ksxb3{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.QuestionScreen_thankYouHeadline__zPyd3{animation:QuestionScreen_fadeInUp__ksxb3 .6s ease-out .9s forwards;opacity:0}.QuestionScreen_thankYouBody__2CAVW,.QuestionScreen_thankYouButtonContainer__Zhl0H{animation:QuestionScreen_fadeInUp__ksxb3 .6s ease-out 1.1s forwards;opacity:0}@keyframes QuestionScreen_fadeInDown__jxU2u{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.QuestionScreen_moneyGoalHeadline__tkwqh{animation:QuestionScreen_fadeInDown__jxU2u .6s ease-out forwards;opacity:0}.QuestionScreen_moneyGoalBody__QDTCg{animation:QuestionScreen_fadeInDown__jxU2u .6s ease-out .1s forwards;opacity:0}.QuestionScreen_moneyGoalAnswerContainer__63hWm,.QuestionScreen_moneyGoalButtonContainer__BqPxf{animation:QuestionScreen_fadeInDown__jxU2u .6s ease-out .2s forwards;opacity:0}.QuestionScreen_animatedHeadline__bkL_q{animation:QuestionScreen_fadeInUp__ksxb3 .6s ease-out forwards;opacity:0}.QuestionScreen_animatedBody__qAiN2{animation:QuestionScreen_fadeInUp__ksxb3 .6s ease-out .2s forwards;opacity:0}.QuestionScreen_animatedAnswerContainer___d_qD{animation:QuestionScreen_fadeInUp__ksxb3 .6s ease-out .15s forwards;opacity:0}.QuestionScreen_animatedButtonContainer__2phDy{animation:QuestionScreen_fadeInUp__ksxb3 .6s ease-out .2s forwards;opacity:0}.QuestionScreen_bodyText__MhGaK{color:#666;font-size:16px;font-weight:400;font-family:Inter,sans-serif;text-align:center;margin:0 auto 3rem;line-height:1.5;max-width:600px;width:100%}.QuestionScreen_answerContainer__5n2GR{width:100%;max-width:450px;margin-bottom:2rem}.QuestionScreen_questionText__XFGtK+.QuestionScreen_answerContainer__5n2GR{margin-top:2rem}.QuestionScreen_inputWrapper___UN8D{position:relative;width:100%}.QuestionScreen_inputPrefix__H8acn{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#666;font-weight:500;font-size:16px;pointer-events:none;z-index:1}.QuestionScreen_textInputWithPrefix__V4XD5{padding-left:2.5rem!important}.QuestionScreen_buttonContainer__B_rGT{width:100%;max-width:450px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:72px}.QuestionScreen_answerContainer__5n2GR+.QuestionScreen_buttonContainer__B_rGT{margin-top:48px}.QuestionScreen_answerContainer__5n2GR:has(+.QuestionScreen_buttonContainer__B_rGT){margin-bottom:0}.QuestionScreen_bodyText__MhGaK+.QuestionScreen_buttonContainer__B_rGT{margin-top:48px}.QuestionScreen_bodyText__MhGaK:has(+.QuestionScreen_buttonContainer__B_rGT){margin-bottom:0}.QuestionScreen_textInput__N35P9{width:100%;height:52px;padding:0 1.5rem;font-size:16px;font-family:Inter,sans-serif;border:2px solid #e7e8ea;border-radius:12px;background:#f2f4f5;color:#333;transition:all .3s ease;outline:none;box-sizing:border-box}.QuestionScreen_textInput__N35P9:focus{border-color:#006781;background:#f2f4f5}.QuestionScreen_textInput__N35P9:disabled{border-color:#e7e8ea;background:#f2f4f5;opacity:.6;cursor:not-allowed}.QuestionScreen_textInput__N35P9::-moz-placeholder{color:#999}.QuestionScreen_textInput__N35P9::placeholder{color:#999}.QuestionScreen_inputError__taej0{border-color:#d32f2f!important;background:#fff5f5!important}.QuestionScreen_errorMessage__NWerI{color:#d32f2f;font-size:14px;font-weight:400;font-family:Inter,sans-serif;margin-top:.75rem;text-align:center;line-height:1.4}.QuestionScreen_optionsContainer__KdXik{display:flex;flex-direction:column;gap:1rem;width:100%}.QuestionScreen_optionButton__S9HDJ{width:100%;padding:.875rem 1rem;font-size:16px;font-weight:400;font-family:Inter,sans-serif;max-height:48px;border:2px solid rgba(0,0,0,0);border-radius:12px;background:#eff1f3;color:#333;cursor:pointer;transition:all .3s ease;outline:none;display:flex;align-items:center;justify-content:space-between;position:relative}.QuestionScreen_optionButton__S9HDJ.QuestionScreen_selected___RE1I{border-color:#006781;background:rgba(0,103,129,.15)}.QuestionScreen_optionText__bnNA2{flex:1;text-align:left}.QuestionScreen_radioButton__ToNyK{width:20px;height:20px;border:2px solid #006781;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:1rem}.QuestionScreen_radioDot__hv847{width:10px;height:10px;border-radius:50%;background:rgba(0,0,0,0);transition:all .3s ease}.QuestionScreen_radioDot__hv847.QuestionScreen_checked__XF2V6{background:#006781}.QuestionScreen_navigationFooter__eWEBP{width:100%;background:#f7f8f9;padding:1.5rem 2rem;border-top:1px solid #e7e8ea;margin-top:auto}.QuestionScreen_navigationContainer__lLlI7{width:100%;max-width:450px;margin:0 auto;display:flex;justify-content:flex-end;align-items:center;padding:0;gap:16px}.QuestionScreen_navButton__QfGbJ{border:none;border-radius:100px;width:120px;height:40px}.QuestionScreen_backButton__IAkcv,.QuestionScreen_navButton__QfGbJ{padding:.75rem 2.5rem;font-size:16px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s ease;outline:none;display:flex;align-items:center;justify-content:center}.QuestionScreen_backButton__IAkcv{border:2px solid #006781;border-radius:100px;min-width:120px;height:48px;background:rgba(0,0,0,0);color:#006781}.QuestionScreen_backButton__IAkcv:hover{background:rgba(0,103,129,.1);border-color:#006781}.QuestionScreen_nextButton___dUuQ{padding:.75rem 2.5rem;font-size:16px;font-weight:500;font-family:Inter,sans-serif;border:none;border-radius:100px;cursor:pointer;transition:all .3s ease;outline:none;min-width:300px;height:48px;display:flex;align-items:center;justify-content:center;background:#5ad4ff;color:#000}.QuestionScreen_nextButton___dUuQ:hover:not(.QuestionScreen_disabled___HqnG){background:#4ac4ef}.QuestionScreen_nextButton___dUuQ.QuestionScreen_disabled___HqnG{background:rgba(90,212,255,.3);color:rgba(0,0,0,.6);cursor:not-allowed;opacity:.6}@media(max-width:768px){.QuestionScreen_questionText__XFGtK{font-size:20px;margin-bottom:1rem}.QuestionScreen_bodyText__MhGaK{font-size:14px;margin-bottom:2rem}.QuestionScreen_questionText__XFGtK+.QuestionScreen_answerContainer__5n2GR{margin-top:1rem}.QuestionScreen_textInput__N35P9{font-size:16px;height:52px;padding:0 1.25rem}.QuestionScreen_optionButton__S9HDJ{font-size:16px;padding:.875rem 1rem;max-height:48px}.QuestionScreen_questionScreen__anAV1{padding:0}.QuestionScreen_questionContainer__Q9b_O{padding:40px 1rem 120px}.QuestionScreen_buttonContainer__B_rGT{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;margin:0;padding:1rem;background:#fbfcfe;border-top:1px solid #e7e8ea;box-shadow:0 -2px 10px rgba(0,0,0,.05);z-index:100;flex-direction:column;gap:1rem;align-items:center;justify-content:center;box-sizing:border-box}}@media(max-width:768px)and (prefers-color-scheme:dark){.QuestionScreen_buttonContainer__B_rGT{background:#0a0a0a;border-top-color:#333;box-shadow:0 -2px 10px rgba(0,0,0,.3)}}@media(max-width:768px){.QuestionScreen_backButton__IAkcv,.QuestionScreen_nextButton___dUuQ{width:calc(100% - 2rem);max-width:100%;min-width:unset;box-sizing:border-box}.QuestionScreen_navigationFooter__eWEBP{padding:1rem}.QuestionScreen_navigationContainer__lLlI7{padding:0;flex-direction:column-reverse}.QuestionScreen_navButton__QfGbJ{width:100%}.QuestionScreen_backButton__IAkcv{margin-top:.5rem}}@media(max-width:480px){.QuestionScreen_questionText__XFGtK{font-size:24px}.QuestionScreen_buttonContainer__B_rGT{padding:.875rem}.QuestionScreen_backButton__IAkcv,.QuestionScreen_nextButton___dUuQ{width:calc(100% - 1.75rem)}}@media(max-width:600px){.QuestionScreen_optionButton__S9HDJ{font-size:14px}}.modular-quiz_app__wZXA_{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}