.health-test-module__fal0eq__testHeader{z-index:100;background:#2d3436;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0}.health-test-module__fal0eq__testHeaderLeft{flex-direction:column;gap:2px;display:flex}.health-test-module__fal0eq__testBrand{color:#fff;letter-spacing:-.01em;font-size:1.4rem;font-weight:800}.health-test-module__fal0eq__testSubtitle{color:var(--accent-border);font-size:.75rem;font-weight:600}.health-test-module__fal0eq__testExit{color:#ffffffb3;cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:8px 12px;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.health-test-module__fal0eq__testExit:hover{color:#fff;background:#ffffff14}.health-test-module__fal0eq__tabsContainer{background:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:24px 24px 0}.health-test-module__fal0eq__tabsInner{max-width:700px;margin:0 auto}.health-test-module__fal0eq__tabsRow{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px;display:grid}.health-test-module__fal0eq__tab{text-align:left;cursor:default;transition:all var(--transition-fast);border:1.5px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);border-radius:8px;flex-direction:column;gap:2px;padding:12px 16px;font-size:.85rem;font-weight:600;display:flex}.health-test-module__fal0eq__tabActive{background:var(--accent-primary);color:var(--white);border-color:var(--accent-primary);box-shadow:0 4px 12px #3b8e3033}.health-test-module__fal0eq__tabCompleted{background:var(--accent-light);color:var(--accent-primary);border-color:var(--accent-border)}.health-test-module__fal0eq__tabNumber{text-transform:uppercase;letter-spacing:.08em;opacity:.7;font-size:.7rem;font-weight:700}.health-test-module__fal0eq__progressWrap{max-width:700px;margin:0 auto;padding-bottom:16px}.health-test-module__fal0eq__progressBarOuter{background:var(--border-color);border-radius:9999px;height:6px;position:relative;overflow:hidden}.health-test-module__fal0eq__progressBarInner{background:linear-gradient(90deg, var(--accent-primary), #66bb6a);border-radius:9999px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.health-test-module__fal0eq__progressText{text-align:right;color:var(--text-light);margin-top:6px;font-size:.75rem;font-weight:600}.health-test-module__fal0eq__questionArea{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:400px;padding:50px 24px;display:flex}.health-test-module__fal0eq__questionCard{text-align:center;width:100%;max-width:560px;animation:.35s cubic-bezier(.16,1,.3,1) forwards health-test-module__fal0eq__fadeSlideIn}@keyframes health-test-module__fal0eq__fadeSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.health-test-module__fal0eq__questionTitle{color:var(--text-primary);margin-bottom:36px;font-size:1.35rem;font-weight:700;line-height:1.4}.health-test-module__fal0eq__inputField{border:none;border-bottom:2.5px solid var(--accent-primary);text-align:center;width:100%;max-width:380px;color:var(--text-primary);font-size:1.1rem;font-family:var(--font-primary);transition:border-color var(--transition-fast);background:0 0;outline:none;margin:0 auto;padding:14px 0;font-weight:500}.health-test-module__fal0eq__inputField::placeholder{color:var(--text-light);font-weight:400}.health-test-module__fal0eq__inputField:focus{border-bottom-color:var(--accent-hover)}.health-test-module__fal0eq__optionsGrid{grid-template-columns:1fr 1fr;gap:12px;max-width:480px;margin:0 auto;display:grid}.health-test-module__fal0eq__optionsGridSingle{grid-template-columns:1fr}.health-test-module__fal0eq__optionBtn{border:1.5px solid var(--border-color);background:var(--white);cursor:pointer;text-align:left;color:var(--text-primary);transition:all var(--transition-fast);border-radius:12px;align-items:center;gap:10px;padding:16px 20px;font-size:.95rem;font-weight:600;display:flex}.health-test-module__fal0eq__optionBtn:hover{border-color:var(--accent-border);background:var(--accent-light);transform:translateY(-1px)}.health-test-module__fal0eq__optionBtnActive{border-color:var(--accent-primary);background:var(--accent-light);color:var(--accent-primary);box-shadow:0 2px 8px #3b8e301f}.health-test-module__fal0eq__optionIcon{background:var(--bg-secondary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;display:flex}.health-test-module__fal0eq__optionBtnActive .health-test-module__fal0eq__optionIcon{background:var(--accent-primary);color:#fff}.health-test-module__fal0eq__toggleRow{flex-wrap:wrap;justify-content:center;gap:12px;max-width:400px;margin:0 auto;display:flex}.health-test-module__fal0eq__toggleBtn{border:1.5px solid var(--border-color);background:var(--white);cursor:pointer;color:var(--text-primary);transition:all var(--transition-fast);border-radius:12px;min-width:100px;padding:14px 32px;font-size:.95rem;font-weight:700}.health-test-module__fal0eq__toggleBtn:hover{border-color:var(--accent-border);background:var(--accent-light)}.health-test-module__fal0eq__toggleBtnActive{border-color:var(--accent-primary);background:var(--accent-primary);color:var(--white)}.health-test-module__fal0eq__nextBtnWrap{margin-top:40px}.health-test-module__fal0eq__nextBtn{background:var(--accent-primary);color:var(--white);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 48px;font-size:.95rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #3b8e3033}.health-test-module__fal0eq__nextBtn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px #3b8e304d}.health-test-module__fal0eq__nextBtn:disabled{opacity:.4;cursor:not-allowed}.health-test-module__fal0eq__privacyFooter{text-align:center;color:var(--text-light);padding:16px 24px 24px;font-size:.75rem;line-height:1.6}.health-test-module__fal0eq__privacyFooter a{color:var(--accent-primary);text-decoration:underline}.health-test-module__fal0eq__prevResultsPage{text-align:center;background:var(--bg-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.health-test-module__fal0eq__prevResultsCard{background:var(--white);border:1.5px solid var(--border-color);width:100%;max-width:560px;box-shadow:var(--shadow-lg);border-radius:20px;overflow:hidden}.health-test-module__fal0eq__prevResultsHeader{background:linear-gradient(135deg, var(--accent-primary), var(--accent-hover));color:var(--white);padding:30px 28px}.health-test-module__fal0eq__prevResultsHeader h2{color:var(--white);margin-bottom:4px;font-size:1.4rem;font-weight:800}.health-test-module__fal0eq__prevResultsHeader p{color:#fffc;font-size:.85rem}.health-test-module__fal0eq__prevResultsBody{flex-direction:column;gap:16px;padding:28px;display:flex}.health-test-module__fal0eq__prevStatRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.health-test-module__fal0eq__prevStatItem{background:var(--bg-secondary);text-align:left;border-radius:12px;padding:16px}.health-test-module__fal0eq__prevStatLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;font-weight:600}.health-test-module__fal0eq__prevStatValue{color:var(--text-primary);font-size:1.3rem;font-weight:800}.health-test-module__fal0eq__prevResultsActions{gap:12px;padding:0 28px 28px;display:flex}.health-test-module__fal0eq__prevResultsActions button,.health-test-module__fal0eq__prevResultsActions a{flex:1}.health-test-module__fal0eq__resultsPage{background:var(--bg-secondary);flex:1;padding:0 0 60px}.health-test-module__fal0eq__resultsHero{text-align:center;color:var(--white);background:linear-gradient(135deg,#2d3436,#3d3d3d);padding:50px 24px 80px}.health-test-module__fal0eq__resultsHero h1{color:var(--white);word-break:break-word;margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.health-test-module__fal0eq__resultsHero p{color:#ffffffb3;max-width:500px;margin:0 auto;font-size:.95rem}.health-test-module__fal0eq__resultsContainerResponsive{z-index:2;flex-direction:column;align-items:start;gap:32px;max-width:1200px;margin:-50px auto 0;padding:0 20px;display:flex;position:relative}.health-test-module__fal0eq__resultsLeftResponsive,.health-test-module__fal0eq__resultsRightResponsive{flex-direction:column;gap:20px;width:100%;display:flex}@media (min-width:1025px){.health-test-module__fal0eq__resultsContainerResponsive{grid-template-columns:2.5fr 1fr;gap:24px;display:grid}.health-test-module__fal0eq__resultsRightResponsive{position:sticky;top:90px}}.health-test-module__fal0eq__metricsGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:30px;display:grid}.health-test-module__fal0eq__metricCard{background:var(--white);text-align:center;border:1.5px solid var(--border-color);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);border-radius:16px;padding:24px 20px}.health-test-module__fal0eq__metricCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.health-test-module__fal0eq__metricValue{color:var(--accent-primary);font-size:2rem;font-weight:800;line-height:1.2}.health-test-module__fal0eq__metricLabel{color:var(--text-secondary);margin-top:4px;font-size:.8rem;font-weight:600}.health-test-module__fal0eq__metricStatus{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-top:8px;padding:3px 10px;font-size:.7rem;font-weight:700;display:inline-block}.health-test-module__fal0eq__statusGood{color:#155724;background:#d4edda}.health-test-module__fal0eq__statusWarning{color:#856404;background:#fff3cd}.health-test-module__fal0eq__statusDanger{color:#721c24;background:#f8d7da}.health-test-module__fal0eq__analysisSection{background:var(--white);border:1.5px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;margin-bottom:20px;padding:28px}.health-test-module__fal0eq__analysisSectionTitle{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:16px;font-size:1.1rem;font-weight:800;display:flex}.health-test-module__fal0eq__analysisList{flex-direction:column;gap:10px;display:flex}.health-test-module__fal0eq__analysisItem{background:var(--bg-secondary);border-radius:10px;align-items:center;gap:12px;padding:12px 16px;font-size:.9rem;font-weight:500;display:flex}.health-test-module__fal0eq__analysisItemIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.health-test-module__fal0eq__analysisItemGood{color:#155724;background:#d4edda}.health-test-module__fal0eq__analysisItemWarn{color:#856404;background:#fff3cd}.health-test-module__fal0eq__analysisItemBad{color:#721c24;background:#f8d7da}.health-test-module__fal0eq__scoreGauge{align-items:center;gap:16px;margin-bottom:16px;display:flex}.health-test-module__fal0eq__gaugeCircle{border:4px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.6rem;font-weight:800;display:flex}.health-test-module__fal0eq__gaugeLabel{flex-direction:column;gap:2px;display:flex}.health-test-module__fal0eq__gaugeLabelTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.health-test-module__fal0eq__gaugeLabelDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.health-test-module__fal0eq__recoSection{background:var(--white);border:2px solid var(--accent-primary);border-radius:16px;margin-bottom:20px;padding:28px;box-shadow:0 4px 15px #3b8e301a}.health-test-module__fal0eq__recoTitle{color:var(--accent-primary);margin-bottom:6px;font-size:1.2rem;font-weight:800}.health-test-module__fal0eq__recoDesc{color:var(--text-secondary);margin-bottom:20px;font-size:.9rem}.health-test-module__fal0eq__recoGrid{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.health-test-module__fal0eq__recoItem{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:14px;padding:14px;display:flex}.health-test-module__fal0eq__recoItemImg{background:var(--white);border:1px solid var(--border-color);border-radius:10px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.health-test-module__fal0eq__recoItemImg img{object-fit:cover;width:100%;height:100%}.health-test-module__fal0eq__recoItemInfo{flex:1}.health-test-module__fal0eq__recoItemName{color:var(--text-primary);font-size:.95rem;font-weight:700}.health-test-module__fal0eq__recoItemTagline{color:var(--text-secondary);font-size:.8rem}.health-test-module__fal0eq__recoItemPrice{color:var(--accent-primary);flex-shrink:0;font-size:1.05rem;font-weight:800}.health-test-module__fal0eq__recoActions{flex-wrap:wrap;gap:12px;display:flex}.health-test-module__fal0eq__recoActions button,.health-test-module__fal0eq__recoActions a{flex:1;min-width:120px}@media (max-width:768px){.health-test-module__fal0eq__metricsGrid,.health-test-module__fal0eq__tabsRow{grid-template-columns:1fr 1fr}.health-test-module__fal0eq__optionsGrid,.health-test-module__fal0eq__prevStatRow{grid-template-columns:1fr}.health-test-module__fal0eq__recoActions{flex-direction:column}}@media (max-width:480px){.health-test-module__fal0eq__metricsGrid{grid-template-columns:1fr}.health-test-module__fal0eq__tabsRow{grid-template-columns:1fr 1fr;gap:6px}.health-test-module__fal0eq__tab{padding:10px 12px;font-size:.78rem}.health-test-module__fal0eq__questionArea{min-height:320px;padding:30px 16px}.health-test-module__fal0eq__questionTitle{font-size:1.15rem}.health-test-module__fal0eq__resultsHero{padding:36px 16px}.health-test-module__fal0eq__analysisSection,.health-test-module__fal0eq__recoSection{padding:20px 16px}.health-test-module__fal0eq__prevResultsActions{flex-direction:column}}
