.assessment-module__FDevCG__page{color:#f8fafc;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);min-height:100vh;font-family:Outfit,Inter,sans-serif;display:flex;overflow-x:hidden}.assessment-module__FDevCG__center{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.assessment-module__FDevCG__spinner{border:5px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:50px;height:50px;margin-bottom:1.5rem;animation:1s linear infinite assessment-module__FDevCG__spin}@keyframes assessment-module__FDevCG__spin{to{transform:rotate(360deg)}}.assessment-module__FDevCG__instructionsWrap{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#1e293bb3;border:1px solid #ffffff14;border-radius:24px;max-width:800px;margin:4rem auto;padding:3rem;box-shadow:0 20px 40px #0000004d}.assessment-module__FDevCG__heroBadge{color:#a5b4fc;background:#6366f126;border:1px solid #6366f14d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.assessment-module__FDevCG__heroTitle{background:linear-gradient(90deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.assessment-module__FDevCG__heroSub{color:#94a3b8;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.assessment-module__FDevCG__langSelectorCard{background:#0f172a66;border:1px solid #ffffff0d;border-radius:16px;margin-bottom:2.5rem;padding:1.5rem}.assessment-module__FDevCG__langTitle{color:#cbd5e1;margin-bottom:1rem;font-size:1rem;font-weight:600}.assessment-module__FDevCG__langButtons{justify-content:center;gap:1rem;display:flex}.assessment-module__FDevCG__langBtn{cursor:pointer;color:#cbd5e1;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.assessment-module__FDevCG__langBtn:hover{color:#fff;background:#ffffff1a}.assessment-module__FDevCG__langBtnActive{color:#fff;background:#6366f1;border-color:#6366f1;box-shadow:0 0 20px #6366f166}.assessment-module__FDevCG__startBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:14px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 8px 24px #4f46e54d}.assessment-module__FDevCG__startBtn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #4f46e580}.assessment-module__FDevCG__testWrap{width:100%;display:flex;position:relative}.assessment-module__FDevCG__sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#0f172ad9;border-right:1px solid #ffffff14;flex-direction:column;width:320px;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0}.assessment-module__FDevCG__sidebarHeader{border-bottom:1px solid #ffffff14;padding:1.5rem}.assessment-module__FDevCG__sidebarTitle{color:#f1f5f9;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.assessment-module__FDevCG__progressContainer{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:1rem}.assessment-module__FDevCG__progressLabelRow{color:#94a3b8;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.assessment-module__FDevCG__progressPercent{color:#6366f1;font-weight:700}.assessment-module__FDevCG__progressBarOuter{background:#ffffff1a;border-radius:4px;width:100%;height:8px;overflow:hidden}.assessment-module__FDevCG__progressBarInner{background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:4px;height:100%;transition:width .3s}.assessment-module__FDevCG__progressCounts{color:#64748b;justify-content:space-between;margin-top:.75rem;font-size:.75rem;display:flex}.assessment-module__FDevCG__progressCountItem strong{color:#cbd5e1}.assessment-module__FDevCG__sidebarContent{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.assessment-module__FDevCG__sectionItem{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;padding:1rem;transition:all .25s}.assessment-module__FDevCG__sectionItemActive{background:#6366f114;border-color:#6366f14d;box-shadow:0 4px 20px #00000026}.assessment-module__FDevCG__sectionHeaderRow{cursor:pointer;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.assessment-module__FDevCG__sectionTitle{color:#cbd5e1;flex:1;font-size:.95rem;font-weight:600;line-height:1.4}.assessment-module__FDevCG__sectionItemActive .assessment-module__FDevCG__sectionTitle{color:#a5b4fc}.assessment-module__FDevCG__sectionBadge{color:#94a3b8;white-space:nowrap;background:#ffffff0d;border-radius:9999px;margin-left:.5rem;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.assessment-module__FDevCG__sectionItemActive .assessment-module__FDevCG__sectionBadge{color:#c7d2fe;background:#6366f133}.assessment-module__FDevCG__grid{grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:.5rem;display:grid}.assessment-module__FDevCG__gridItem{aspect-ratio:1;cursor:pointer;color:#64748b;-webkit-user-select:none;user-select:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;font-size:.825rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.assessment-module__FDevCG__gridItem:hover{color:#e2e8f0;background:#ffffff14;border-color:#ffffff26}.assessment-module__FDevCG__gridItemAnswered{color:#34d399!important;background:#10b98126!important;border-color:#10b98166!important}.assessment-module__FDevCG__gridItemAnswered:hover{background:#10b98140!important;border-color:#10b98199!important}.assessment-module__FDevCG__gridItemVisitedUnanswered{color:#f87171!important;background:#ef444426!important;border-color:#ef444466!important}.assessment-module__FDevCG__gridItemVisitedUnanswered:hover{background:#ef444440!important;border-color:#ef444499!important}.assessment-module__FDevCG__gridItemSkipped{color:#fb923c!important;background:#f9731626!important;border-color:#f9731666!important}.assessment-module__FDevCG__gridItemSkipped:hover{background:#f9731640!important;border-color:#f9731699!important}.assessment-module__FDevCG__gridItemActive{outline-offset:2px;box-shadow:0 0 10px #6366f166;color:#fff!important;outline:2px solid #818cf8!important}.assessment-module__FDevCG__contentArea{flex-direction:column;flex:1;min-height:100vh;margin-left:320px;padding:2rem;display:flex}.assessment-module__FDevCG__topBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b66;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.assessment-module__FDevCG__topTitle{color:#f1f5f9;font-size:1.125rem;font-weight:700}.assessment-module__FDevCG__topControls{align-items:center;gap:1.5rem;display:flex}.assessment-module__FDevCG__inlineLangToggle{background:#0f172a99;border:1px solid #ffffff14;border-radius:9999px;padding:.25rem;display:flex}.assessment-module__FDevCG__inlineLangBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.35rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s}.assessment-module__FDevCG__inlineLangBtnActive{color:#fff;background:#6366f1}.assessment-module__FDevCG__hamburgerBtn{color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem;display:none}.assessment-module__FDevCG__testCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#1e293b66;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;flex:1;justify-content:space-between;width:100%;max-width:900px;margin:0 auto;padding:3rem;display:flex;box-shadow:0 20px 40px #00000040}.assessment-module__FDevCG__questionSectionHeader{text-transform:uppercase;letter-spacing:.05em;color:#818cf8;margin-bottom:1rem;font-size:.875rem;font-weight:700}.assessment-module__FDevCG__questionText{color:#f1f5f9;margin-bottom:2.5rem;font-size:1.2rem;font-weight:600;line-height:1.5}.assessment-module__FDevCG__options{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.assessment-module__FDevCG__option{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.assessment-module__FDevCG__option:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translate(4px)}.assessment-module__FDevCG__optionSelected{background:#6366f11f!important;border-color:#6366f180!important}.assessment-module__FDevCG__optionCircle{border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s;display:flex}.assessment-module__FDevCG__optionSelected .assessment-module__FDevCG__optionCircle{border-color:#818cf8}.assessment-module__FDevCG__optionDot{background:#818cf8;border-radius:50%;width:10px;height:10px}.assessment-module__FDevCG__optionLabel{color:#cbd5e1;font-size:1.05rem;font-weight:500}.assessment-module__FDevCG__optionSelected .assessment-module__FDevCG__optionLabel{color:#fff}.assessment-module__FDevCG__likertGrid{gap:1.5rem;margin-bottom:3rem;display:flex}.assessment-module__FDevCG__likertOption{cursor:pointer;text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:.75rem;padding:1.5rem;transition:all .2s;display:flex}.assessment-module__FDevCG__likertOption:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-2px)}.assessment-module__FDevCG__likertOptionSelected{background:#6366f11f!important;border-color:#6366f180!important}.assessment-module__FDevCG__likertOptionSelected .assessment-module__FDevCG__optionCircle{border-color:#818cf8}.assessment-module__FDevCG__navRow{border-top:1px solid #ffffff0f;justify-content:space-between;gap:1rem;padding-top:2rem;display:flex}.assessment-module__FDevCG__btnPrev,.assessment-module__FDevCG__btnNext,.assessment-module__FDevCG__btnSubmit{cursor:pointer;border-radius:12px;padding:.85rem 2rem;font-size:1rem;font-weight:700;transition:all .2s}.assessment-module__FDevCG__btnPrev{color:#cbd5e1;background:#ffffff0d;border:1px solid #ffffff1a}.assessment-module__FDevCG__btnPrev:hover:not(:disabled){color:#fff;background:#ffffff1a}.assessment-module__FDevCG__btnPrev:disabled{opacity:.4;cursor:not-allowed}.assessment-module__FDevCG__btnNext{color:#fff;background:#6366f1;border:none;box-shadow:0 4px 12px #6366f133}.assessment-module__FDevCG__btnNext:hover{background:#4f46e5;box-shadow:0 6px 16px #6366f159}.assessment-module__FDevCG__btnSubmit{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;box-shadow:0 4px 12px #10b98133}.assessment-module__FDevCG__btnSubmit:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);box-shadow:0 6px 16px #10b98159}.assessment-module__FDevCG__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0f172abf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.assessment-module__FDevCG__modalContent{text-align:center;background:#1e293b;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:500px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000080}.assessment-module__FDevCG__modalIcon{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.75rem;display:flex}.assessment-module__FDevCG__modalTitle{color:#f1f5f9;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.assessment-module__FDevCG__modalText{color:#94a3b8;margin-bottom:2rem;font-size:1rem;line-height:1.5}.assessment-module__FDevCG__modalActions{gap:1rem;display:flex}.assessment-module__FDevCG__modalBtnSecondary,.assessment-module__FDevCG__modalBtnPrimary{cursor:pointer;border-radius:12px;flex:1;padding:.85rem;font-size:1rem;font-weight:700;transition:all .2s}.assessment-module__FDevCG__modalBtnSecondary{color:#cbd5e1;background:#ffffff0d;border:1px solid #ffffff1a}.assessment-module__FDevCG__modalBtnSecondary:hover{color:#fff;background:#ffffff1a}.assessment-module__FDevCG__modalBtnPrimary{color:#fff;background:#6366f1;border:none}.assessment-module__FDevCG__modalBtnPrimary:hover{background:#4f46e5}.assessment-module__FDevCG__resultsWrap{width:100%;max-width:1000px;margin:3rem auto;padding:0 1.5rem 4rem}.assessment-module__FDevCG__resultsHeader{text-align:center;margin-bottom:3rem}.assessment-module__FDevCG__resultsHeader h1{background:linear-gradient(90deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.assessment-module__FDevCG__resultsHeader p{color:#94a3b8;font-size:1.125rem}.assessment-module__FDevCG__summaryCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#1e293b66;border:1px solid #ffffff14;border-radius:24px;grid-template-columns:1fr 2fr;align-items:center;gap:2.5rem;margin-bottom:2.5rem;padding:2.5rem;display:grid;box-shadow:0 20px 40px #00000040}.assessment-module__FDevCG__circularScoreWrap{flex-direction:column;align-items:center;display:flex;position:relative}.assessment-module__FDevCG__circleSvg{width:160px;height:160px;transform:rotate(-90deg)}.assessment-module__FDevCG__circleBg{fill:none;stroke:#ffffff0d;stroke-width:12px}.assessment-module__FDevCG__circleValue{fill:none;stroke:url(#scoreGrad);stroke-width:12px;stroke-linecap:round;transition:stroke-dashoffset .6s}.assessment-module__FDevCG__circleLabel{flex-direction:column;align-items:center;display:flex;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.assessment-module__FDevCG__scoreNumber{color:#fff;font-size:2.5rem;font-weight:800;line-height:1}.assessment-module__FDevCG__scoreTotal{color:#64748b;margin-top:.25rem;font-size:.875rem}.assessment-module__FDevCG__scoreRating{color:#818cf8;margin-top:1rem;font-size:1.125rem;font-weight:700}.assessment-module__FDevCG__summaryText{flex-direction:column;gap:1rem;display:flex}.assessment-module__FDevCG__summaryTitle{color:#f1f5f9;font-size:1.75rem;font-weight:700}.assessment-module__FDevCG__summaryDesc{color:#94a3b8;line-height:1.6}.assessment-module__FDevCG__sectionReportsTitle{color:#f1f5f9;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.assessment-module__FDevCG__sectionReportsGrid{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.assessment-module__FDevCG__sectionReportCard{background:#1e293b4d;border:1px solid #ffffff0d;border-radius:20px;grid-template-columns:auto 1fr;align-items:center;gap:2rem;padding:2rem;transition:all .2s;display:grid}.assessment-module__FDevCG__sectionReportCard:hover{background:#1e293b73;border-color:#6366f133}.assessment-module__FDevCG__sectionChart{justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:relative}.assessment-module__FDevCG__sectionCircleSvg{width:100%;height:100%;transform:rotate(-90deg)}.assessment-module__FDevCG__sectionCircleBg{fill:none;stroke:#ffffff0d;stroke-width:8px}.assessment-module__FDevCG__sectionCircleValue{fill:none;stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset .6s}.assessment-module__FDevCG__sectionPercentText{color:#fff;font-size:1.125rem;font-weight:700;position:absolute}.assessment-module__FDevCG__sectionReportInfo{flex-direction:column;gap:.5rem;display:flex}.assessment-module__FDevCG__sectionReportName{color:#f1f5f9;font-size:1.2rem;font-weight:700}.assessment-module__FDevCG__sectionReportScore{color:#94a3b8;font-size:.875rem}.assessment-module__FDevCG__sectionReportFeedback{color:#cbd5e1;font-size:.95rem;line-height:1.5}.assessment-module__FDevCG__resultsActions{border-top:1px solid #ffffff14;justify-content:center;gap:1.5rem;padding-top:2.5rem;display:flex}.assessment-module__FDevCG__btnPrint,.assessment-module__FDevCG__btnHome{cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.9rem 2.25rem;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex}.assessment-module__FDevCG__btnPrint{color:#fff;background:#6366f1;border:none}.assessment-module__FDevCG__btnPrint:hover{background:#4f46e5}.assessment-module__FDevCG__btnHome{color:#cbd5e1;background:#ffffff0d;border:1px solid #ffffff1a}.assessment-module__FDevCG__btnHome:hover{color:#fff;background:#ffffff1a}@media (max-width:1024px){.assessment-module__FDevCG__sidebar{transform:translate(-100%)}.assessment-module__FDevCG__sidebarOpen{transform:translate(0)}.assessment-module__FDevCG__contentArea{margin-left:0}.assessment-module__FDevCG__hamburgerBtn{display:block}.assessment-module__FDevCG__summaryCard{text-align:center;grid-template-columns:1fr;justify-items:center}}@media (max-width:640px){.assessment-module__FDevCG__heroTitle{font-size:2rem}.assessment-module__FDevCG__instructionsWrap,.assessment-module__FDevCG__testCard{padding:1.5rem}.assessment-module__FDevCG__questionText{font-size:1.05rem}.assessment-module__FDevCG__likertGrid{flex-direction:column;gap:.75rem}.assessment-module__FDevCG__option{padding:1rem}.assessment-module__FDevCG__sectionReportCard{text-align:center;grid-template-columns:1fr;justify-items:center}.assessment-module__FDevCG__resultsActions{flex-direction:column;align-items:stretch}.assessment-module__FDevCG__btnPrint,.assessment-module__FDevCG__btnHome{justify-content:center}}@media print{body,.assessment-module__FDevCG__page{color:#000!important;background:#fff!important}.assessment-module__FDevCG__sidebar,.assessment-module__FDevCG__topBar,.assessment-module__FDevCG__resultsActions,.assessment-module__FDevCG__btnPrint,.assessment-module__FDevCG__btnHome{display:none!important}.assessment-module__FDevCG__contentArea{margin-left:0!important;padding:0!important}.assessment-module__FDevCG__summaryCard,.assessment-module__FDevCG__sectionReportCard{color:#000!important;box-shadow:none!important;background:0 0!important;border:1px solid #ddd!important}.assessment-module__FDevCG__circleBg,.assessment-module__FDevCG__sectionCircleBg{stroke:#eee!important}.assessment-module__FDevCG__scoreNumber,.assessment-module__FDevCG__sectionReportName,.assessment-module__FDevCG__summaryTitle,.assessment-module__FDevCG__sectionPercentText{color:#000!important}.assessment-module__FDevCG__summaryDesc,.assessment-module__FDevCG__sectionReportFeedback,.assessment-module__FDevCG__sectionReportScore{color:#444!important}}
.SkipQuestionConfirmationModal-module__7IUhBW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;animation:.2s ease-out SkipQuestionConfirmationModal-module__7IUhBW__fadeIn;display:flex;position:fixed;inset:0}@keyframes SkipQuestionConfirmationModal-module__7IUhBW__fadeIn{0%{opacity:0}to{opacity:1}}.SkipQuestionConfirmationModal-module__7IUhBW__modal{background:#fff;border-radius:16px;flex-direction:column;width:90%;max-width:440px;animation:.3s cubic-bezier(.16,1,.3,1) SkipQuestionConfirmationModal-module__7IUhBW__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes SkipQuestionConfirmationModal-module__7IUhBW__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.SkipQuestionConfirmationModal-module__7IUhBW__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.SkipQuestionConfirmationModal-module__7IUhBW__title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:700}.SkipQuestionConfirmationModal-module__7IUhBW__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.SkipQuestionConfirmationModal-module__7IUhBW__closeBtn:hover{color:#64748b}.SkipQuestionConfirmationModal-module__7IUhBW__body{padding:1.5rem}.SkipQuestionConfirmationModal-module__7IUhBW__message{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.SkipQuestionConfirmationModal-module__7IUhBW__footer{background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.SkipQuestionConfirmationModal-module__7IUhBW__secondaryBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.SkipQuestionConfirmationModal-module__7IUhBW__secondaryBtn:hover{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.SkipQuestionConfirmationModal-module__7IUhBW__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #4f46e533}.SkipQuestionConfirmationModal-module__7IUhBW__primaryBtn:hover{background:linear-gradient(135deg,#4338ca,#4f46e5);box-shadow:0 4px 6px #4f46e54d}@media (max-width:480px){.SkipQuestionConfirmationModal-module__7IUhBW__footer{flex-direction:column;gap:.5rem}.SkipQuestionConfirmationModal-module__7IUhBW__primaryBtn,.SkipQuestionConfirmationModal-module__7IUhBW__secondaryBtn{text-align:center;width:100%}}
.UnansweredQuestionsConfirmModal-module__tPNDiG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;animation:.2s ease-out UnansweredQuestionsConfirmModal-module__tPNDiG__fadeIn;display:flex;position:fixed;inset:0}@keyframes UnansweredQuestionsConfirmModal-module__tPNDiG__fadeIn{0%{opacity:0}to{opacity:1}}.UnansweredQuestionsConfirmModal-module__tPNDiG__modal{background:#fff;border-radius:16px;flex-direction:column;width:90%;max-width:440px;animation:.3s cubic-bezier(.16,1,.3,1) UnansweredQuestionsConfirmModal-module__tPNDiG__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes UnansweredQuestionsConfirmModal-module__tPNDiG__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.UnansweredQuestionsConfirmModal-module__tPNDiG__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.UnansweredQuestionsConfirmModal-module__tPNDiG__titleWrapper{align-items:center;gap:.6rem;display:flex}.UnansweredQuestionsConfirmModal-module__tPNDiG__warnIcon{color:#f97316;flex-shrink:0}.UnansweredQuestionsConfirmModal-module__tPNDiG__title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:700}.UnansweredQuestionsConfirmModal-module__tPNDiG__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.UnansweredQuestionsConfirmModal-module__tPNDiG__closeBtn:hover{color:#64748b}.UnansweredQuestionsConfirmModal-module__tPNDiG__body{padding:1.5rem}.UnansweredQuestionsConfirmModal-module__tPNDiG__message{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.UnansweredQuestionsConfirmModal-module__tPNDiG__footer{background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.UnansweredQuestionsConfirmModal-module__tPNDiG__secondaryBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.UnansweredQuestionsConfirmModal-module__tPNDiG__secondaryBtn:hover{color:#c2410c;background:#fff7ed;border-color:#ffedd5}.UnansweredQuestionsConfirmModal-module__tPNDiG__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ea580c,#f97316);border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #f9731633}.UnansweredQuestionsConfirmModal-module__tPNDiG__primaryBtn:hover{background:linear-gradient(135deg,#c2410c,#ea580c);box-shadow:0 4px 6px #f973164d}@media (max-width:480px){.UnansweredQuestionsConfirmModal-module__tPNDiG__footer{flex-direction:column;gap:.5rem}.UnansweredQuestionsConfirmModal-module__tPNDiG__primaryBtn,.UnansweredQuestionsConfirmModal-module__tPNDiG__secondaryBtn{text-align:center;width:100%}}
.AssessmentCard-module__0cLeOa__card{background:#fff;border:1px solid #eaecf0;border-radius:20px;flex-direction:column;gap:1.1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 20px #00000008}.AssessmentCard-module__0cLeOa__card:hover{border-color:var(--accent-color,#2563eb);transform:translateY(-5px);box-shadow:0 16px 36px #00000014}.AssessmentCard-module__0cLeOa__topBadges{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.AssessmentCard-module__0cLeOa__tagBadge{letter-spacing:.02em;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.72rem;font-weight:700;line-height:1.2;display:inline-flex}.AssessmentCard-module__0cLeOa__classPill{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;padding:.25rem .7rem;font-size:.72rem;font-weight:600;line-height:1.2;display:inline-flex}.AssessmentCard-module__0cLeOa__cardHeader{align-items:flex-start;gap:.85rem;display:flex}.AssessmentCard-module__0cLeOa__iconWrap{color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 10px #00000014}.AssessmentCard-module__0cLeOa__titleWrap{flex-direction:column;gap:.15rem;display:flex}.AssessmentCard-module__0cLeOa__title{color:#0f172a;margin:0;font-size:1.2rem;font-weight:800;line-height:1.3}.AssessmentCard-module__0cLeOa__subtitle{color:#64748b;margin:0;font-size:.78rem;font-weight:600;line-height:1.35}.AssessmentCard-module__0cLeOa__desc{color:#475569;margin:0;font-size:.83rem;line-height:1.5}.AssessmentCard-module__0cLeOa__whatYouGetBox{background:var(--light-bg,#f0f7ff);border-radius:14px;flex-direction:column;gap:.55rem;padding:.9rem 1rem;display:flex}.AssessmentCard-module__0cLeOa__whatYouGetTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-color,#2563eb);margin:0;font-size:.75rem;font-weight:800}.AssessmentCard-module__0cLeOa__featureList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.AssessmentCard-module__0cLeOa__featureItem{color:#334155;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;display:flex}.AssessmentCard-module__0cLeOa__checkIcon{background:var(--accent-color,#2563eb);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:800;display:flex}.AssessmentCard-module__0cLeOa__metaBar{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .85rem;display:flex}.AssessmentCard-module__0cLeOa__metaItem{color:#475569;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;display:flex}.AssessmentCard-module__0cLeOa__metaLink{cursor:pointer;text-underline-offset:3px;-webkit-text-decoration:underline dashed;text-decoration:underline dashed;transition:color .2s}.AssessmentCard-module__0cLeOa__metaLink:hover{color:var(--accent-color,#2563eb)!important}.AssessmentCard-module__0cLeOa__footerRow{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.5rem;display:flex}.AssessmentCard-module__0cLeOa__priceWrap{flex-direction:column;display:flex}.AssessmentCard-module__0cLeOa__price{color:#0f172a;font-size:1.35rem;font-weight:900;line-height:1}.AssessmentCard-module__0cLeOa__priceFree{color:#16a34a}.AssessmentCard-module__0cLeOa__actionBtn{background:var(--accent-color,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-grow:1;justify-content:center;align-items:center;gap:.45rem;max-width:65%;padding:.7rem 1.25rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #0000001a}.AssessmentCard-module__0cLeOa__actionBtn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 16px #00000026}.AssessmentCard-module__0cLeOa__actionBtnSecondary{color:#334155;box-shadow:none;background:#f1f5f9}.AssessmentCard-module__0cLeOa__actionBtnSecondary:hover{background:#e2e8f0}.AssessmentCard-module__0cLeOa__actionBtnSuccess{background:#059669}@media (max-width:640px){.AssessmentCard-module__0cLeOa__card{padding:1.25rem}.AssessmentCard-module__0cLeOa__title{font-size:1.1rem}.AssessmentCard-module__0cLeOa__metaBar{flex-wrap:wrap;gap:.5rem}.AssessmentCard-module__0cLeOa__actionBtn{max-width:100%}}
.AssessmentTrustBanner-module__NqXDwG__banner{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1.25rem;margin-top:2.5rem;padding:1.25rem 2rem;display:flex}.AssessmentTrustBanner-module__NqXDwG__item{color:#334155;align-items:center;gap:.6rem;font-size:.88rem;font-weight:700;display:flex}.AssessmentTrustBanner-module__NqXDwG__icon{font-size:1.15rem}@media (max-width:768px){.AssessmentTrustBanner-module__NqXDwG__banner{flex-direction:column;align-items:flex-start;padding:1rem 1.25rem}}
.EndTestConfirmModal-module__h_8c4q__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;animation:.2s ease-out EndTestConfirmModal-module__h_8c4q__fadeIn;display:flex;position:fixed;inset:0}.EndTestConfirmModal-module__h_8c4q__modal{background:#fff;border-radius:16px;width:90%;max-width:440px;animation:.3s cubic-bezier(.16,1,.3,1) EndTestConfirmModal-module__h_8c4q__slideUp;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.EndTestConfirmModal-module__h_8c4q__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.EndTestConfirmModal-module__h_8c4q__title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:700}.EndTestConfirmModal-module__h_8c4q__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1}.EndTestConfirmModal-module__h_8c4q__body{padding:1.5rem}.EndTestConfirmModal-module__h_8c4q__message{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.EndTestConfirmModal-module__h_8c4q__footer{background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.EndTestConfirmModal-module__h_8c4q__cancelBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.EndTestConfirmModal-module__h_8c4q__cancelBtn:hover:not(:disabled){background:#f1f5f9}.EndTestConfirmModal-module__h_8c4q__cancelBtn:disabled{opacity:.6;cursor:not-allowed}.EndTestConfirmModal-module__h_8c4q__confirmBtn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.EndTestConfirmModal-module__h_8c4q__confirmBtn:hover:not(:disabled){background:#b91c1c}.EndTestConfirmModal-module__h_8c4q__confirmBtn:disabled{opacity:.6;cursor:not-allowed}.EndTestConfirmModal-module__h_8c4q__loadingWrapper{align-items:center;gap:.5rem;display:inline-flex}.EndTestConfirmModal-module__h_8c4q__btnSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:.8s linear infinite EndTestConfirmModal-module__h_8c4q__spin}@keyframes EndTestConfirmModal-module__h_8c4q__spin{to{transform:rotate(360deg)}}@keyframes EndTestConfirmModal-module__h_8c4q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes EndTestConfirmModal-module__h_8c4q__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.TabSwitchWarningModal-module__-erZ7W__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999;background:#0f172a99;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.TabSwitchWarningModal-module__-erZ7W__modal{text-align:center;background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;width:100%;max-width:440px;padding:2.5rem 2rem;animation:.3s cubic-bezier(.34,1.56,.64,1) TabSwitchWarningModal-module__-erZ7W__modalScale;box-shadow:0 25px 50px -12px #00000040}@keyframes TabSwitchWarningModal-module__-erZ7W__modalScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.TabSwitchWarningModal-module__-erZ7W__iconWrap{color:#ea580c;background:#fff7ed;border:1px solid #ffedd5;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.TabSwitchWarningModal-module__-erZ7W__title{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.TabSwitchWarningModal-module__-erZ7W__message{color:#334155;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.TabSwitchWarningModal-module__-erZ7W__subMessage{color:#ea580c;margin-bottom:1rem;font-size:1.25rem;font-weight:800}.TabSwitchWarningModal-module__-erZ7W__details{color:#64748b;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.TabSwitchWarningModal-module__-erZ7W__btn{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:12px;width:100%;padding:.85rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #ea580c33}.TabSwitchWarningModal-module__-erZ7W__btn:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 6px 16px #ea580c59}
.TestInterface-module__22B4xq__container{color:#0f172a;background:#f8fafc;width:100%;min-height:calc(100vh - 80px);font-family:Outfit,Inter,sans-serif;display:flex;position:relative}.TestInterface-module__22B4xq__center{color:#0f172a;text-align:center;background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);padding:2rem;display:flex}.TestInterface-module__22B4xq__spinner{border:4px solid #6366f11a;border-top-color:#6366f1;border-radius:50%;width:48px;height:48px;margin-bottom:1.5rem;animation:1s linear infinite TestInterface-module__22B4xq__spin}@keyframes TestInterface-module__22B4xq__spin{to{transform:rotate(360deg)}}.TestInterface-module__22B4xq__sidebar{z-index:30;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:300px;height:calc(100vh - 80px);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:80px}.TestInterface-module__22B4xq__sidebarHeader{border-bottom:1px solid #e2e8f0;padding:1.25rem}.TestInterface-module__22B4xq__sidebarTitle{color:#0f172a;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;display:flex}.TestInterface-module__22B4xq__progressContainer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.85rem}.TestInterface-module__22B4xq__progressLabelRow{color:#475569;justify-content:space-between;margin-bottom:.4rem;font-size:.85rem;display:flex}.TestInterface-module__22B4xq__progressPercent{color:#6366f1;font-weight:700}.TestInterface-module__22B4xq__progressBarOuter{background:#e2e8f0;border-radius:999px;width:100%;height:8px;overflow:hidden}.TestInterface-module__22B4xq__progressBarInner{background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:999px;height:100%;transition:width .3s}.TestInterface-module__22B4xq__progressCounts{color:#64748b;justify-content:space-between;margin-top:.5rem;font-size:.75rem;display:flex}.TestInterface-module__22B4xq__sidebarContent{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.TestInterface-module__22B4xq__sectionItem{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem;transition:all .2s}.TestInterface-module__22B4xq__sectionItemActive{background:#f5f7ff;border-color:#c7d2fe}.TestInterface-module__22B4xq__sectionHeaderRow{cursor:pointer;justify-content:space-between;align-items:flex-start;display:flex}.TestInterface-module__22B4xq__sectionTitle{color:#475569;flex:1;font-size:.875rem;font-weight:600;line-height:1.4}.TestInterface-module__22B4xq__sectionItemActive .TestInterface-module__22B4xq__sectionTitle{color:#4f46e5}.TestInterface-module__22B4xq__sectionBadge{color:#64748b;white-space:nowrap;background:#f1f5f9;border-radius:999px;margin-left:.5rem;padding:.15rem .4rem;font-size:.75rem;font-weight:500}.TestInterface-module__22B4xq__sectionItemActive .TestInterface-module__22B4xq__sectionBadge{color:#4f46e5;background:#eef2ff}.TestInterface-module__22B4xq__grid{grid-template-columns:repeat(5,1fr);gap:8px;margin-top:12px;display:grid}.TestInterface-module__22B4xq__gridItem{aspect-ratio:1;cursor:pointer;color:#64748b;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:100%;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.TestInterface-module__22B4xq__gridItem:hover{background:#f8fafc;border-color:#cbd5e1}.TestInterface-module__22B4xq__gridItemActive{font-weight:700;box-shadow:0 0 0 2px #6366f126;color:#4f46e5!important;border-color:#4f46e5!important}.TestInterface-module__22B4xq__gridItemAnswered{color:#fff!important;background:#6366f1!important;border-color:#6366f1!important}.TestInterface-module__22B4xq__gridItemSkipped{color:#854d0e!important;background:#fef08a!important;border-color:#fde047!important}.TestInterface-module__22B4xq__gridItemVisitedUnanswered{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.TestInterface-module__22B4xq__sidebarLegend{background:#fafafa;border-top:1px solid #e2e8f0;padding:1rem 1.25rem}.TestInterface-module__22B4xq__legendRow{color:#64748b;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.75rem;display:flex}.TestInterface-module__22B4xq__legendRow:last-child{margin-bottom:0}.TestInterface-module__22B4xq__ldot{border:1px solid #e2e8f0;border-radius:3px;flex-shrink:0;width:10px;height:10px}.TestInterface-module__22B4xq__ldotAns{background:#6366f1;border-color:#6366f1}.TestInterface-module__22B4xq__ldotUnans{background:#fff;border-color:#e2e8f0}.TestInterface-module__22B4xq__ldotSkipped{background:#fef08a;border-color:#fde047}.TestInterface-module__22B4xq__ldotMark{background:#fca5a5;border-color:#f87171}.TestInterface-module__22B4xq__ldotCur{border-width:2px;border-color:#4f46e5}.TestInterface-module__22B4xq__contentArea{flex-direction:column;flex:1;min-width:0;display:flex}.TestInterface-module__22B4xq__topBar{z-index:25;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:72px;padding:0 1.5rem;display:flex;position:sticky;top:0}.TestInterface-module__22B4xq__topTitle{color:#0f172a;font-size:1.1rem;font-weight:700}.TestInterface-module__22B4xq__topControls{align-items:center;gap:12px;display:flex}.TestInterface-module__22B4xq__warningBadge,.TestInterface-module__22B4xq__timerBadge{box-sizing:border-box;border:1px solid;border-radius:999px;align-items:center;gap:.35rem;height:36px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.TestInterface-module__22B4xq__timerNormal{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.TestInterface-module__22B4xq__timerWarn{color:#ea580c;background:#fff7ed;border-color:#ffedd5;animation:1s infinite alternate TestInterface-module__22B4xq__pulse}.TestInterface-module__22B4xq__timerExpired{color:#dc2626;background:#fef2f2;border-color:#fecaca}@keyframes TestInterface-module__22B4xq__pulse{0%{opacity:.9}to{opacity:1;transform:scale(1.02)}}.TestInterface-module__22B4xq__endTestBtn{color:#dc2626;cursor:pointer;box-sizing:border-box;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;justify-content:center;align-items:center;height:36px;padding:6px 14px;font-size:.8rem;font-weight:700;transition:all .15s;display:inline-flex}.TestInterface-module__22B4xq__endTestBtn:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.TestInterface-module__22B4xq__inlineLangToggle{box-sizing:border-box;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;height:36px;padding:2px;display:inline-flex}.TestInterface-module__22B4xq__inlineLangBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;height:30px;padding:0 10px;font-size:.75rem;font-weight:700;transition:all .15s;display:flex}.TestInterface-module__22B4xq__inlineLangBtnActive{color:#0f172a;background:#fff;box-shadow:0 1px 2px #0000000d}.TestInterface-module__22B4xq__hamburgerBtn{color:#475569;cursor:pointer;background:0 0;border:none;padding:.25rem;display:none}.TestInterface-module__22B4xq__warnBanner{color:#c2410c;background:#fff7ed;border-bottom:1px solid #ffedd5;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.8rem;font-weight:500;display:flex}.TestInterface-module__22B4xq__saveBanner{color:#b91c1c;background:#fef2f2;border-bottom:1px solid #fee2e2;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;font-size:.8rem;font-weight:500;display:flex}.TestInterface-module__22B4xq__dismissBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:.1rem}.TestInterface-module__22B4xq__testCardWrap{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:2rem;display:flex;overflow-y:auto}.TestInterface-module__22B4xq__testCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:100%;max-width:800px;padding:2rem;display:flex;box-shadow:0 4px 20px -2px #94a3b81a}.TestInterface-module__22B4xq__progressHeader{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:flex}.TestInterface-module__22B4xq__progressBarBg{background:#e2e8f0;border-radius:999px;width:100%;height:6px;margin-bottom:1.5rem;overflow:hidden}.TestInterface-module__22B4xq__progressBarFill{background:#6366f1;height:100%;transition:width .3s}.TestInterface-module__22B4xq__questionSection{flex-direction:column;flex:1;display:flex}.TestInterface-module__22B4xq__sectionBadge{color:#4f46e5;text-transform:uppercase;letter-spacing:.05em;background:#eef2ff;border-radius:999px;align-self:flex-start;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.TestInterface-module__22B4xq__qCardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.TestInterface-module__22B4xq__qNum{color:#0f172a;font-size:1.1rem;font-weight:700}.TestInterface-module__22B4xq__markBtn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.TestInterface-module__22B4xq__markBtn:hover{color:#334155;background:#f8fafc;border-color:#cbd5e1}.TestInterface-module__22B4xq__markBtnOn{color:#ef4444!important;background:#fef2f2!important;border-color:#fecaca!important}.TestInterface-module__22B4xq__questionText{color:#0f172a;margin-bottom:2rem;font-size:1.25rem;font-weight:600;line-height:1.5}.TestInterface-module__22B4xq__options{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.TestInterface-module__22B4xq__option{cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:flex-start;width:100%;padding:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.TestInterface-module__22B4xq__option:hover:not(.TestInterface-module__22B4xq__optionDisabled){background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.TestInterface-module__22B4xq__optionSelected{background:#f5f7ff;border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.TestInterface-module__22B4xq__optionDisabled{opacity:.6;cursor:not-allowed}.TestInterface-module__22B4xq__optionCircle{background:#fff;border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;width:20px;height:20px;margin-top:3px;margin-right:1rem;display:flex}.TestInterface-module__22B4xq__optionSelected .TestInterface-module__22B4xq__optionCircle{border-color:#6366f1}.TestInterface-module__22B4xq__optionDot{background:#6366f1;border-radius:50%;width:10px;height:10px}.TestInterface-module__22B4xq__optionLabel{color:#334155;font-size:.95rem;font-weight:500;line-height:1.4}.TestInterface-module__22B4xq__optionSelected .TestInterface-module__22B4xq__optionLabel{color:#0f172a;font-weight:600}.TestInterface-module__22B4xq__optionsGrid{grid-template-columns:1fr;gap:.75rem;margin-bottom:2rem;display:grid}@media (min-width:640px){.TestInterface-module__22B4xq__optionsGrid{grid-template-columns:1fr 1fr}}.TestInterface-module__22B4xq__optionCard{cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;padding:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.TestInterface-module__22B4xq__optionCard:hover:not(.TestInterface-module__22B4xq__optionCardDisabled){background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.TestInterface-module__22B4xq__optionCardSelected{background:#f5f7ff;border-color:#6366f1}.TestInterface-module__22B4xq__optionCardDisabled{opacity:.6;cursor:not-allowed}.TestInterface-module__22B4xq__optionText{color:#334155;font-size:.95rem;font-weight:500}.TestInterface-module__22B4xq__optionCardSelected .TestInterface-module__22B4xq__optionText{color:#0f172a;font-weight:600}.TestInterface-module__22B4xq__likertGrid{grid-template-columns:1fr;gap:.75rem;margin-bottom:2rem;display:grid}@media (min-width:640px){.TestInterface-module__22B4xq__likertGrid{grid-template-columns:repeat(3,1fr)}}.TestInterface-module__22B4xq__likertOption{cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:flex-start;width:100%;padding:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.TestInterface-module__22B4xq__likertOption:hover:not(.TestInterface-module__22B4xq__optionDisabled){background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.TestInterface-module__22B4xq__likertOptionSelected{background:#f5f7ff;border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.TestInterface-module__22B4xq__navRow{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:24px;display:flex}.TestInterface-module__22B4xq__navBtn{color:#475569;cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;height:48px;padding:0 24px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.TestInterface-module__22B4xq__navBtn:hover:not(:disabled){color:#0f172a;background:#f8fafc;border-color:#94a3b8}.TestInterface-module__22B4xq__navBtn:disabled{opacity:.5;cursor:not-allowed}.TestInterface-module__22B4xq__navBtnPrimary{color:#fff;cursor:pointer;box-sizing:border-box;background:#6366f1;border:none;border-radius:12px;justify-content:center;align-items:center;height:48px;padding:0 24px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #4f46e533}.TestInterface-module__22B4xq__navBtnPrimary:hover:not(:disabled){background:#4f46e5;box-shadow:0 6px 16px #4f46e54d}.TestInterface-module__22B4xq__submitBtn{color:#fff;cursor:pointer;box-sizing:border-box;background:#10b981;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;height:48px;padding:0 24px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #10b98133}.TestInterface-module__22B4xq__submitBtn:hover:not(:disabled){background:#059669;box-shadow:0 6px 16px #10b9814d}.TestInterface-module__22B4xq__btnSpinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite TestInterface-module__22B4xq__spin}@media (max-width:960px){.TestInterface-module__22B4xq__sidebar{position:fixed;transform:translate(-100%);box-shadow:4px 0 20px #00000026}.TestInterface-module__22B4xq__sidebarOpen{transform:translate(0)}.TestInterface-module__22B4xq__hamburgerBtn{display:block}}.TestInterface-module__22B4xq__demographicsWrap{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:32px auto;padding:0 16px;animation:.4s TestInterface-module__22B4xq__fadeUp;display:flex}.TestInterface-module__22B4xq__heroTitle{color:#0f172a;margin:0 0 8px;font-size:2rem;font-weight:800;line-height:1.2}.TestInterface-module__22B4xq__heroSub{color:#475569;text-align:center;margin:0 0 24px;font-size:1rem;line-height:1.6}.TestInterface-module__22B4xq__heroBadge{color:#4f46e5;letter-spacing:.3px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;align-items:center;gap:8px;margin-bottom:12px;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.TestInterface-module__22B4xq__demographicsForm{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:24px;width:100%;padding:32px;display:flex;box-shadow:0 10px 30px #0000000a}.TestInterface-module__22B4xq__formGroup{box-sizing:border-box;flex-direction:column;gap:8px;width:100%;display:flex}.TestInterface-module__22B4xq__formLabel{color:#334155;text-align:left;font-size:.85rem;font-weight:700}.TestInterface-module__22B4xq__formInput,.TestInterface-module__22B4xq__formSelect{color:#0f172a;box-sizing:border-box;background-color:#f8fafc;border:1.5px solid #cbd5e1;border-radius:12px;outline:none;width:100%;height:48px;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.TestInterface-module__22B4xq__formInput:focus,.TestInterface-module__22B4xq__formSelect:focus{background-color:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.TestInterface-module__22B4xq__formRow{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:24px;width:100%;display:grid}@media (max-width:640px){.TestInterface-module__22B4xq__formRow{grid-template-columns:1fr;gap:24px}}.TestInterface-module__22B4xq__inputError{background-color:#fef2f2!important;border-color:#ef4444!important}.TestInterface-module__22B4xq__errorText{color:#ef4444;text-align:left;margin-top:.15rem;font-size:.75rem;font-weight:600;animation:.25s TestInterface-module__22B4xq__fadeIn}.TestInterface-module__22B4xq__formActions{gap:16px;width:100%;margin-top:8px;display:flex}@media (max-width:640px){.TestInterface-module__22B4xq__formActions{flex-direction:column;gap:12px}}.TestInterface-module__22B4xq__primaryBtn,.TestInterface-module__22B4xq__secondaryBtn{cursor:pointer;box-sizing:border-box;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;height:48px;font-family:Outfit,Inter,sans-serif;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.TestInterface-module__22B4xq__primaryBtn{color:#fff;background:linear-gradient(90deg,#4f46e5,#7c3aed);border:none;box-shadow:0 4px 12px #4f46e540}.TestInterface-module__22B4xq__primaryBtn:hover{background:linear-gradient(90deg,#5b52f2,#8846f5);transform:translateY(-1px);box-shadow:0 6px 16px #4f46e559}.TestInterface-module__22B4xq__secondaryBtn{color:#475569;background:#f1f5f9;border:1.5px solid #cbd5e1}.TestInterface-module__22B4xq__secondaryBtn:hover{color:#0f172a;background:#e2e8f0}
