.lightDark{display:flex;flex-direction:row;align-items:center;gap:8px;justify-content:end;height:40px}.lightDark img{width:16px;height:16px}body.dark-mode{height:100vh}body.dark-mode .container{background-color:#313e51;background-image:url(/img/mobile-dark-circle.svg)}body.dark-mode h2,body.dark-mode h3{color:#fff}body.dark-mode .welcome-header p{color:#abc1e1}body.dark-mode .welcome-quiz-btns button{background-color:#3b4d66;box-shadow:0 16px 40px #313e5124}body.dark-mode .welcome-quiz-btns button span{color:#fff}body.dark-mode .optionBtn{background-color:#3b4d66;box-shadow:0 16px 40px #313e5124;padding:12px}body.dark-mode .optionBtn p{color:#fff}body.dark-mode .question-info span{color:#abc1e1}body.dark-mode .question-info p,body.dark-mode .headerSubject{color:#fff}body.dark-mode .resultBox,body.dark-mode .score-content{background-color:#3b4d66;box-shadow:0 16px 40px #313e5124}body.dark-mode .score-content p{color:#fff}body.dark-mode .score-content span{color:#abc1e1}body.dark-mode .scoreSubject{color:#fff}body.dark-mode .optionBtn.selected{border:3px solid #A729F5;padding:9px}body.dark-mode .optionBtn.correct.selected{border:3px solid #26D782;padding:9px;background-image:url(/img/true-icon.svg);background-repeat:no-repeat;background-position:99% 50%}body.dark-mode .optionBtn.correct{padding:12px;background-image:url(/img/true-icon.svg);background-repeat:no-repeat;background-position:99% 50%}body.dark-mode .optionBtn.wrong{border:3px solid red;padding:9px;background-image:url(/img/false-icon.svg);background-repeat:no-repeat;background-position:99% 50%}body.dark-mode .choiceBtn{background-color:#f4f6fa;color:#626c7f;border-radius:6px;padding:11px 13px 11px 14px;font-size:18px;font-weight:500;line-height:18px;text-align:center}body.dark-mode .choiceBtn.selected{background-color:#a729f5;color:#fff}body.dark-mode .choiceBtn.correct.selected{color:#fff;background-color:#26d782}body.dark-mode .choiceBtn.wrong{color:#fff;background-color:red}body.dark-mode .progressBar,body.dark-mode .progressBarOuter{background-color:#3b4d66}body.dark-mode .warn-text p{color:#f4f6fa}@media (width > 375px){body.dark-mode .container{background-color:#313e51;background-image:url(/img/tablet-dark-circle.svg)}.lightDark img{width:24px;height:24px}body.dark-mode .choiceBtn{border-radius:12px;padding:14px 18px;font-size:28px;line-height:28px}}@media (width > 768px){body.dark-mode .container{background-color:#313e51;background-image:url(/img/left-top-circle-dark.svg),url(/img/right-bottom-circle-dark.svg);background-position:top left,bottom right}}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:Rubik;background-color:#f4f6fa}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}html,body{height:100vh}::selection{background-color:#a729f5;color:#fff}.container{background-image:url(/img/mobile-light-circle.svg);background-position:left;background-repeat:no-repeat;min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.welcome-page,.question-area{padding-top:32px}.header,.welcome-page,.question-area{max-width:327px;margin-inline:auto}.head-text{margin-bottom:16px}.head-text h2{font-size:40px;font-weight:300;line-height:40px;color:#313e51}.head-text h3{font-size:40px;font-weight:500;margin-top:8px;line-height:40px;color:#313e51}.welcome-header p{font-size:14px;font-style:italic;font-weight:400;line-height:21px;color:#626c7f;margin-bottom:40px}.welcome-quiz-btns{display:flex;flex-direction:column;align-items:center;gap:12px}.welcome-quiz-btns button{width:100%;display:flex;align-items:center;box-shadow:0 16px 40px #8fa0c124;background-color:#fff;padding:12px;border-radius:12px;border-style:none;gap:16px;font-size:18px;font-weight:500;line-height:18px;color:#313e51;cursor:pointer}.headerSubject{display:flex;align-items:center;gap:16px;font-size:18px;font-weight:500;line-height:18px;color:#313e51}.themeOptions label{display:flex;gap:8px;align-items:center}.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#a729f5;height:20px;width:32px;display:inline-flex;margin:0;border-radius:15px;box-sizing:border-box;padding:4px;transition:all .4s;cursor:pointer}.switch:after{content:"";background-color:#fff;width:12px;height:12px;border-radius:50%}.switch:checked{background-color:#a729f5;justify-content:end}.question-info{margin-bottom:40px}.question-info span{font-size:14px;font-style:italic;font-weight:400;line-height:21px;color:#626c7f}.question-info p{font-size:20px;font-weight:500;line-height:24px;color:#313e51;margin-top:12px;margin-bottom:24px}.option-btns{display:flex;flex-direction:column;gap:12px}.optionBtn{display:flex;gap:16px;box-shadow:0 16px 40px #8fa0c124;background-color:#fff;border-radius:12px;border-style:none;padding:12px}.progressBarOuter{width:100%;height:16px;background-color:#fff;border-radius:999px;overflow:hidden;padding:4px;align-content:center;margin-top:24px;margin-bottom:40px}.progressBarInner{background-color:#a729f5;width:80%;height:8px;content:"";border-radius:104px;transition:width .5s ease}.optionBtn p{font-size:18px;font-weight:500;line-height:18px;color:#313e51;align-self:center;text-align:left}.optionBtn.selected{border:3px solid #A729F5;padding:9px}.optionBtn.correct.selected{border:3px solid #26D782;padding:9px;background-image:url(/img/true-icon.svg);background-repeat:no-repeat;background-position:99% 50%}.optionBtn.correct{padding:12px;background-image:url(/img/true-icon.svg);background-repeat:no-repeat;background-position:99% 50%}.optionBtn.wrong{border:3px solid red;padding:9px;background-image:url(/img/false-icon.svg);background-repeat:no-repeat;background-position:99% 50%}.choiceBtn{background-color:#f4f6fa;color:#626c7f;border-radius:6px;padding:11px 13px 11px 14px;font-size:18px;font-weight:500;line-height:18px;text-align:center;align-self:center}.choiceBtn.selected{background-color:#a729f5!important;color:#fff!important;border-radius:6px}.choiceBtn.correct.selected{color:#fff!important;background-color:#26d782!important;border-radius:6px}.choiceBtn.wrong{color:#fff!important;background-color:red!important;border-radius:6px}.submit-next-btns button,.playBtn button{font-size:18px;font-weight:500;line-height:18px;color:#fff;background-color:#a729f5;padding-block:19px;width:100%;border-style:none;border-radius:12px;cursor:pointer}.playBtn button{margin-top:12px}.result-text{margin-top:32px;margin-bottom:40px;color:#313e51}.result-text h2{font-size:40px;font-weight:300;line-height:40px;margin-bottom:8px}.result-text h3{font-size:40px;font-weight:500;line-height:40px}.scoreSubject{display:flex;gap:16px;align-items:center;justify-content:center;font-size:18px;font-weight:500;line-height:18px;color:#313e51}.score-content{box-shadow:0 16px 40px #8fa0c124;background-color:#fff;padding:32px;text-align:center;border-radius:12px}.score-content p{font-size:88px;font-weight:500;line-height:88px;color:#313e51;margin-block:16px}.score-content span{font-size:18px;font-weight:400;line-height:18px;color:#626c7f}.loading{font-size:40px;font-weight:300;line-height:40px;color:#313e51;margin:20px}.warn-text{display:flex;justify-content:center;align-items:center;gap:8px}.warn-text p{font-size:18px;font-weight:400;line-height:18px;color:#ee5454}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.shake{animation:shake .4s ease-in-out}.pulse{animation:pulse .4s ease-in-out}@media (width > 375px){.submit-next-btns button:hover,.playBtn button:hover{background-color:#d394fa}.optionBtn:hover .choiceBtn{background-color:#f6e7ff;color:#a729f5}.container{background-image:url(/img/tablet-light-circle.svg);background-position:top left}.header{padding-top:40px}.header,.welcome-page,.question-area{max-width:640px}.head-text{margin-bottom:16px}.head-text h2,.head-text h3{font-size:64px;line-height:64px}.welcome-header p{font-size:20px;line-height:30px;margin-bottom:64px}.welcome-quiz-btns{gap:24px}.welcome-quiz-btns button{gap:32px;font-size:28px;line-height:28px}.headerSubject{gap:24px;font-size:28px;line-height:28px}.question-info span{font-size:20px;line-height:30px}.question-info p{font-size:36px;line-height:43.2px;margin-top:27px}.progressBarOuter{margin-top:40px;margin-bottom:64px}.option-btns{gap:24px}.optionBtn{gap:32px;height:80px}.optionBtn p{font-size:28px;line-height:28px}.submit-next-btns button,.playBtn button{font-size:28px;line-height:28px;padding-block:32px;border-radius:24px}.playBtn button{margin-top:32px}.choiceBtn{border-radius:12px;padding:14px 18px;font-size:28px;line-height:28px;cursor:pointer}.result-text{margin-top:49px;margin-bottom:64px}.result-text h2,.result-text h3{font-size:64px;line-height:64px}.score-content{padding:48px;border-radius:24px}.score-content p{font-size:144px;line-height:144px;margin-top:40px;margin-bottom:16px}.score-content span{font-size:24px;line-height:36px}.scoreSubject{gap:24px;font-size:28px;line-height:28px}.warn-text img{width:40px;height:40px}.warn-text p{font-size:24px;line-height:36px}}@media (width > 768px){.container{background-image:url(/img/left-top-circle-light.svg),url(/img/right-bottom-circle-light.svg);background-position:top left,bottom right}.header{padding-top:83px}.header,.welcome-page,.question-area{max-width:1160px}.welcome-page{padding-top:99px}.welcome-page,.question-area{display:flex;justify-content:space-between}.question-area{gap:131px;padding-top:85px}.head-text{margin-bottom:16px}.head-text h2,.head-text h3{font-size:64px;line-height:64px}.welcome-header p{font-size:20px;line-height:30px;margin-bottom:64px}.welcome-quiz-btns{width:564px;height:96px}.welcome-quiz-btns,.option-btns{gap:24px}.welcome-quiz-btns button{gap:32px;font-size:28px;line-height:28px}.headerSubject{gap:24px;font-size:28px;line-height:28px}.question-info span{font-size:20px;line-height:30px}.question-info p{font-size:36px;line-height:43.2px}.progressBarOuter{margin-top:40px;margin-bottom:64px}.optionBtn{gap:32px;width:564px;height:92px;cursor:pointer}.optionBtn p{font-size:28px;line-height:28px}.submit-next-btns button,.playBtn button{font-size:28px;line-height:28px;padding-block:32px;border-radius:24px}.choiceBtn{border-radius:12px;padding:14px 18px;font-size:28px;line-height:28px}.result-text{margin-top:0;margin-bottom:0}.score-content{width:564px;height:388px}}
