:root{--purple-deep:#2d1b69;--purple-main:#4b1a8a;--purple-light:#6b3fa0;--purple-glow:#6b3fa04d;--white:#fff;--off-white:#f5f3ff;--gray-100:#f0eeff;--gray-200:#e0ddff;--gray-500:#8b85b1;--gray-700:#4a4570;--success:#10b981}.ProfilingStep-module__VykyJG__container,.ProfilingStep-module__VykyJG__container *,.ProfilingStep-module__VykyJG__container :before,.ProfilingStep-module__VykyJG__container :after{box-sizing:border-box}.ProfilingStep-module__VykyJG__container{max-width:700px;margin:0 auto;padding:2rem}.ProfilingStep-module__VykyJG__hero{text-align:center;margin-bottom:3rem}.ProfilingStep-module__VykyJG__title{color:var(--purple-deep);margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.2}.ProfilingStep-module__VykyJG__subtitle{color:var(--gray-500);font-size:1rem;line-height:1.6}.ProfilingStep-module__VykyJG__questionCard{background:var(--white);border:2px solid var(--gray-200);border-radius:20px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 20px #0000000f}.ProfilingStep-module__VykyJG__questionNumber{color:var(--purple-main);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.ProfilingStep-module__VykyJG__questionText{color:var(--purple-deep);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600;line-height:1.4}.ProfilingStep-module__VykyJG__optionsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.ProfilingStep-module__VykyJG__optionsGridTwoCol{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem;display:grid}.ProfilingStep-module__VykyJG__optionCard{border:2px solid var(--gray-200);background:var(--white);cursor:pointer;text-align:center;color:var(--gray-700);border-radius:12px;padding:1rem 1.25rem;font-weight:500;transition:all .25s;position:relative}.ProfilingStep-module__VykyJG__optionCard:hover{border-color:var(--purple-light);box-shadow:0 4px 15px var(--purple-glow);transform:translateY(-2px)}.ProfilingStep-module__VykyJG__optionCard.ProfilingStep-module__VykyJG__selected{border-color:var(--purple-main);background:var(--gray-100);color:var(--purple-deep);box-shadow:0 4px 20px var(--purple-glow)}.ProfilingStep-module__VykyJG__conditionalSection{border-top:1px solid var(--gray-200);margin-top:1.5rem;padding-top:1.5rem}.ProfilingStep-module__VykyJG__subLabel{color:var(--purple-deep);margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:block}.ProfilingStep-module__VykyJG__examSelect{border:2px solid var(--gray-200);background:var(--white);width:100%;color:var(--gray-700);box-sizing:border-box;border-radius:12px;margin-bottom:1rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.ProfilingStep-module__VykyJG__examSelect:focus{border-color:var(--purple-main);box-shadow:0 0 0 3px var(--purple-glow);outline:none}.ProfilingStep-module__VykyJG__scoreInput{border:2px solid var(--gray-200);background:var(--white);width:100%;color:var(--gray-700);box-sizing:border-box;border-radius:12px;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.ProfilingStep-module__VykyJG__scoreInput:focus{border-color:var(--purple-main);box-shadow:0 0 0 3px var(--purple-glow);outline:none}.ProfilingStep-module__VykyJG__navigationButtons{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.ProfilingStep-module__VykyJG__backButton{color:var(--gray-500);border:2px solid var(--gray-200);cursor:pointer;background:0 0;border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.ProfilingStep-module__VykyJG__backButton:hover{border-color:var(--gray-500);color:var(--gray-700)}.ProfilingStep-module__VykyJG__continueButton{background:linear-gradient(135deg,var(--purple-main),var(--purple-light));color:var(--white);cursor:pointer;border:none;border-radius:12px;flex:1;max-width:200px;margin-left:auto;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.ProfilingStep-module__VykyJG__continueButton:hover:not(:disabled){box-shadow:0 6px 20px var(--purple-glow);transform:translateY(-2px)}.ProfilingStep-module__VykyJG__continueButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.ProfilingStep-module__VykyJG__progressIndicator{justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.ProfilingStep-module__VykyJG__progressDot{background:var(--gray-200);border-radius:50%;width:8px;height:8px;transition:all .3s}.ProfilingStep-module__VykyJG__progressDot.ProfilingStep-module__VykyJG__active{background:var(--purple-main)}.ProfilingStep-module__VykyJG__progressDot.ProfilingStep-module__VykyJG__completed{background:var(--success)}@media (max-width:600px){.ProfilingStep-module__VykyJG__container{padding:1rem}.ProfilingStep-module__VykyJG__optionsGrid,.ProfilingStep-module__VykyJG__optionsGridTwoCol{grid-template-columns:1fr}.ProfilingStep-module__VykyJG__title{font-size:1.6rem}.ProfilingStep-module__VykyJG__questionCard{padding:1.5rem}.ProfilingStep-module__VykyJG__navigationButtons{flex-direction:column}.ProfilingStep-module__VykyJG__continueButton{max-width:none;margin-left:0}}
:root{--purple-deep:#2d1b69;--purple-main:#4b1a8a;--purple-light:#6b3fa0;--purple-glow:#6b3fa04d;--white:#fff;--off-white:#f5f3ff;--gray-100:#f0eeff;--gray-200:#e0ddff;--gray-500:#8b85b1;--gray-700:#4a4570}.ExamSelector-module__X7Dgjq__container{max-width:800px;margin:0 auto;padding:2rem}.ExamSelector-module__X7Dgjq__hero{text-align:center;margin-bottom:3rem}.ExamSelector-module__X7Dgjq__title{color:var(--purple-deep);margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.2}.ExamSelector-module__X7Dgjq__subtitle{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.6}.ExamSelector-module__X7Dgjq__examGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.ExamSelector-module__X7Dgjq__examCard{background:var(--white);border:3px solid var(--gray-200);cursor:pointer;text-align:center;border-radius:20px;flex-direction:column;justify-content:center;min-height:220px;padding:2rem 1.5rem;transition:all .3s;display:flex;position:relative}.ExamSelector-module__X7Dgjq__examCard:hover{border-color:var(--purple-light);box-shadow:0 12px 35px var(--purple-glow);transform:translateY(-6px)}.ExamSelector-module__X7Dgjq__examCard.ExamSelector-module__X7Dgjq__selected{border-color:var(--purple-main);background:var(--gray-100);box-shadow:0 8px 30px var(--purple-glow);transform:translateY(-4px)}.ExamSelector-module__X7Dgjq__examIcon{margin-bottom:1rem;font-size:3rem;display:block}.ExamSelector-module__X7Dgjq__examName{color:var(--purple-deep);margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.ExamSelector-module__X7Dgjq__examDescription{color:var(--gray-500);margin-bottom:1rem;font-size:.85rem;line-height:1.5}.ExamSelector-module__X7Dgjq__examFeatures{color:var(--purple-main);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.ExamSelector-module__X7Dgjq__selectedBadge{background:var(--purple-main);color:var(--white);border:3px solid var(--white);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.ExamSelector-module__X7Dgjq__navigationButtons{justify-content:space-between;gap:1rem;display:flex}.ExamSelector-module__X7Dgjq__backButton{color:var(--gray-500);border:2px solid var(--gray-200);cursor:pointer;background:0 0;border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.ExamSelector-module__X7Dgjq__backButton:hover{border-color:var(--gray-500);color:var(--gray-700)}.ExamSelector-module__X7Dgjq__startButton{background:linear-gradient(135deg,var(--purple-main),var(--purple-light));color:var(--white);cursor:pointer;border:none;border-radius:12px;flex:1;max-width:200px;margin-left:auto;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.ExamSelector-module__X7Dgjq__startButton:hover:not(:disabled){box-shadow:0 6px 20px var(--purple-glow);transform:translateY(-2px)}.ExamSelector-module__X7Dgjq__startButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.ExamSelector-module__X7Dgjq__infoSection{background:var(--gray-100);border:2px solid var(--gray-200);border-radius:16px;margin-bottom:2rem;padding:1.5rem}.ExamSelector-module__X7Dgjq__infoTitle{color:var(--purple-deep);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:600;display:flex}.ExamSelector-module__X7Dgjq__infoList{color:var(--gray-700);font-size:.9rem;line-height:1.6}.ExamSelector-module__X7Dgjq__infoList li{margin-bottom:.25rem}@media (max-width:900px){.ExamSelector-module__X7Dgjq__examGrid{grid-template-columns:1fr;gap:1rem}.ExamSelector-module__X7Dgjq__examCard{min-height:auto;padding:1.5rem}.ExamSelector-module__X7Dgjq__examIcon{font-size:2.5rem}.ExamSelector-module__X7Dgjq__examName{font-size:1.2rem}}@media (max-width:600px){.ExamSelector-module__X7Dgjq__container{padding:1rem}.ExamSelector-module__X7Dgjq__title{font-size:1.6rem}.ExamSelector-module__X7Dgjq__navigationButtons{flex-direction:column}.ExamSelector-module__X7Dgjq__startButton{max-width:none;margin-left:0}}
:root{--purple-deep:#2d1b69;--purple-main:#4b1a8a;--purple-light:#6b3fa0;--purple-glow:#6b3fa04d;--white:#fff;--off-white:#f5f3ff;--gray-100:#f0eeff;--gray-200:#e0ddff;--gray-500:#8b85b1;--gray-700:#4a4570;--success:#10b981;--warning:#f59e0b;--danger:#ef4444}.QuestionRenderer-module__rm8zmq__container,.QuestionRenderer-module__rm8zmq__container *,.QuestionRenderer-module__rm8zmq__container :before,.QuestionRenderer-module__rm8zmq__container :after{box-sizing:border-box}.QuestionRenderer-module__rm8zmq__container{max-width:800px;margin:0 auto;padding:2rem}.QuestionRenderer-module__rm8zmq__progressBar{background:var(--gray-200);border-radius:10px;height:8px;margin-bottom:2rem;overflow:hidden}.QuestionRenderer-module__rm8zmq__progressFill{background:linear-gradient(90deg,var(--purple-main),var(--purple-light));border-radius:10px;height:100%;transition:width .5s}.QuestionRenderer-module__rm8zmq__questionCard{background:var(--white);border:2px solid var(--gray-200);border-radius:20px;margin-bottom:2rem;padding:2.5rem;overflow:hidden;box-shadow:0 4px 20px #0000000f}.QuestionRenderer-module__rm8zmq__sectionBadge{background:var(--gray-100);color:var(--purple-main);border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.QuestionRenderer-module__rm8zmq__questionText{color:var(--purple-deep);margin-bottom:1.5rem;font-size:1.15rem;font-weight:600;line-height:1.5}.QuestionRenderer-module__rm8zmq__passage{background:var(--gray-100);border-left:4px solid var(--purple-main);color:var(--gray-700);overflow-wrap:break-word;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;font-size:1rem;line-height:1.7}.QuestionRenderer-module__rm8zmq__optionsGrid{gap:1rem;margin-bottom:1.5rem;display:grid}.QuestionRenderer-module__rm8zmq__optionCard{border:2px solid var(--gray-200);background:var(--white);cursor:pointer;color:var(--gray-700);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:1rem;transition:all .25s;display:flex;position:relative}.QuestionRenderer-module__rm8zmq__optionCard:hover{border-color:var(--purple-light);box-shadow:0 4px 12px var(--purple-glow);transform:translateY(-1px)}.QuestionRenderer-module__rm8zmq__optionCard.QuestionRenderer-module__rm8zmq__selected{border-color:var(--purple-main);background:var(--gray-100);color:var(--purple-deep);box-shadow:0 4px 15px var(--purple-glow)}.QuestionRenderer-module__rm8zmq__optionLetter{background:var(--gray-200);color:var(--gray-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:600;transition:all .25s;display:flex}.QuestionRenderer-module__rm8zmq__optionCard.QuestionRenderer-module__rm8zmq__selected .QuestionRenderer-module__rm8zmq__optionLetter{background:var(--purple-main);color:var(--white)}.QuestionRenderer-module__rm8zmq__sentence{color:var(--gray-700);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.QuestionRenderer-module__rm8zmq__blankSpace{color:var(--purple-main);text-decoration:underline;-webkit-text-decoration-color:var(--purple-light);text-decoration-color:var(--purple-light);font-weight:600;text-decoration-thickness:2px}.QuestionRenderer-module__rm8zmq__writingPrompt{background:var(--gray-100);border:2px solid var(--purple-light);white-space:pre-line;color:var(--gray-700);overflow-wrap:break-word;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;font-size:1rem;line-height:1.6}.QuestionRenderer-module__rm8zmq__textArea{border:2px solid var(--gray-200);background:var(--white);box-sizing:border-box;resize:vertical;overflow-wrap:break-word;border-radius:12px;width:100%;min-height:120px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s;display:block}.QuestionRenderer-module__rm8zmq__textArea:focus{border-color:var(--purple-main);box-shadow:0 0 0 3px var(--purple-glow);outline:none}.QuestionRenderer-module__rm8zmq__wordCount{color:var(--gray-500);text-align:right;margin-top:.5rem;font-size:.8rem}.QuestionRenderer-module__rm8zmq__imageContainer{text-align:center;margin-bottom:1.5rem}.QuestionRenderer-module__rm8zmq__questionImage{border:2px solid var(--gray-200);border-radius:12px;max-width:100%;height:auto;box-shadow:0 4px 15px #0000001a}.QuestionRenderer-module__rm8zmq__audioContainer{background:var(--gray-100);text-align:center;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.QuestionRenderer-module__rm8zmq__audioAccent{color:var(--purple-main);margin-bottom:1rem;font-size:.8rem;font-weight:600}.QuestionRenderer-module__rm8zmq__audioPlayer{width:100%;margin-bottom:1rem}.QuestionRenderer-module__rm8zmq__audioPassage{color:var(--gray-700);margin-top:1rem}.QuestionRenderer-module__rm8zmq__speakingPrompt{background:var(--warning);color:var(--white);text-align:center;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.QuestionRenderer-module__rm8zmq__recordingControls{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.QuestionRenderer-module__rm8zmq__recordButton{background:var(--danger);color:var(--white);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.QuestionRenderer-module__rm8zmq__recordButton:hover{background:#dc2626;transform:translateY(-1px)}.QuestionRenderer-module__rm8zmq__recordButton.QuestionRenderer-module__rm8zmq__recording{background:var(--success);animation:2s infinite QuestionRenderer-module__rm8zmq__pulse}@keyframes QuestionRenderer-module__rm8zmq__pulse{0%,to{opacity:1}50%{opacity:.7}}.QuestionRenderer-module__rm8zmq__timer{color:var(--purple-main);font-size:1.2rem;font-weight:600}.QuestionRenderer-module__rm8zmq__recordingSuccess{text-align:center;color:var(--success);font-weight:600}.QuestionRenderer-module__rm8zmq__navigationButtons{justify-content:space-between;gap:1rem;display:flex}.QuestionRenderer-module__rm8zmq__skipButton{color:var(--gray-500);border:2px solid var(--gray-200);cursor:pointer;background:0 0;border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.QuestionRenderer-module__rm8zmq__skipButton:hover{border-color:var(--gray-500);color:var(--gray-700)}.QuestionRenderer-module__rm8zmq__nextButton{background:linear-gradient(135deg,var(--purple-main),var(--purple-light));color:var(--white);cursor:pointer;border:none;border-radius:12px;flex:1;max-width:200px;margin-left:auto;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.QuestionRenderer-module__rm8zmq__nextButton:hover:not(:disabled){box-shadow:0 6px 20px var(--purple-glow);transform:translateY(-2px)}.QuestionRenderer-module__rm8zmq__nextButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.QuestionRenderer-module__rm8zmq__tfButtons{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.QuestionRenderer-module__rm8zmq__tfButton{border:2px solid var(--gray-200);background:var(--white);cursor:pointer;color:var(--gray-700);border-radius:12px;padding:1rem;font-size:1rem;font-weight:600;transition:all .25s}.QuestionRenderer-module__rm8zmq__tfButton:hover{border-color:var(--purple-light);box-shadow:0 4px 12px var(--purple-glow);transform:translateY(-1px)}.QuestionRenderer-module__rm8zmq__tfButton.QuestionRenderer-module__rm8zmq__selected{border-color:var(--purple-main);background:var(--gray-100);color:var(--purple-deep);box-shadow:0 4px 15px var(--purple-glow)}.QuestionRenderer-module__rm8zmq__evaluationOverlay{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem 1rem;display:flex}.QuestionRenderer-module__rm8zmq__evaluationSpinner{border:4px solid var(--gray-200);border-top-color:var(--purple-main);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite QuestionRenderer-module__rm8zmq__spin}@keyframes QuestionRenderer-module__rm8zmq__spin{to{transform:rotate(360deg)}}.QuestionRenderer-module__rm8zmq__evaluationText{color:var(--purple-main);text-align:center;font-size:1rem;font-weight:600}.QuestionRenderer-module__rm8zmq__evaluationError{color:#991b1b;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem}@media (max-width:600px){.QuestionRenderer-module__rm8zmq__container{padding:1rem}.QuestionRenderer-module__rm8zmq__questionCard{margin-bottom:1.5rem;padding:1.5rem}.QuestionRenderer-module__rm8zmq__navigationButtons{flex-direction:column}.QuestionRenderer-module__rm8zmq__nextButton{max-width:none;margin-left:0}}
:root{--purple-deep:#2d1b69;--purple-main:#4b1a8a;--purple-light:#6b3fa0;--purple-glow:#6b3fa04d;--white:#fff;--off-white:#f5f3ff;--gray-100:#f0eeff;--gray-200:#e0ddff;--gray-500:#8b85b1;--gray-700:#4a4570;--success:#10b981;--warning:#f59e0b;--info:#3b82f6}.ResultsScreen-module__d6aRBq__container{max-width:900px;margin:0 auto;padding:2rem}.ResultsScreen-module__d6aRBq__hero{text-align:center;background:linear-gradient(135deg,var(--purple-main),var(--purple-light));color:var(--white);border-radius:24px;margin-bottom:3rem;padding:4rem 2rem;box-shadow:0 10px 30px #2d1b6933}.ResultsScreen-module__d6aRBq__title{color:var(--white);text-shadow:0 2px 4px #0003;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.ResultsScreen-module__d6aRBq__subtitle{color:#fffffff2;text-shadow:0 1px 2px #0000001a;max-width:600px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.ResultsScreen-module__d6aRBq__resultsGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.ResultsScreen-module__d6aRBq__scoreCard{background:var(--white);border:2px solid var(--gray-200);text-align:center;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000000f}.ResultsScreen-module__d6aRBq__scoreCircle{background:linear-gradient(135deg,var(--purple-main),var(--purple-light));width:120px;height:120px;color:var(--white);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex;position:relative}.ResultsScreen-module__d6aRBq__levelText{font-size:2rem;font-weight:800;line-height:1}.ResultsScreen-module__d6aRBq__levelTitle{opacity:.9;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.ResultsScreen-module__d6aRBq__levelDescription{color:var(--purple-deep);margin-bottom:.5rem;font-size:1rem;font-weight:600}.ResultsScreen-module__d6aRBq__levelDetails{color:var(--gray-500);font-size:.9rem;line-height:1.5}.ResultsScreen-module__d6aRBq__confidenceCard{background:var(--white);border:2px solid var(--gray-200);border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000000f}.ResultsScreen-module__d6aRBq__confidenceTitle{color:var(--purple-deep);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.2rem;font-weight:700;display:flex}.ResultsScreen-module__d6aRBq__confidenceBar{background:var(--gray-200);border-radius:10px;height:12px;margin-bottom:1rem;overflow:hidden}.ResultsScreen-module__d6aRBq__confidenceFill{background:linear-gradient(90deg,var(--warning),var(--success));border-radius:10px;height:100%;transition:width 1s}.ResultsScreen-module__d6aRBq__confidenceText{color:var(--gray-500);text-align:center;font-size:.9rem}.ResultsScreen-module__d6aRBq__skillsCard{background:var(--white);border:2px solid var(--gray-200);border-radius:20px;grid-column:span 2;padding:2rem;box-shadow:0 4px 20px #0000000f}.ResultsScreen-module__d6aRBq__skillsTitle{color:var(--purple-deep);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700;display:flex}.ResultsScreen-module__d6aRBq__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.ResultsScreen-module__d6aRBq__skillItem{text-align:center}.ResultsScreen-module__d6aRBq__skillName{color:var(--purple-deep);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.ResultsScreen-module__d6aRBq__skillBar{background:var(--gray-200);border-radius:8px;height:8px;margin-bottom:.5rem;overflow:hidden}.ResultsScreen-module__d6aRBq__skillFill{background:linear-gradient(90deg,var(--purple-main),var(--purple-light));border-radius:8px;height:100%;transition:width 1.5s}.ResultsScreen-module__d6aRBq__skillPercentage{color:var(--gray-500);font-size:.8rem;font-weight:600}.ResultsScreen-module__d6aRBq__equivalenciesCard{background:var(--white);border:2px solid var(--gray-200);border-radius:20px;grid-column:span 2;padding:2rem;box-shadow:0 4px 20px #0000000f}.ResultsScreen-module__d6aRBq__equivalenciesTitle{color:var(--purple-deep);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700;display:flex}.ResultsScreen-module__d6aRBq__equivalenciesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.ResultsScreen-module__d6aRBq__examEquivalency{text-align:center;background:var(--gray-100);border:2px solid var(--gray-200);border-radius:12px;padding:1rem}.ResultsScreen-module__d6aRBq__examIcon{margin-bottom:.5rem;font-size:1.5rem}.ResultsScreen-module__d6aRBq__examName{color:var(--purple-deep);margin-bottom:.25rem;font-size:1rem;font-weight:700}.ResultsScreen-module__d6aRBq__examRange{color:var(--purple-main);font-size:1.1rem;font-weight:600}.ResultsScreen-module__d6aRBq__offerSection{background:linear-gradient(135deg,var(--purple-main),var(--purple-light));color:var(--white);text-align:center;border-radius:20px;margin-bottom:2rem;padding:2.5rem}.ResultsScreen-module__d6aRBq__offerTitle{margin-bottom:1rem;font-size:1.8rem;font-weight:800;line-height:1.2}.ResultsScreen-module__d6aRBq__offerDescription{opacity:.95;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.ResultsScreen-module__d6aRBq__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.ResultsScreen-module__d6aRBq__whatsappButton{color:var(--white);cursor:pointer;background:#25d366;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.ResultsScreen-module__d6aRBq__whatsappButton:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 8px 25px #25d3664d}.ResultsScreen-module__d6aRBq__consultationButton{background:var(--white);color:var(--purple-main);cursor:pointer;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.ResultsScreen-module__d6aRBq__consultationButton:hover{background:var(--gray-100);transform:translateY(-2px)}.ResultsScreen-module__d6aRBq__agentizaFrame{border:none;border-radius:16px;margin-top:2rem;overflow:hidden}.ResultsScreen-module__d6aRBq__shareSection{text-align:center;margin-top:2rem}.ResultsScreen-module__d6aRBq__shareButton{background:var(--info);color:var(--white);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex}.ResultsScreen-module__d6aRBq__shareButton:hover{background:#2563eb;transform:translateY(-1px)}.ResultsScreen-module__d6aRBq__retakeButton{color:var(--gray-500);border:2px solid var(--gray-200);cursor:pointer;background:0 0;border-radius:12px;margin-left:1rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.ResultsScreen-module__d6aRBq__retakeButton:hover{border-color:var(--gray-500);color:var(--gray-700)}@media (max-width:900px){.ResultsScreen-module__d6aRBq__resultsGrid{grid-template-columns:1fr}.ResultsScreen-module__d6aRBq__skillsCard,.ResultsScreen-module__d6aRBq__equivalenciesCard{grid-column:span 1}.ResultsScreen-module__d6aRBq__equivalenciesGrid{grid-template-columns:1fr;gap:1rem}}@media (max-width:600px){.ResultsScreen-module__d6aRBq__container{padding:1rem}.ResultsScreen-module__d6aRBq__title{font-size:2rem}.ResultsScreen-module__d6aRBq__scoreCard,.ResultsScreen-module__d6aRBq__confidenceCard{padding:1.5rem}.ResultsScreen-module__d6aRBq__scoreCircle{width:100px;height:100px}.ResultsScreen-module__d6aRBq__levelText{font-size:1.5rem}.ResultsScreen-module__d6aRBq__ctaButtons{flex-direction:column}.ResultsScreen-module__d6aRBq__skillsGrid{grid-template-columns:repeat(2,1fr)}.ResultsScreen-module__d6aRBq__offerSection{padding:2rem 1.5rem}}
.CognitiveRadar-module__qlV-oq__container{justify-content:center;padding:1rem 0;display:flex}.CognitiveRadar-module__qlV-oq__svg{width:100%;max-width:400px;height:auto}.CognitiveRadar-module__qlV-oq__gridLine{fill:none;stroke:#ffffff26;stroke-width:1px}.CognitiveRadar-module__qlV-oq__axisLine{stroke:#ffffff1a;stroke-width:1px}.CognitiveRadar-module__qlV-oq__dataFill{fill:#10b98140}.CognitiveRadar-module__qlV-oq__dataStroke{fill:none;stroke:#10b981;stroke-width:2px}.CognitiveRadar-module__qlV-oq__dot{fill:#10b981;stroke:#fff;stroke-width:1.5px}.CognitiveRadar-module__qlV-oq__label{fill:#fff;font-size:11px;font-weight:600}@media (max-width:600px){.CognitiveRadar-module__qlV-oq__svg{max-width:300px}.CognitiveRadar-module__qlV-oq__label{font-size:9px}}
.ProfileCard-module__4skhPG__card{text-align:center;background:linear-gradient(135deg,#4b1a8a99,#6b3fa099);border:2px solid #fff3;border-radius:24px;padding:3rem 2rem;box-shadow:0 20px 60px #0003}.ProfileCard-module__4skhPG__badge{margin-bottom:1.5rem}.ProfileCard-module__4skhPG__emoji{font-size:5rem;display:inline-block}.ProfileCard-module__4skhPG__name{-webkit-text-fill-color:transparent;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:2.5rem;font-weight:700}.ProfileCard-module__4skhPG__desc{opacity:.9;max-width:500px;margin:0 auto 1.5rem;font-size:1.2rem;line-height:1.5}.ProfileCard-module__4skhPG__tags{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.ProfileCard-module__4skhPG__tag{text-transform:capitalize;background:#ffffff26;border:1px solid #fff3;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:500}@media (max-width:600px){.ProfileCard-module__4skhPG__card{padding:2rem 1.5rem}.ProfileCard-module__4skhPG__emoji{font-size:4rem}.ProfileCard-module__4skhPG__name{font-size:2rem}.ProfileCard-module__4skhPG__desc{font-size:1rem}}
:root{--purple-deep:#2d1b69;--purple-main:#4b1a8a;--purple-light:#6b3fa0;--purple-glow:#6b3fa04d;--white:#fff;--off-white:#f5f3ff;--gray-100:#f0eeff;--gray-200:#e0ddff;--gray-500:#8b85b1;--gray-700:#4a4570}.EnglishTest-module__w_NrMq__container,.EnglishTest-module__w_NrMq__container *,.EnglishTest-module__w_NrMq__container :before,.EnglishTest-module__w_NrMq__container :after{box-sizing:border-box}.EnglishTest-module__w_NrMq__container{background:var(--off-white);min-height:100vh;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding-top:240px!important}.EnglishTest-module__w_NrMq__mainContent{flex-direction:column;min-height:calc(100vh - 80px);display:flex}.EnglishTest-module__w_NrMq__screenContainer{opacity:0;flex:1;transition:all .4s;transform:translateY(20px)}.EnglishTest-module__w_NrMq__screenContainer.EnglishTest-module__w_NrMq__active{opacity:1;transform:translateY(0)}.EnglishTest-module__w_NrMq__loadingContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 200px);display:flex}.EnglishTest-module__w_NrMq__loadingSpinner{border:4px solid var(--gray-200);border-top:4px solid var(--purple-main);border-radius:50%;width:60px;height:60px;margin-bottom:1.5rem;animation:1s linear infinite EnglishTest-module__w_NrMq__spin}@keyframes EnglishTest-module__w_NrMq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.EnglishTest-module__w_NrMq__loadingText{color:var(--purple-deep);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.EnglishTest-module__w_NrMq__loadingSubtext{color:var(--gray-500);font-size:1rem}.EnglishTest-module__w_NrMq__chatbotContainer{z-index:1000;position:fixed;bottom:2rem;right:2rem}@media (max-width:900px){.EnglishTest-module__w_NrMq__header{flex-direction:column;gap:1rem;padding:1rem 1.5rem}.EnglishTest-module__w_NrMq__progressContainer{max-width:100%;margin:0}.EnglishTest-module__w_NrMq__logo{font-size:1.2rem}.EnglishTest-module__w_NrMq__chatbotContainer{bottom:1rem;right:1rem}}@media (max-width:600px){.EnglishTest-module__w_NrMq__container{padding-top:180px!important}.EnglishTest-module__w_NrMq__header{padding:1rem}.EnglishTest-module__w_NrMq__logo{font-size:1.1rem}.EnglishTest-module__w_NrMq__progressText{font-size:.8rem}}
