.test-module__Fo8Vla__pageContainer{flex-direction:column;min-height:100vh;display:flex}.test-module__Fo8Vla__main{flex-direction:column;flex:1;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:7rem 2rem 4rem;display:flex}.test-module__Fo8Vla__heroSection{text-align:center;margin-bottom:2.5rem}.test-module__Fo8Vla__badge{border-radius:var(--radius-full);color:var(--color-accent-purple);background:#8b5cf61a;border:1px solid #8b5cf633;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.test-module__Fo8Vla__title{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.25rem,6vw,3.25rem);font-weight:800;line-height:1.15}.test-module__Fo8Vla__subtitle{color:var(--color-text-secondary);max-width:500px;margin:0 auto;font-size:1.1rem;line-height:1.6}.test-module__Fo8Vla__searchCard{width:100%;margin-bottom:2rem;padding:.5rem}.test-module__Fo8Vla__searchForm{gap:.5rem;display:flex}.test-module__Fo8Vla__searchInput{border-radius:var(--radius-md);color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;padding:1rem 1.25rem;font-size:1rem}.test-module__Fo8Vla__searchInput::placeholder{color:var(--color-text-muted)}.test-module__Fo8Vla__searchInput:disabled{opacity:.5}.test-module__Fo8Vla__searchBtn{background:var(--gradient-accent);color:#fff;border-radius:var(--radius-md);white-space:nowrap;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #3b82f64d}.test-module__Fo8Vla__searchBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}.test-module__Fo8Vla__searchBtn:disabled{opacity:.6;cursor:not-allowed}.test-module__Fo8Vla__loadingDots{gap:0;display:flex}.test-module__Fo8Vla__dot{animation:1s infinite test-module__Fo8Vla__pulse}.test-module__Fo8Vla__dot:nth-child(2){animation-delay:.2s}.test-module__Fo8Vla__dot:nth-child(3){animation-delay:.4s}.test-module__Fo8Vla__popularSection{width:100%;margin-bottom:3rem}.test-module__Fo8Vla__popularLabel{color:var(--color-text-muted);text-align:center;margin-bottom:1rem;font-size:.85rem}.test-module__Fo8Vla__chipGrid{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.test-module__Fo8Vla__chip{border-radius:var(--radius-full);border:1px solid var(--color-border);color:var(--color-text-secondary);background:#ffffff0a;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.test-module__Fo8Vla__chip:hover{color:var(--color-accent-primary);background:#3b82f614;border-color:#3b82f64d}.test-module__Fo8Vla__chip:disabled{opacity:.5;cursor:not-allowed}.test-module__Fo8Vla__infoGrid{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;display:grid}.test-module__Fo8Vla__infoCard{text-align:center;padding:1.5rem}.test-module__Fo8Vla__infoTitle{margin-bottom:.5rem;font-size:1rem;font-weight:600}.test-module__Fo8Vla__infoDesc{color:var(--color-text-secondary);font-size:.85rem;line-height:1.5}.test-module__Fo8Vla__quizContainer{flex-direction:column;min-height:100vh;display:flex}.test-module__Fo8Vla__quizMain{flex:1;width:100%;max-width:800px;margin:0 auto;padding:6rem 2rem 4rem}.test-module__Fo8Vla__progressWrapper{margin-bottom:2rem}.test-module__Fo8Vla__progressBar{background:#ffffff0f;border-radius:2px;width:100%;height:4px;margin-bottom:.75rem;overflow:hidden}.test-module__Fo8Vla__progressFill{background:var(--gradient-accent);border-radius:2px;height:100%;transition:width .4s}.test-module__Fo8Vla__progressMeta{color:var(--color-text-secondary);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.test-module__Fo8Vla__questionCard{padding:2.5rem}.test-module__Fo8Vla__questionText{margin-bottom:2rem;font-size:1.35rem;font-weight:600;line-height:1.5}.test-module__Fo8Vla__optionsList{flex-direction:column;gap:.75rem;display:flex}.test-module__Fo8Vla__optionBtn{text-align:left;border-radius:var(--radius-sm);border:1px solid var(--color-border);color:var(--color-text-primary);background:#ffffff05;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:1rem;transition:all .2s;display:flex}.test-module__Fo8Vla__optionBtn:hover{border-color:var(--color-border-hover);background:#ffffff0d}.test-module__Fo8Vla__optionSelected{border-color:var(--color-accent-primary)!important;background:#3b82f614!important}.test-module__Fo8Vla__optionLetter{background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:600;display:flex}.test-module__Fo8Vla__optionSelected .test-module__Fo8Vla__optionLetter{background:var(--color-accent-primary);color:#fff}.test-module__Fo8Vla__quizFooter{justify-content:flex-end;margin-top:2rem;display:flex}.test-module__Fo8Vla__nextBtn{background:var(--gradient-accent);color:#fff;border-radius:var(--radius-sm);padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #3b82f64d}.test-module__Fo8Vla__nextBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}.test-module__Fo8Vla__nextBtn:disabled{opacity:.4;cursor:not-allowed}.test-module__Fo8Vla__loadingPage{min-height:100vh;color:var(--color-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.test-module__Fo8Vla__spinner{border:3px solid #ffffff1a;border-top-color:var(--color-accent-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite test-module__Fo8Vla__spin}@keyframes test-module__Fo8Vla__spin{to{transform:rotate(360deg)}}.test-module__Fo8Vla__resultContainer{flex-direction:column;min-height:100vh;display:flex}.test-module__Fo8Vla__resultMain{flex:1;justify-content:center;align-items:center;padding:6rem 2rem 4rem;display:flex}.test-module__Fo8Vla__resultCard{text-align:center;width:100%;max-width:520px;padding:3rem;animation:.5s ease-out test-module__Fo8Vla__scaleIn}.test-module__Fo8Vla__scoreCircle{border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto 2rem;font-size:3rem;font-weight:800;display:flex;position:relative}.test-module__Fo8Vla__scoreCirclePassed{color:#34d399;background:#10b9811a;border:3px solid #10b9814d}.test-module__Fo8Vla__scoreCircleFailed{color:#fb7185;background:#f43f5e1a;border:3px solid #f43f5e4d}.test-module__Fo8Vla__resultTitle{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:700}.test-module__Fo8Vla__resultSubtitle{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.6}.test-module__Fo8Vla__resultActions{flex-direction:column;gap:.75rem;display:flex}.test-module__Fo8Vla__certBtn{background:var(--gradient-accent);color:#fff;border-radius:var(--radius-sm);padding:1rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #3b82f64d}.test-module__Fo8Vla__certBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}.test-module__Fo8Vla__retryBtn{border-radius:var(--radius-sm);border:1px solid var(--color-border);color:var(--color-text-primary);background:#ffffff08;padding:1rem;font-size:1rem;font-weight:500;transition:all .2s}.test-module__Fo8Vla__retryBtn:hover{background:#ffffff0f}.test-module__Fo8Vla__homeLink{color:var(--color-text-muted);margin-top:1rem;font-size:.9rem;transition:color .2s}.test-module__Fo8Vla__homeLink:hover{color:var(--color-text-primary)}.test-module__Fo8Vla__certPreview{border-radius:var(--radius-md);border:1px solid var(--color-border);background:#ffffff08;margin-bottom:1.5rem;padding:1.5rem}.test-module__Fo8Vla__certPrice{color:var(--color-text-primary);margin-top:.5rem;font-size:1.5rem;font-weight:700}@media (max-width:640px){.test-module__Fo8Vla__infoGrid{grid-template-columns:1fr}.test-module__Fo8Vla__searchForm{flex-direction:column}.test-module__Fo8Vla__searchBtn{width:100%}.test-module__Fo8Vla__questionCard{padding:1.5rem}.test-module__Fo8Vla__questionText{font-size:1.15rem}}
