.page-module__yjOdJG__pageContainer{max-width:1000px;min-height:100vh;margin:0 auto;padding:2rem 1rem 4rem}.page-module__yjOdJG__headerArea{text-align:center;margin-bottom:3rem}.page-module__yjOdJG__backLink{color:var(--color-gray-500,#6b7280);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.page-module__yjOdJG__backLink:hover{color:var(--color-wellness-500,#7c5cfc)}.page-module__yjOdJG__title{font-family:var(--font-display,"Outfit", sans-serif);color:var(--color-gray-900,#111827);margin-bottom:.5rem;font-size:2.5rem}.page-module__yjOdJG__subtitle{color:var(--color-gray-500,#6b7280);font-size:1.1rem}.page-module__yjOdJG__categoryGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.page-module__yjOdJG__categoryCard{text-align:center;cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:20px;padding:2rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.page-module__yjOdJG__categoryCard:before{content:"";background-color:var(--theme-color);opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.page-module__yjOdJG__categoryCard:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.page-module__yjOdJG__categoryCard:hover:before{opacity:1}.page-module__yjOdJG__iconWrapper{background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:transform .3s;display:flex}.page-module__yjOdJG__categoryCard:hover .page-module__yjOdJG__iconWrapper{transform:scale(1.1)}.page-module__yjOdJG__categoryCard h3{font-family:var(--font-display,"Outfit", sans-serif);color:var(--color-gray-900,#111827);margin-bottom:.5rem;font-size:1.25rem}.page-module__yjOdJG__categoryCard p{color:var(--color-gray-500,#6b7280);font-size:.9rem}.page-module__yjOdJG__quizContainer{background:#fff;border:1px solid #f1f5f9;border-radius:24px;max-width:800px;margin:0 auto;padding:2.5rem;box-shadow:0 15px 50px #0000000d}.page-module__yjOdJG__quizHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.page-module__yjOdJG__iconButton{color:var(--color-gray-500,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:flex}.page-module__yjOdJG__iconButton:hover{background:#f1f5f9}.page-module__yjOdJG__quizHeader h2{font-family:var(--font-display,"Outfit", sans-serif);margin:0;font-size:1.25rem}.page-module__yjOdJG__questionCount{color:var(--color-gray-500,#6b7280);background:#f1f5f9;border-radius:999px;padding:.25rem .75rem;font-size:.9rem;font-weight:600}.page-module__yjOdJG__progressBarBg{background:#f1f5f9;border-radius:999px;height:8px;margin-bottom:2.5rem;overflow:hidden}.page-module__yjOdJG__progressBarFill{border-radius:999px;height:100%;transition:width .4s}.page-module__yjOdJG__questionText{font-family:var(--font-display,"Outfit", sans-serif);color:var(--color-gray-900,#111827);margin-bottom:2rem;font-size:1.5rem;line-height:1.4}.page-module__yjOdJG__optionsList{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.page-module__yjOdJG__optionButton{cursor:pointer;text-align:left;width:100%;color:var(--color-gray-900,#111827);background:#fff;border:2px solid #e2e8f0;border-radius:16px;align-items:center;padding:1.25rem;font-size:1.05rem;transition:all .2s;display:flex}.page-module__yjOdJG__optionButton:hover:not(:disabled){border-color:var(--color-wellness-500,#7c5cfc);background:#f8fafc}.page-module__yjOdJG__optionLetter{width:32px;height:32px;color:var(--color-gray-500,#6b7280);background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-right:1rem;font-weight:600;display:flex}.page-module__yjOdJG__optionText{flex-grow:1}.page-module__yjOdJG__resultIcon{flex-shrink:0;margin-left:1rem}.page-module__yjOdJG__correctOption{color:#065f46;background:#ecfdf5;border-color:#10b981}.page-module__yjOdJG__correctOption .page-module__yjOdJG__optionLetter{color:#fff;background:#10b981}.page-module__yjOdJG__correctOption .page-module__yjOdJG__resultIcon{color:#10b981}.page-module__yjOdJG__wrongOption{color:#991b1b;background:#fef2f2;border-color:#ef4444}.page-module__yjOdJG__wrongOption .page-module__yjOdJG__optionLetter{color:#fff;background:#ef4444}.page-module__yjOdJG__wrongOption .page-module__yjOdJG__resultIcon{color:#ef4444}.page-module__yjOdJG__disabledOption{opacity:.6;cursor:not-allowed}.page-module__yjOdJG__explanationBox{border-radius:16px;margin-bottom:2rem;padding:1.5rem;animation:.3s page-module__yjOdJG__fadeIn}@keyframes page-module__yjOdJG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.page-module__yjOdJG__explanationBox h4{margin:0 0 .5rem;font-size:1.1rem}.page-module__yjOdJG__explanationBox p{margin:0;line-height:1.5}.page-module__yjOdJG__explanationCorrect{color:#065f46;background:#ecfdf5}.page-module__yjOdJG__explanationWrong{color:#92400e;background:#fffbeb}.page-module__yjOdJG__actionArea{justify-content:flex-end;display:flex}.page-module__yjOdJG__nextButton{background:var(--color-wellness-500,#7c5cfc);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:1rem 2rem;font-size:1.05rem;font-weight:600;transition:all .2s}.page-module__yjOdJG__nextButton:hover{background:var(--color-wellness-600,#6a4de0);transform:translate(5px)}.page-module__yjOdJG__resultsContainer{justify-content:center;align-items:center;min-height:60vh;display:flex}.page-module__yjOdJG__resultsCard{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:500px;padding:3rem;box-shadow:0 20px 60px #00000014}.page-module__yjOdJG__resultsTitle{font-family:var(--font-display,"Outfit", sans-serif);margin-bottom:2rem;font-size:1.8rem}.page-module__yjOdJG__scoreRing{background:conic-gradient(var(--theme-color) var(--percentage), #f1f5f9 0);border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;margin:0 auto 2rem;display:flex;position:relative}.page-module__yjOdJG__scoreInner{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:150px;height:150px;display:flex}.page-module__yjOdJG__scoreBig{font-family:var(--font-display,"Outfit", sans-serif);color:var(--color-gray-900,#111827);font-size:3.5rem;font-weight:700;line-height:1}.page-module__yjOdJG__scoreTotal{color:var(--color-gray-500,#6b7280);font-size:1.2rem}.page-module__yjOdJG__performanceMessage{color:var(--color-gray-900,#111827);margin-bottom:1.5rem;font-size:1.3rem}.page-module__yjOdJG__badgeArea{background:#f8fafc;border-radius:16px;margin-bottom:2.5rem;padding:1.5rem}.page-module__yjOdJG__badgeArea p{color:var(--color-gray-500,#6b7280);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.9rem;font-weight:600}.page-module__yjOdJG__badge{color:var(--color-gray-900,#111827);font-size:1.5rem;font-weight:700}.page-module__yjOdJG__resultsActions{flex-direction:column;gap:1rem;display:flex}.page-module__yjOdJG__primaryAction,.page-module__yjOdJG__secondaryAction,.page-module__yjOdJG__textAction{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.page-module__yjOdJG__primaryAction{color:#fff}.page-module__yjOdJG__primaryAction:hover{filter:brightness(.9)}.page-module__yjOdJG__secondaryAction{color:var(--color-gray-900,#111827);background:#f1f5f9}.page-module__yjOdJG__secondaryAction:hover{background:#e2e8f0}.page-module__yjOdJG__textAction{color:var(--color-gray-500,#6b7280);background:0 0;padding:.5rem}.page-module__yjOdJG__textAction:hover{color:var(--color-gray-900,#111827);text-decoration:underline}@media (max-width:640px){.page-module__yjOdJG__quizContainer{padding:1.5rem}.page-module__yjOdJG__optionButton{padding:1rem}.page-module__yjOdJG__resultsCard{padding:2rem 1.5rem}}
