.test_questionContainer__MQF6a{padding:1rem;width:100%;margin:0 auto;min-height:100vh;background-color:#f8f9fa}.test_horizontalNavigationWrapper__6W23S{display:none}.test_timerSection__w1YX_{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);margin-bottom:1rem;border:none}.test_testLayout__uz_bU{display:flex;gap:2rem;align-items:flex-start}.test_questionSidebar__Hb1Gg{flex:0 0 280px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:1rem;position:-webkit-sticky;position:sticky;top:2rem;height:100%;display:flex;flex-direction:column}.test_questionMainContent__0v_q6{flex:1 1;min-width:0;display:flex;flex-direction:column}.test_heading__3OA8L{display:flex;justify-content:center;align-items:center;text-decoration:underline;font-size:3rem;font-weight:700;color:#1035ad;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e0e7ff}.test_questionCard__iWFX7{background-color:#fff;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.08);overflow:hidden;margin-bottom:2rem;border:none;height:100%;display:flex;flex-direction:column}.test_quizTimerHeader__wlTFX{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:#fff;border-bottom:2px solid #f0f0f0}.test_quizTimerDisplay__GKSa6{display:flex;align-items:center;gap:12px;background-color:#f8f9fa;padding:.75rem 1.25rem;border-radius:12px}.test_quizTimerLabel__FifnE{font-weight:600;color:#1a1a1a;font-size:1rem}.test_quizTimerValue__Dk1hk{font-size:1.25rem;font-weight:700;color:#1035ad;min-width:100px;text-align:center}.test_quizTimerWarning__N881X{color:#dc3545;animation:test_pulse__Th5YA 1.5s infinite}@keyframes test_pulse__Th5YA{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.test_quizProgress__5_2x_{display:flex;align-items:center;gap:1rem;font-size:.95rem;color:#4a5568;flex-wrap:wrap}.test_quizProgress__5_2x_ span:first-child{font-weight:600;color:#1035ad;background-color:#f0f7ff;padding:.5rem 1rem;border-radius:8px;border:1px solid #e0e7ff}.test_incompleteWarning__pHOgi{color:#dc3545;font-weight:500;display:flex;align-items:center;gap:.5rem;background-color:#fef2f2;padding:.5rem 1rem;border-radius:8px;border:1px solid #fecaca}.test_questionNavigation__wIJTo{padding:1.5rem;margin:0;background:#ffffff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);height:100%;display:flex;flex-direction:column}.test_questionNavigationTitle__18Z7b{font-size:1.25rem;font-weight:600;color:#1035ad;text-align:center;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e7ff}.test_questionGrid__8aE2w{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px;flex:1 1;overflow-y:auto;min-height:0}.test_questionGrid__8aE2w::-webkit-scrollbar{width:0;background:transparent}.test_questionGrid__8aE2w::-webkit-scrollbar-track{background:transparent}.test_questionGrid__8aE2w::-webkit-scrollbar-thumb{background:transparent;border-radius:3px}.test_questionGrid__8aE2w::-webkit-scrollbar-thumb:hover{background:transparent}.test_questionNumber__aiCgF{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:1px solid #e5e7eb;color:#6b7280}.test_questionNumber__aiCgF:hover{background:#e5e7eb;color:#374151}.test_questionNumber__aiCgF.test_current__5FsqE{background:#1035ad;color:white;border-color:#1035ad}.test_questionNumber__aiCgF.test_visited__NpVhB{background:#f0f7ff;border-color:#1035ad;color:#1035ad}.test_questionNumber__aiCgF.test_answered__Fg9vA{background:#dcfce7;border-color:#16a34a;color:#16a34a}.test_questionNumber__aiCgF.test_current__5FsqE.test_answered__Fg9vA{background:#1035ad;color:white;border-color:#1035ad}.test_mobileNavigation__hOL55{display:none}.test_mobileNavControls__SE4Su{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.test_mobileNavButton__WgAOA{width:32px;height:32px;border:none;background-color:#f8f9fa;color:#4a5568;border-radius:8px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-weight:700}.test_mobileNavButton__WgAOA:hover:not(:disabled){background-color:#e0e7ff;color:#1035ad}.test_mobileNavButton__WgAOA:disabled{opacity:.5;cursor:not-allowed}.test_mobileQuestionGrid__2U_On{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:4px;gap:4px;flex:1 1}.test_mobileQuestionNumber__NGK4F{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border-radius:8px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent;color:#4a5568}.test_mobileQuestionNumber__NGK4F:hover{background-color:#e0e7ff;border-color:#1035ad;color:#1035ad}.test_mobileQuestionNumber__NGK4F.test_current__5FsqE{background-color:#1035ad;color:white;border-color:#1035ad;transform:scale(1.05)}.test_mobileQuestionNumber__NGK4F.test_visited__NpVhB{background-color:#f0f7ff;border-color:#1035ad;color:#1035ad}.test_mobileQuestionNumber__NGK4F.test_answered__Fg9vA{background-color:#dcfce7;border-color:#16a34a;color:#16a34a}.test_mobileQuestionNumber__NGK4F.test_current__5FsqE.test_answered__Fg9vA{background-color:#1035ad;color:white;border-color:#1035ad}.test_mobileNavActions__y_zuN{display:flex;justify-content:center;margin-top:.5rem}.test_mobileActionButton__bgKFV{width:40px;height:32px;border:none;background-color:#f8f9fa;color:#4a5568;border-radius:8px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-weight:700}.test_mobileActionButton__bgKFV:hover{background-color:#e0e7ff;color:#1035ad}.test_mobileAllQuestions__FTX4Q{position:absolute;top:100%;left:0;right:0;background-color:white;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.15);z-index:1000;max-height:300px;overflow-y:auto;border:1px solid #e0e7ff}.test_mobileAllQuestionsHeader__bhbV9{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e0e7ff;background-color:#f8f9fa;border-radius:12px 12px 0 0}.test_mobileAllQuestionsHeader__bhbV9 span{font-weight:600;color:#1035ad}.test_closeButton__a5KNa{width:24px;height:24px;border:none;background-color:#e0e7ff;color:#1035ad;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.test_closeButton__a5KNa:hover{background-color:#1035ad;color:white}.test_mobileAllQuestionsGrid__B2lm_{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:4px;gap:4px;padding:1rem}.test_mobileAllQuestionNumber__EcWVH{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border-radius:6px;font-weight:600;font-size:.7rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent;color:#4a5568}.test_mobileAllQuestionNumber__EcWVH:hover{background-color:#e0e7ff;border-color:#1035ad;color:#1035ad}.test_mobileAllQuestionNumber__EcWVH.test_current__5FsqE{background-color:#1035ad;color:white;border-color:#1035ad}.test_mobileAllQuestionNumber__EcWVH.test_visited__NpVhB{background-color:#f0f7ff;border-color:#1035ad;color:#1035ad}.test_mobileAllQuestionNumber__EcWVH.test_answered__Fg9vA{background-color:#dcfce7;border-color:#16a34a;color:#16a34a}.test_mobileAllQuestionNumber__EcWVH.test_current__5FsqE.test_answered__Fg9vA{background-color:#1035ad;color:white;border-color:#1035ad}.test_horizontalNavigation__GYEI5{display:none;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);margin-bottom:1rem;padding:1rem}.test_horizontalNavContent__SVHdA{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.test_horizontalQuestionList__5VR7n{display:flex;gap:.5rem;flex-wrap:nowrap;flex:1 1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:.25rem 0}.test_horizontalQuestionList__5VR7n::-webkit-scrollbar{display:none}.test_horizontalQuestionNumber__AQ7GB{width:40px;height:40px;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#6b7280;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.test_horizontalQuestionNumber__AQ7GB:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.test_horizontalQuestionNumber__AQ7GB.test_current__5FsqE{background-color:#3b82f6;color:white;border-color:#3b82f6}.test_horizontalQuestionNumber__AQ7GB.test_visited__NpVhB{background-color:#f3f4f6;color:#6b7280;border-color:#d1d5db}.test_horizontalQuestionNumber__AQ7GB.test_answered__Fg9vA,.test_horizontalQuestionNumber__AQ7GB.test_current__5FsqE.test_answered__Fg9vA{background-color:#10b981;color:white;border-color:#10b981}.test_horizontalDropdownButton__g4G63{background-color:#3b82f6;border:2px solid #3b82f6;border-radius:8px;padding:.5rem 1rem;color:white;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 4px rgba(59,130,246,.2);min-width:80px;text-align:center}.test_horizontalDropdownButton__g4G63:hover{background-color:#2563eb;border-color:#2563eb;color:white;transform:translateY(-1px);box-shadow:0 4px 8px rgba(59,130,246,.3)}.test_horizontalDropdownButton__g4G63:active{transform:translateY(0);box-shadow:0 2px 4px rgba(59,130,246,.2)}.test_horizontalAllQuestions__O5hqY{margin-top:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.test_horizontalAllQuestionsHeader__qWNCd{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb}.test_horizontalAllQuestionsHeader__qWNCd span{font-weight:600;color:#374151;font-size:.875rem}.test_horizontalAllQuestionsGrid__8Og3Q{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));grid-gap:.5rem;gap:.5rem;padding:1rem;max-height:200px;overflow-y:auto}.test_horizontalAllQuestionNumber__LY42O{width:40px;height:40px;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#6b7280;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.test_horizontalAllQuestionNumber__LY42O:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.test_horizontalAllQuestionNumber__LY42O.test_current__5FsqE{background-color:#3b82f6;color:white;border-color:#3b82f6}.test_horizontalAllQuestionNumber__LY42O.test_visited__NpVhB{background-color:#f3f4f6;color:#6b7280;border-color:#d1d5db}.test_horizontalAllQuestionNumber__LY42O.test_answered__Fg9vA,.test_horizontalAllQuestionNumber__LY42O.test_current__5FsqE.test_answered__Fg9vA{background-color:#10b981;color:white;border-color:#10b981}.test_questionBody__ss6xK{padding:2rem}.test_languageToggle__ikGEC{display:flex;justify-content:flex-end;margin-left:auto;gap:.5rem}.test_languageButton__Akckl{padding:.5rem 1rem;border-radius:8px;font-weight:500;transition:all .2s ease;background:#f8f9fa;color:#4a5568;border:2px solid transparent}.test_languageButton__Akckl.test_activeLanguage__aXUc_{background-color:#1035ad;color:white}.test_questionHeader__cMDFc{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:1rem 0;border-bottom:2px solid #f0f0f0;position:relative;gap:1rem}.test_questionHeader__cMDFc:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#1035ad,#22c55e);border-radius:2px}.test_questionTitle__G0tzb{font-size:1.75rem;font-weight:700;color:#1035ad;line-height:1.4;margin:0;flex:1 1}.test_questionControls__PuS4d{display:flex;align-items:center;gap:1rem;flex-shrink:0}.test_speakButton__Ks67j{color:#4a5568;background:none;border:none;padding:.5rem;cursor:pointer;border-radius:50%;transition:all .2s ease;font-size:1.1rem;vertical-align:middle;margin-left:.5rem;display:inline-block}.test_speakButton__Ks67j:hover{color:#1035ad;background-color:#f0f7ff}.test_speakButton__Ks67j.test_speaking__o_s6A{color:#1035ad;background-color:#e0e7ff;animation:test_pulse-speak__UcdJw 1.5s infinite}.test_questionOptions__9Wei_{gap:2rem;margin:2rem 0;padding:2.5rem;min-height:180px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.02);flex:1 1}.test_questionOption__Ylufr,.test_questionOptions__9Wei_{display:flex;justify-content:center;align-items:center;position:relative}.test_questionOption__Ylufr{flex-direction:column;gap:1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);padding:1rem;width:100px;border-radius:16px}.test_questionOption__Ylufr:before{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.8),rgba(255,255,255,.4));opacity:0;transition:opacity .3s ease;z-index:-1}.test_questionOption__Ylufr:hover:before{opacity:1}.test_optionCircle__aDh3J{border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 12px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06)}.test_optionCircle__aDh3J:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.3),transparent);opacity:0;transition:opacity .3s ease}.test_optionCircle__aDh3J:hover:before{opacity:1}.test_questionOption__Ylufr:first-child .test_optionCircle__aDh3J{width:64px;height:64px;background:linear-gradient(135deg,#15803d,#16a34a);border:2px solid rgba(255,255,255,.2);box-shadow:0 6px 16px rgba(21,128,61,.25),0 2px 4px rgba(21,128,61,.1),inset 0 1px 2px rgba(255,255,255,.1)}.test_questionOption__Ylufr:nth-child(2) .test_optionCircle__aDh3J{width:56px;height:56px;background:linear-gradient(135deg,#28d467,#22e067);border:2px solid rgba(255,255,255,.2);box-shadow:0 6px 16px rgba(34,197,94,.25),0 2px 4px rgba(34,197,94,.1),inset 0 1px 2px rgba(255,255,255,.1)}.test_questionOption__Ylufr:nth-child(3) .test_optionCircle__aDh3J{width:48px;height:48px;background:linear-gradient(135deg,#6b7280,#9ca3af);border:2px solid rgba(255,255,255,.2);box-shadow:0 6px 16px rgba(107,114,128,.25),0 2px 4px rgba(107,114,128,.1),inset 0 1px 2px rgba(255,255,255,.1)}.test_questionOption__Ylufr:nth-child(4) .test_optionCircle__aDh3J{width:56px;height:56px;background:linear-gradient(135deg,#ef4444,#df1f1f);border:2px solid rgba(255,255,255,.2);box-shadow:0 6px 16px rgba(239,68,68,.25),0 2px 4px rgba(239,68,68,.1),inset 0 1px 2px rgba(255,255,255,.1)}.test_questionOption__Ylufr:nth-child(5) .test_optionCircle__aDh3J{width:64px;height:64px;background:linear-gradient(135deg,#b91c1c,#dc2626);border:2px solid rgba(255,255,255,.2);box-shadow:0 6px 16px rgba(185,28,28,.25),0 2px 4px rgba(185,28,28,.1),inset 0 1px 2px rgba(255,255,255,.1)}.test_optionText__6HJyY{font-size:.85rem;font-weight:600;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);min-height:36px;display:flex;align-items:center;justify-content:center;width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-shadow:0 1px 2px rgba(0,0,0,.1);letter-spacing:.025em}.test_questionOption__Ylufr:first-child .test_optionText__6HJyY{color:#15803d;background:linear-gradient(135deg,rgba(21,128,61,.1),rgba(22,163,74,.05));border-radius:8px;padding:.5rem}.test_questionOption__Ylufr:nth-child(2) .test_optionText__6HJyY{color:#16a34a;background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(74,222,128,.05));border-radius:8px;padding:.5rem}.test_questionOption__Ylufr:nth-child(3) .test_optionText__6HJyY{color:#6b7280;background:linear-gradient(135deg,rgba(107,114,128,.1),rgba(156,163,175,.05));border-radius:8px;padding:.5rem}.test_questionOption__Ylufr:nth-child(4) .test_optionText__6HJyY{color:#dc2626;background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(248,113,113,.05));border-radius:8px;padding:.5rem}.test_questionOption__Ylufr:nth-child(5) .test_optionText__6HJyY{color:#b91c1c;background:linear-gradient(135deg,rgba(185,28,28,.1),rgba(220,38,38,.05));border-radius:8px;padding:.5rem}.test_questionOption__Ylufr.test_selected__v6p84 .test_optionCircle__aDh3J{transform:scale(1.15);box-shadow:0 0 0 3px rgba(255,255,255,1),0 0 0 6px currentColor,0 8px 25px rgba(0,0,0,.15);animation:test_selectedPulse__vqQdz .6s ease-out}.test_questionOption__Ylufr.test_selected__v6p84{transform:translateY(-8px)}.test_questionOption__Ylufr.test_selected__v6p84 .test_optionText__6HJyY{font-weight:700;transform:scale(1.05)}.test_questionOption__Ylufr:hover .test_optionCircle__aDh3J{transform:scale(1.08);box-shadow:0 8px 25px rgba(0,0,0,.15),0 4px 12px rgba(0,0,0,.1)}.test_questionOption__Ylufr:hover .test_optionText__6HJyY{transform:translateY(-2px) scale(1.02);font-weight:700}@keyframes test_selectedPulse__vqQdz{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1.15)}}.test_optionCircleInner__o5YhR{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.8));opacity:.9;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3)}.test_questionOption__Ylufr.test_selected__v6p84 .test_optionCircleInner__o5YhR{transform:scale(1.3);opacity:1;box-shadow:0 3px 12px rgba(0,0,0,.15)}.test_clearAnswerButton__OzSoX{position:absolute;top:-10px;right:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.test_clearAnswerButton__OzSoX:hover{background-color:#e5e7eb;color:#4b5563}.test_clearAnswerButton__OzSoX:active{background-color:#d1d5db}.test_questionFooter__3SFgl{padding:2rem;border-top:2px solid #f0f0f0}.test_buttonGroup__duyxb{display:flex;justify-content:center;gap:1rem}.test_navButton__RGM9L{min-width:140px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border-radius:10px;border:none;transition:all .2s ease;cursor:pointer}.test_prevButton__vG2g0{background-color:#f0f0f0;color:#4a5568}.test_prevButton__vG2g0:hover:not(:disabled){background-color:#e2e8f0;transform:translateY(-2px)}.test_nextButton__xXgqG{background-color:#1035ad;color:white}.test_nextButton__xXgqG:hover:not(:disabled){background-color:#0c2d8a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,53,173,.2)}.test_navButton__RGM9L:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.test_incompleteQuizCard__SMIPb{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.15);overflow:hidden;max-width:600px;margin:4rem auto;text-align:center}.test_incompleteTitle__4p51N{font-size:1.75rem;font-weight:700;color:#dc3545;margin:0;padding:1.5rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.test_incompleteBody__3FC4x{padding:2rem}.test_incompleteBody__3FC4x p{margin-bottom:1rem;font-size:1.1rem;color:#495057;line-height:1.5}.test_incompleteBody__3FC4x p:last-child{margin-bottom:1.5rem}.test_continueButton__qrwG_{margin-bottom:2rem;padding:.75rem 2.5rem;font-size:1.1rem;font-weight:600;background-color:#0d6efd;border-color:#0d6efd;border-radius:6px;transition:all .2s ease}.test_continueButton__qrwG_:hover{background-color:#0b5ed7;border-color:#0a58ca;transform:translateY(-2px);box-shadow:0 4px 8px rgba(13,110,253,.25)}.test_quizModal__1ntA_{z-index:1050}.test_quizModal__1ntA_ .modal-content{border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.2);border:none}.test_modalHeader__qrFxq{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:1.25rem 1.5rem;border-top-left-radius:12px;border-top-right-radius:12px}.test_modalTitle__6h1S2{font-size:1.5rem;color:#dc3545;font-weight:600}.test_modalBody__RqWJO{padding:1.5rem;font-size:1.1rem;color:#495057}.test_modalBody__RqWJO p{margin-bottom:1rem}.test_modalBody__RqWJO p:last-child{margin-bottom:0}.test_modalFooter__Ex1Um{padding:1.25rem 1.5rem;background-color:#f8f9fa;border-top:1px solid #e9ecef;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.test_modalButton__Y0Bvp{padding:.5rem 1.5rem;font-weight:600;font-size:1rem;border-radius:6px;background-color:#0d6efd;border-color:#0d6efd;transition:all .2s ease}.test_modalButton__Y0Bvp:hover{background-color:#0b5ed7;border-color:#0a58ca}.test_resultTitle__phrnQ{text-align:center;margin:2rem 0;font-size:2rem;color:#212529}.test_resultStats__ZJW2v{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:1rem 2rem 2rem}.test_resultStatCard__GFjTv{background-color:#f8f9fa;border-radius:8px;padding:1.5rem;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:transform .2s ease}.test_resultStatCard__GFjTv:hover{transform:translateY(-5px)}.test_resultStatCard__GFjTv h3{color:#495057;margin-bottom:1rem;font-size:1.2rem}.test_resultStatCard__GFjTv p{font-size:2rem;font-weight:700;color:#0d6efd;margin:0}.test_returnButton__cUsB3{display:block;margin:2rem auto;padding:.75rem 2rem;background-color:#0d6efd;color:white;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.test_returnButton__cUsB3:hover{background-color:#0b5ed7}.test_testSkeleton__aejU1{padding:2rem;max-width:1200px;margin:0 auto;min-height:100vh;background-color:#f8f9fa}.test_testSkeletonHeader__dwHgk{margin-bottom:2rem}.test_testSkeletonHeading__KQTxr{width:300px;height:40px;background:#e0e0e0;border-radius:8px;margin-bottom:2rem;animation:test_pulse__Th5YA 1.5s infinite}.test_testSkeletonCard__OUDuH{background-color:#fff;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.08);overflow:hidden;margin-bottom:2rem;border:none}.test_testSkeletonTimer__ldh9E{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:#fff;border-bottom:2px solid #f0f0f0}.test_testSkeletonTimerDisplay__5HUDa{display:flex;align-items:center;gap:12px;background-color:#f8f9fa;padding:.75rem 1.25rem;border-radius:12px}.test_testSkeletonTimerLabel__m8KiD{width:120px;height:20px}.test_testSkeletonTimerLabel__m8KiD,.test_testSkeletonTimerValue__h1jhN{background:#e0e0e0;border-radius:4px;animation:test_pulse__Th5YA 1.5s infinite}.test_testSkeletonTimerValue__h1jhN{width:80px;height:24px}.test_testSkeletonProgress__aivK_{width:200px;height:20px;background:#e0e0e0;border-radius:4px;animation:test_pulse__Th5YA 1.5s infinite}.test_testSkeletonNavigation__vF57M{display:grid;grid-template-columns:repeat(auto-fill,minmax(45px,1fr));grid-gap:8px;gap:8px;padding:1.5rem;margin:0 0 1rem;background-color:#fff;border-bottom:1px solid #f0f0f0}.test_testSkeletonQuestionNumber__wwCip{aspect-ratio:1;background:#e0e0e0;border-radius:10px;animation:test_pulse__Th5YA 1.5s infinite}.test_testSkeletonQuestionBody__3IUu3{padding:2rem}.test_testSkeletonLanguageToggle__adFHa{display:flex;justify-content:flex-end;margin-bottom:1.5rem;gap:.5rem}.test_testSkeletonLanguageButton__OlwNm{width:100px;height:36px;background:#e0e0e0;border-radius:8px;animation:test_pulse__Th5YA 1.5s infinite}.test_testSkeletonQuestionTitle__UAIfg{width:80%;height:32px;border-radius:4px}.test_testSkeletonQuestionImage__Dh8Tu,.test_testSkeletonQuestionTitle__UAIfg{background:#e0e0e0;margin-bottom:2rem;animation:test_pulse__Th5YA 1.5s infinite}.test_testSkeletonQuestionImage__Dh8Tu{width:100%;height:200px;border-radius:8px}.test_testSkeletonOptions__Ov_bu{display:flex;justify-content:center;align-items:center;gap:2.5rem;margin:2rem 0;padding:2rem;position:relative;min-height:200px}.test_testSkeletonOption__x6FZf{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:120px}.test_testSkeletonOptionCircle__M45yq{width:90px;height:90px;background:#e0e0e0;border-radius:50%;animation:test_pulse__Th5YA 1.5s infinite}.test_testSkeletonOptionText__IRmnR{width:100%;height:40px;background:#e0e0e0;border-radius:4px;animation:test_pulse__Th5YA 1.5s infinite}.test_testSkeletonFooter__ds2CS{padding:2rem;border-top:2px solid #f0f0f0}.test_testSkeletonButtonGroup__mgjAK{display:flex;justify-content:center;gap:1rem}.test_testSkeletonButton__hqIuL{width:140px;height:48px;background:#e0e0e0;border-radius:10px;animation:test_pulse__Th5YA 1.5s infinite}@media (min-width:1401px){.test_questionOptions__9Wei_{gap:2.5rem;padding:3.5rem}.test_questionOption__Ylufr{width:130px;padding:1.2rem}.test_optionText__6HJyY{font-size:1rem;min-height:40px;padding:.6rem;width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.test_questionOption__Ylufr:first-child .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(5) .test_optionCircle__aDh3J{width:72px;height:72px}.test_questionOption__Ylufr:nth-child(2) .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(4) .test_optionCircle__aDh3J{width:65px;height:65px}.test_questionOption__Ylufr:nth-child(3) .test_optionCircle__aDh3J{width:58px;height:58px}.test_optionCircleInner__o5YhR{width:20px;height:20px}.test_heading__3OA8L{font-size:3.5rem}.test_questionTitle__G0tzb{font-size:2rem;margin-bottom:2.5rem}.test_questionSidebar__Hb1Gg{flex:0 0 320px}.test_horizontalNavigationWrapper__6W23S{display:none}.test_questionSidebar__Hb1Gg{display:block}.test_horizontalNavigation__GYEI5,.test_mobileNavigation__hOL55{display:none}}@media (min-width:1200px) and (max-width:1400px){.test_questionOptions__9Wei_{gap:2.2rem;padding:3rem}.test_questionOption__Ylufr{width:115px;padding:1rem}.test_optionText__6HJyY{font-size:.85rem;min-height:38px;padding:.5rem;width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.test_questionOption__Ylufr:first-child .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(5) .test_optionCircle__aDh3J{width:65px;height:65px}.test_questionOption__Ylufr:nth-child(2) .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(4) .test_optionCircle__aDh3J{width:58px;height:58px}.test_questionOption__Ylufr:nth-child(3) .test_optionCircle__aDh3J{width:52px;height:52px}.test_optionCircleInner__o5YhR{width:18px;height:18px}.test_heading__3OA8L{font-size:3.2rem}.test_questionTitle__G0tzb{font-size:1.8rem;margin-bottom:2rem}.test_questionSidebar__Hb1Gg{flex:0 0 300px}.test_horizontalNavigationWrapper__6W23S{display:none}.test_questionSidebar__Hb1Gg{display:block}.test_horizontalNavigation__GYEI5,.test_mobileNavigation__hOL55{display:none}}@media (min-width:1025px) and (max-width:1199px){.test_questionOptions__9Wei_{gap:2rem;padding:2.5rem}.test_questionOption__Ylufr{width:105px;padding:.9rem}.test_optionText__6HJyY{font-size:.8rem;min-height:35px;padding:.45rem;width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.test_questionOption__Ylufr:first-child .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(5) .test_optionCircle__aDh3J{width:60px;height:60px}.test_questionOption__Ylufr:nth-child(2) .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(4) .test_optionCircle__aDh3J{width:54px;height:54px}.test_questionOption__Ylufr:nth-child(3) .test_optionCircle__aDh3J{width:48px;height:48px}.test_optionCircleInner__o5YhR{width:16px;height:16px}.test_heading__3OA8L{font-size:3rem}.test_questionTitle__G0tzb{font-size:1.7rem;margin-bottom:1.8rem}.test_questionSidebar__Hb1Gg{flex:0 0 280px}.test_horizontalNavigationWrapper__6W23S{display:none}.test_questionSidebar__Hb1Gg{display:block}.test_horizontalNavigation__GYEI5,.test_mobileNavigation__hOL55{display:none}}@media (min-width:769px) and (max-width:1024px){.test_questionOptions__9Wei_{gap:1rem;padding:1rem}.test_questionOption__Ylufr{width:70px;padding:.7rem}.test_optionText__6HJyY{font-size:.75rem;min-height:30px;padding:.35rem;width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.test_questionOption__Ylufr:first-child .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(5) .test_optionCircle__aDh3J{width:52px;height:52px}.test_questionOption__Ylufr:nth-child(2) .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(4) .test_optionCircle__aDh3J{width:46px;height:46px}.test_questionOption__Ylufr:nth-child(3) .test_optionCircle__aDh3J{width:40px;height:40px}.test_optionCircleInner__o5YhR{width:14px;height:14px}.test_heading__3OA8L{font-size:2.8rem}.test_questionTitle__G0tzb{font-size:1.6rem;margin-bottom:1.5rem}.test_questionSidebar__Hb1Gg{flex:0 0 260px}.test_horizontalNavigationWrapper__6W23S{display:none}.test_questionSidebar__Hb1Gg{display:block}.test_horizontalNavigation__GYEI5,.test_mobileNavigation__hOL55{display:none}}@media (max-width:768px){.test_questionContainer__MQF6a{padding:.5rem}.test_heading__3OA8L{font-size:2.5rem;margin-bottom:.75rem;padding-bottom:.75rem}.test_timerSection__w1YX_{display:flex;justify-content:center;align-items:center}.test_quizTimerHeader__wlTFX{flex-direction:column;align-items:center;gap:1.2rem;padding:1.5rem}.test_quizTimerDisplay__GKSa6{padding:.75rem 1.5rem;border-radius:10px}.test_quizTimerLabel__FifnE{font-size:1rem}.test_quizTimerValue__Dk1hk{font-size:1.25rem;min-width:100px}.test_quizProgress__5_2x_{flex-direction:column;align-items:center;gap:.75rem;text-align:center}.test_quizProgress__5_2x_ span:first-child{font-size:1rem;font-weight:600}.test_incompleteWarning__pHOgi{font-size:.875rem;padding:.375rem .75rem}.test_testLayout__uz_bU{flex-direction:column}.test_questionMainContent__0v_q6{width:100%}.test_questionCard__iWFX7{margin-bottom:1rem}.test_questionHeader__cMDFc{flex-direction:row;align-items:center;gap:1rem;flex-wrap:wrap}.test_questionTitle__G0tzb{font-size:1.5rem;width:100%}.test_questionControls__PuS4d{margin-left:auto;display:flex;align-items:center;gap:1rem}.test_languageToggle__ikGEC{display:flex;gap:.5rem}.test_languageButton__Akckl{padding:.4rem .8rem;font-size:.9rem}.test_speakButton__Ks67j{padding:.4rem;font-size:1rem;margin-left:.4rem}.test_questionGrid__8aE2w{display:none}.test_mobileNavigation__hOL55{display:block}.test_questionNavigation__wIJTo{position:relative}.test_questionOptions__9Wei_{gap:1.2rem;padding:1.8rem;margin:1.5rem 0}.test_questionOption__Ylufr{width:85px}.test_optionText__6HJyY{font-size:.75rem;min-height:32px;padding:.4rem}.test_questionOption__Ylufr:first-child .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(5) .test_optionCircle__aDh3J{width:50px;height:50px}.test_questionOption__Ylufr:nth-child(2) .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(4) .test_optionCircle__aDh3J{width:44px;height:44px}.test_questionOption__Ylufr:nth-child(3) .test_optionCircle__aDh3J{width:38px;height:38px}.test_optionCircleInner__o5YhR{width:14px;height:14px}.test_testSkeleton__aejU1{padding:1.5rem}.test_testSkeletonOptions__Ov_bu{gap:1.5rem;padding:1.5rem}.test_testSkeletonOption__x6FZf{width:100px}.test_testSkeletonOptionCircle__M45yq{width:70px;height:70px}.test_horizontalNavigationWrapper__6W23S{display:block}.test_questionSidebar__Hb1Gg{display:none}.test_horizontalNavigation__GYEI5{display:block}.test_mobileNavigation__hOL55{display:none}}@media (max-width:576px){.test_heading__3OA8L{font-size:2rem;margin-bottom:.5rem;padding-bottom:.5rem}.test_quizTimerHeader__wlTFX{padding:1rem;gap:1rem}.test_quizTimerDisplay__GKSa6{padding:.6rem 1.2rem;border-radius:8px}.test_quizTimerLabel__FifnE{font-size:.9rem}.test_quizTimerValue__Dk1hk{font-size:1.1rem;min-width:85px}.test_quizProgress__5_2x_ span:first-child{font-size:.9rem}.test_incompleteWarning__pHOgi{font-size:.8rem;padding:.3rem .6rem}.test_questionHeader__cMDFc{gap:.75rem}.test_questionTitle__G0tzb{font-size:1.3rem}.test_questionControls__PuS4d{gap:.75rem}.test_languageButton__Akckl{padding:.3rem .6rem;font-size:.8rem}.test_speakButton__Ks67j{padding:.3rem;font-size:.9rem;margin-left:.3rem}.test_questionOptions__9Wei_{gap:1rem;padding:1.5rem;flex-wrap:wrap;justify-content:space-around}.test_questionOption__Ylufr{width:75px;margin-bottom:.5rem}.test_optionText__6HJyY{font-size:.7rem;min-height:28px;padding:.3rem}.test_questionOption__Ylufr:first-child .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(5) .test_optionCircle__aDh3J{width:44px;height:44px}.test_questionOption__Ylufr:nth-child(2) .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(4) .test_optionCircle__aDh3J{width:38px;height:38px}.test_questionOption__Ylufr:nth-child(3) .test_optionCircle__aDh3J{width:32px;height:32px}.test_optionCircleInner__o5YhR{width:12px;height:12px}.test_questionNavigation__wIJTo{padding:1rem}.test_questionNumber__aiCgF{width:32px;height:32px;font-size:.8rem}.test_mobileQuestionNumber__NGK4F{width:28px;height:28px;font-size:.7rem}.test_mobileNavButton__WgAOA{width:28px;height:28px;font-size:1rem}.test_mobileActionButton__bgKFV{width:36px;height:28px;font-size:1.3rem}.test_mobileAllQuestionsGrid__B2lm_{grid-template-columns:repeat(6,1fr)}.test_mobileAllQuestionNumber__EcWVH{width:24px;height:24px;font-size:.6rem}.test_testSkeleton__aejU1{padding:1rem}.test_testSkeletonTimer__ldh9E{flex-direction:column;gap:1rem;align-items:flex-start}.test_testSkeletonOptions__Ov_bu{flex-direction:column;gap:1rem}.test_testSkeletonOption__x6FZf{width:100%}.test_horizontalNavigationWrapper__6W23S{display:block}.test_questionSidebar__Hb1Gg{display:none}.test_horizontalNavigation__GYEI5{display:block}.test_mobileNavigation__hOL55{display:none}}@media (max-width:503px){.test_languageButton__Akckl{padding:.25rem .5rem;font-size:.75rem}.test_questionOptions__9Wei_{gap:.5rem;padding:1rem;flex-wrap:nowrap;justify-content:space-between;min-height:140px}.test_questionOption__Ylufr{width:60px;margin-bottom:0;padding:.5rem}.test_optionText__6HJyY{font-size:.6rem;min-height:24px;padding:.2rem;line-height:1.2}.test_questionOption__Ylufr:first-child .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(5) .test_optionCircle__aDh3J{width:36px;height:36px}.test_questionOption__Ylufr:nth-child(2) .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(4) .test_optionCircle__aDh3J{width:32px;height:32px}.test_questionOption__Ylufr:nth-child(3) .test_optionCircle__aDh3J{width:28px;height:28px}.test_optionCircleInner__o5YhR{width:10px;height:10px}}@media (max-width:380px){.test_languageButton__Akckl{padding:.4rem .6rem;font-size:.7rem}.test_questionOptions__9Wei_{gap:.3rem;padding:.75rem;flex-wrap:nowrap;justify-content:space-between;min-height:120px;width:100%;max-width:100%;overflow:hidden}.test_questionOption__Ylufr{width:50px;margin-bottom:0;padding:.3rem;flex-shrink:0}.test_optionText__6HJyY{font-size:.5rem;min-height:20px;padding:.1rem;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.test_questionOption__Ylufr:first-child .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(5) .test_optionCircle__aDh3J{width:30px;height:30px}.test_questionOption__Ylufr:nth-child(2) .test_optionCircle__aDh3J,.test_questionOption__Ylufr:nth-child(4) .test_optionCircle__aDh3J{width:26px;height:26px}.test_questionOption__Ylufr:nth-child(3) .test_optionCircle__aDh3J{width:22px;height:22px}.test_optionCircleInner__o5YhR{width:8px;height:8px}}