@keyframes QuestionScreens_breathe__vfe1U{0%,to{transform:scale(1)}50%{transform:scale(1.008)}}@keyframes QuestionScreens_fadeIn__UasQP{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes QuestionScreens_fadeOut__bCKCD{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}@keyframes QuestionScreens_slideInFromRight__Qi_Wq{0%{opacity:0;transform:translateX(20px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes QuestionScreens_slideInFromLeft__Zfgt7{0%{opacity:0;transform:translateX(-20px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}.QuestionScreens_screen__jjjoz{min-height:100vh;height:100vh;width:100%;display:flex;align-items:stretch;justify-content:center;background:radial-gradient(circle at top,var(--color-surface),var(--color-bg));color:var(--color-text)}.QuestionScreens_screen__jjjoz,.QuestionScreens_screen__jjjoz.QuestionScreens_entering__xlwCE{animation:QuestionScreens_fadeIn__UasQP .3s cubic-bezier(.4,0,.2,1)}.QuestionScreens_screen__jjjoz.QuestionScreens_exiting__GX_Db{animation:QuestionScreens_fadeOut__bCKCD .25s cubic-bezier(.4,0,.2,1)}.QuestionScreens_screen__jjjoz.QuestionScreens_slideFromRight__yA2ZX{animation:QuestionScreens_slideInFromRight__Qi_Wq .35s cubic-bezier(.4,0,.2,1)}.QuestionScreens_screen__jjjoz.QuestionScreens_slideFromLeft__tQIvy{animation:QuestionScreens_slideInFromLeft__Zfgt7 .35s cubic-bezier(.4,0,.2,1)}.QuestionScreens_inner__JKNlT{animation:QuestionScreens_breathe__vfe1U 6s ease-in-out infinite;animation-delay:.8s;width:100%;max-width:960px;padding:32px 24px;display:flex;flex-direction:column;gap:24px}.QuestionScreens_header__47RMN{display:flex;justify-content:space-between;align-items:center;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);animation:QuestionScreens_fadeIn__UasQP .3s cubic-bezier(.4,0,.2,1) .05s both}.QuestionScreens_stepLabel__ERBhX{font-weight:600}.QuestionScreens_stepCounter__HHHZJ{font-weight:500}.QuestionScreens_main__jWj_Y{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:32px;max-width:720px}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_main__jWj_Y{gap:48px;max-width:800px}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_prompt__5x2_p{font-size:clamp(2.8rem,4.5vw,3.8rem);line-height:1.15;letter-spacing:-.03em;margin-bottom:8px}.QuestionScreens_prompt__5x2_p{font-size:clamp(2.1rem,3vw,2.8rem);line-height:1.1;letter-spacing:-.04em;color:var(--color-text);animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .1s both}.QuestionScreens_form__e0qiX{display:flex;flex-direction:column;gap:20px;animation:QuestionScreens_fadeIn__UasQP .35s cubic-bezier(.4,0,.2,1) .15s both}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_form__e0qiX{gap:24px;max-width:600px}.QuestionScreens_sliderRow__xOXiE{display:flex;flex-direction:column;gap:16px}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_sliderRow__xOXiE{gap:12px}.QuestionScreens_slider__V19q3{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--color-accent-2),var(--color-accent));outline:none}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_slider__V19q3{height:3px;background:color-mix(in srgb,var(--color-accent) 60%,var(--color-surface))}.QuestionScreens_slider__V19q3::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:999px;background:var(--color-bg);border:2px solid var(--color-accent);cursor:pointer;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 26%,transparent)}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_slider__V19q3::-webkit-slider-thumb{width:18px;height:18px;border-width:1.5px;box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 20%,transparent)}.QuestionScreens_slider__V19q3::-moz-range-thumb{width:20px;height:20px;border-radius:999px;background:var(--color-bg);border:2px solid var(--color-accent);cursor:pointer;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 26%,transparent)}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_slider__V19q3::-moz-range-thumb{width:18px;height:18px;border-width:1.5px;box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 20%,transparent)}.QuestionScreens_valueBubble___1CyR{align-self:flex-start;padding:10px 16px;border-radius:999px;background:color-mix(in srgb,var(--color-surface-2) 72%,transparent);border:1px solid var(--color-border);display:inline-flex;align-items:baseline;gap:6px;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px rgba(43,42,38,.08)}.QuestionScreens_valueBubble___1CyR:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(43,42,38,.12)}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_valueBubble___1CyR{padding:8px 14px;background:color-mix(in srgb,var(--color-surface-2) 50%,transparent);border-color:color-mix(in srgb,var(--color-border) 60%,transparent)}.QuestionScreens_valueNumber__yukO_{font-size:1.4rem;font-weight:600;color:var(--color-text)}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_valueNumber__yukO_{font-size:1.2rem}.QuestionScreens_valueUnits___Duka{font-size:.9rem;color:var(--color-text-muted)}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_valueUnits___Duka{font-size:.85rem}.QuestionScreens_validation__YOyc1{font-size:.85rem;color:var(--color-signal)}.QuestionScreens_primaryButton__NI_7M,.QuestionScreens_secondaryButton__ov6YE{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.6rem;border-radius:999px;border:1px solid transparent;font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .1s ease,box-shadow .15s ease;animation:QuestionScreens_fadeIn__UasQP .3s cubic-bezier(.4,0,.2,1) .25s both}.QuestionScreens_primaryButton__NI_7M{background:var(--color-accent);color:var(--color-accent-contrast);box-shadow:0 2px 6px rgba(43,42,38,.1)}.QuestionScreens_primaryButton__NI_7M:hover:not(:disabled){background:color-mix(in srgb,var(--color-accent) 86%,black);transform:translateY(-1px);box-shadow:0 4px 12px rgba(43,42,38,.15)}.QuestionScreens_primaryButton__NI_7M:disabled{opacity:.4;cursor:default}.QuestionScreens_secondaryButton__ov6YE{background:transparent;border-color:var(--color-border);color:var(--color-text);box-shadow:0 1px 3px rgba(43,42,38,.06)}.QuestionScreens_secondaryButton__ov6YE:hover{background:color-mix(in srgb,var(--color-surface) 70%,transparent);transform:translateY(-1px);box-shadow:0 3px 8px rgba(43,42,38,.1)}.QuestionScreens_chartCard__nE0yq{padding:18px 18px 20px;border-radius:18px;background:radial-gradient(circle at top left,var(--color-surface),var(--color-bg));border:1px solid var(--color-border);box-shadow:var(--shadow-soft);animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .15s both}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_chartCard__nE0yq{padding:28px 24px 32px;border-radius:20px;box-shadow:var(--shadow-soft),0 0 0 1px color-mix(in srgb,var(--color-accent) 8%,transparent)}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_prompt__5x2_p{font-size:clamp(1.8rem,2.5vw,2.3rem);margin-bottom:0}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_main__jWj_Y{gap:28px;max-width:900px}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_main__jWj_Y>:first-child{flex:0 0 auto}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_chartCard__nE0yq{flex:1 1 60%;min-height:0;display:flex;flex-direction:column}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_contextSection__nkSW3{flex:0 0 auto}.QuestionScreens_barChart__c4vu1{display:flex;flex-direction:column;gap:16px}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_barChart__c4vu1{gap:20px}.QuestionScreens_barRow__6o15r{display:grid;grid-template-columns:minmax(80px,120px) 1fr auto;align-items:center;grid-gap:12px;gap:12px;font-size:.85rem}.QuestionScreens_barLabel__Q5p_6{color:var(--color-text-muted)}.QuestionScreens_barTrack__FNR4y{position:relative;height:10px;border-radius:999px;background:color-mix(in srgb,var(--color-surface-2) 82%,transparent);overflow:hidden}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_barTrack__FNR4y{height:14px}.QuestionScreens_barFill__NnVpc{--bar-scale:0;position:absolute;left:0;top:0;bottom:0;width:calc(var(--bar-scale) * 100%);transform-origin:left center;transform:scaleX(0);transition:transform .6s cubic-bezier(.19,1,.22,1)}.QuestionScreens_barFillVisible__bEE9P{transform:scaleX(1)}.QuestionScreens_barGuess__bFbCS{background:linear-gradient(90deg,var(--color-accent-2),var(--color-accent))}.QuestionScreens_barActual__anE3Q{background:linear-gradient(90deg,var(--color-signal),color-mix(in srgb,var(--color-signal) 80%,black))}.QuestionScreens_barValue__xPK6X{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;color:var(--color-text)}.QuestionScreens_contextSection__nkSW3{display:flex;flex-direction:column;gap:10px;max-width:640px;animation:QuestionScreens_fadeIn__UasQP .35s cubic-bezier(.4,0,.2,1) .2s both}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_contextSection__nkSW3{max-width:580px;gap:8px}.QuestionScreens_contextHeadline__M1NEC{font-size:1.4rem;font-weight:600;color:var(--color-accent-2)}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_contextHeadline__M1NEC{font-size:1.2rem}.QuestionScreens_contextBody__HbIRs{font-size:.98rem;line-height:1.5;color:var(--color-text)}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_contextBody__HbIRs{font-size:.92rem;line-height:1.45}.QuestionScreens_contextSubtitle__hN83D{font-size:.9rem;color:var(--color-text-muted)}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_contextSubtitle__hN83D{font-size:.85rem}.QuestionScreens_footer__kmiE8{display:flex;justify-content:flex-start;padding-top:8px}.QuestionScreens_splitBarWrapper__amO9S{display:flex;flex-direction:column;gap:16px}.QuestionScreens_splitLegend__Akl_N{display:flex;gap:16px;font-size:.85rem;color:var(--color-text-muted)}.QuestionScreens_legendItem__iL_kW{display:inline-flex;align-items:center;gap:6px}.QuestionScreens_legendSwatch__Tqodm{width:10px;height:10px;border-radius:999px}.QuestionScreens_swatchGuess__DYCh4{background:linear-gradient(90deg,var(--color-accent-2),var(--color-accent))}.QuestionScreens_swatchActual__nBRMM{background:linear-gradient(90deg,var(--color-signal),color-mix(in srgb,var(--color-signal) 80%,black))}.QuestionScreens_splitBars__w_aGO{display:flex;flex-direction:column;gap:10px}.QuestionScreens_splitRow__fJwsj{display:grid;grid-template-columns:minmax(80px,130px) 1fr auto;align-items:center;grid-gap:12px;gap:12px}.QuestionScreens_splitTrack__SGLrn{position:relative;height:10px;border-radius:999px;background:color-mix(in srgb,var(--color-surface-2) 82%,transparent);overflow:hidden}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_splitTrack__SGLrn{height:14px}.QuestionScreens_splitFill__MTYMq{--bar-scale:0;position:absolute;left:0;top:0;bottom:0;width:calc(var(--bar-scale) * 100%);transform-origin:left center;transform:scaleX(0);transition:transform .6s cubic-bezier(.19,1,.22,1)}.QuestionScreens_summaryGrid__9_dGC{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}.QuestionScreens_summaryCard__f6yR1{padding:16px 16px 18px;border-radius:16px;background:color-mix(in srgb,var(--color-surface) 75%,transparent);border:1px solid var(--color-border);display:flex;flex-direction:column;gap:12px}.QuestionScreens_summaryTitle__U570y{font-size:.95rem;color:var(--color-text)}.QuestionScreens_summaryChart__Tmy6F{display:flex;flex-direction:column;gap:10px}.QuestionScreens_introTitle__QxAlP{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--color-text);animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .1s both}.QuestionScreens_introSubtitle__xc_tz{font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.6;color:var(--color-text-muted);max-width:600px;margin:0 auto;animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .2s both}.QuestionScreens_screen__jjjoz[data-screen=intro] .QuestionScreens_main__jWj_Y{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem}.QuestionScreens_statementCard__HW4JL{padding:24px 28px;border-radius:18px;background:radial-gradient(circle at top left,var(--color-surface),var(--color-bg));border:1px solid var(--color-border);box-shadow:var(--shadow-soft);animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .15s both;margin-bottom:8px}.QuestionScreens_statementText__lwLgZ{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;color:var(--color-text);margin:0}.QuestionScreens_statementText__lwLgZ p{margin:0 0 1rem}.QuestionScreens_statementText__lwLgZ p:last-child{margin-bottom:0}.QuestionScreens_screen__jjjoz[data-screen=moodCheck] .QuestionScreens_main__jWj_Y{gap:32px;max-width:720px}.QuestionScreens_screen__jjjoz[data-screen=aiCoincidence] .QuestionScreens_main__jWj_Y,.QuestionScreens_screen__jjjoz[data-screen=perPersonStable] .QuestionScreens_main__jWj_Y,.QuestionScreens_screen__jjjoz[data-screen=powerRising] .QuestionScreens_main__jWj_Y,.QuestionScreens_screen__jjjoz[data-screen=recentJump] .QuestionScreens_main__jWj_Y,.QuestionScreens_screen__jjjoz[data-screen=speedIsStory] .QuestionScreens_main__jWj_Y{gap:32px;max-width:800px}.QuestionScreens_microcopy__Iobbj{font-size:.95rem;line-height:1.6;margin:16px 0 0}.QuestionScreens_calloutBox__grMvX{display:flex;flex-direction:column;gap:12px;padding:20px 24px;background:color-mix(in srgb,var(--color-surface) 60%,transparent);border:1px solid var(--color-border);border-radius:12px;margin:16px 0}.QuestionScreens_calloutItem__HUEyo{font-size:1.1rem;font-weight:600;color:var(--color-text);line-height:1.5}.QuestionScreens_powerRisingContent__CArAO{display:flex;flex-direction:column;gap:24px;width:100%}.QuestionScreens_powerRisingText__pf18J{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.7;color:var(--color-text);margin:0}.QuestionScreens_visualPlaceholder__T5_gI{width:100%;min-height:300px;background:color-mix(in srgb,var(--color-surface) 40%,transparent);border:1px dashed var(--color-border);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:40px;margin:16px 0}.QuestionScreens_chartContainer__BegIK{width:100%;min-height:280px;background:color-mix(in srgb,var(--color-surface) 30%,transparent);border:1px solid color-mix(in srgb,var(--color-accent) 20%,transparent);border-radius:16px;padding:24px 16px;margin:20px 0}.QuestionScreens_moodOptions__hGWUb{display:flex;flex-direction:column;gap:12px;width:100%;max-width:400px;margin:0 auto}.QuestionScreens_moodButton__4dfmc{padding:1rem 1.5rem;border-radius:12px;border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 60%,transparent);color:var(--color-text);font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .1s ease,box-shadow .15s ease;text-align:center;animation:QuestionScreens_fadeIn__UasQP .3s cubic-bezier(.4,0,.2,1) both}.QuestionScreens_moodButton__4dfmc:first-child{animation-delay:.1s}.QuestionScreens_moodButton__4dfmc:nth-child(2){animation-delay:.2s}.QuestionScreens_moodButton__4dfmc:nth-child(3){animation-delay:.3s}.QuestionScreens_moodButton__4dfmc:hover{background:color-mix(in srgb,var(--color-surface) 80%,transparent);border-color:var(--color-accent);transform:translateY(-1px);box-shadow:0 2px 8px rgba(43,42,38,.1)}.QuestionScreens_moodButtonSelected__ifsjk{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent);box-shadow:0 2px 6px rgba(43,42,38,.15)}.QuestionScreens_moodButtonSelected__ifsjk:hover{background:color-mix(in srgb,var(--color-accent) 90%,black)}.QuestionScreens_screen__jjjoz[data-screen=aidEstimate] .QuestionScreens_main__jWj_Y{gap:32px;max-width:800px}.QuestionScreens_screen__jjjoz[data-screen=aidEstimate] .QuestionScreens_prompt__5x2_p{font-size:clamp(2.8rem,4.5vw,3.8rem);line-height:1.15;letter-spacing:-.03em;margin-bottom:8px}.QuestionScreens_sliderContainer__RuDb_{display:flex;flex-direction:column;gap:16px;width:100%}.QuestionScreens_sliderWrapper__D7cU3{position:relative;width:100%;padding:20px 0 40px}.QuestionScreens_sliderTicks__41crA{position:absolute;top:0;left:0;right:0;height:20px;pointer-events:none}.QuestionScreens_sliderTick__VAfQF{position:absolute;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:4px}.QuestionScreens_tickMark__mX6_0{width:2px;height:8px;background:var(--color-border);border-radius:1px}.QuestionScreens_tickLabel__yB31F{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap;margin-top:2px}.QuestionScreens_microcopy__Iobbj{font-size:.9rem;color:var(--color-text-muted);font-style:italic;text-align:center;margin:-8px 0 0}.QuestionScreens_screen__jjjoz[data-screen=realityCheck] .QuestionScreens_main__jWj_Y{gap:28px;max-width:900px}.QuestionScreens_realityComparison__wqsQX{display:flex;flex-direction:column;gap:16px;padding:20px 24px;border-radius:18px;background:radial-gradient(circle at top left,var(--color-surface),var(--color-bg));border:1px solid var(--color-border);box-shadow:var(--shadow-soft);animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .15s both}.QuestionScreens_comparisonRow__KLXEq{display:flex;justify-content:space-between;align-items:center;gap:16px}.QuestionScreens_comparisonLabel__8laCM{font-size:1rem;color:var(--color-text-muted);font-weight:500}.QuestionScreens_comparisonValue__jxgDs{font-size:1.4rem;font-weight:600;color:var(--color-text)}.QuestionScreens_chartPlaceholder__9XtAz{min-height:300px;border-radius:18px;background:color-mix(in srgb,var(--color-surface-2) 50%,transparent);border:2px dashed var(--color-border);display:flex;align-items:center;justify-content:center;animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .2s both}.QuestionScreens_insightSection__6hfIQ{display:flex;flex-direction:column;gap:12px;padding:20px 0;animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .25s both}.QuestionScreens_insightText__bDIXO{font-size:1.1rem;line-height:1.6;color:var(--color-text);margin:0;font-style:italic}.QuestionScreens_screen__jjjoz[data-screen=povertyEstimate] .QuestionScreens_main__jWj_Y{gap:32px;max-width:800px}.QuestionScreens_screen__jjjoz[data-screen=povertyEstimate] .QuestionScreens_prompt__5x2_p{font-size:clamp(2.8rem,4.5vw,3.8rem);line-height:1.15;letter-spacing:-.03em;margin-bottom:8px}.QuestionScreens_screen__jjjoz[data-screen=patternVisual] .QuestionScreens_main__jWj_Y{gap:32px;max-width:900px}.QuestionScreens_patternChartPlaceholder__9p1ep{min-height:400px;border-radius:18px;background:color-mix(in srgb,var(--color-surface-2) 50%,transparent);border:2px dashed var(--color-border);display:flex;align-items:center;justify-content:center;animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .15s both}.QuestionScreens_patternMicrocopy__XU6FY{display:flex;flex-direction:column;gap:12px;padding:20px 0;animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .25s both}.QuestionScreens_patternText__q31uz{font-size:1.1rem;line-height:1.6;color:var(--color-text);margin:0;font-style:italic;text-align:center}.QuestionScreens_screen__jjjoz[data-screen=hypothesisCheck] .QuestionScreens_main__jWj_Y{gap:32px;max-width:720px}.QuestionScreens_screen__jjjoz[data-screen=hypothesisCheck] .QuestionScreens_prompt__5x2_p{font-size:clamp(2.8rem,4.5vw,3.8rem);line-height:1.15;letter-spacing:-.03em;margin-bottom:8px}.QuestionScreens_hypothesisOptions__mf7fI{display:flex;flex-direction:column;gap:12px;width:100%;max-width:600px;margin:0 auto}.QuestionScreens_hypothesisButton__Zy0Hy{padding:1rem 1.5rem;border-radius:12px;border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 60%,transparent);color:var(--color-text);font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .1s ease,box-shadow .15s ease;text-align:left;animation:QuestionScreens_fadeIn__UasQP .3s cubic-bezier(.4,0,.2,1) both}.QuestionScreens_hypothesisButton__Zy0Hy:first-child{animation-delay:.1s}.QuestionScreens_hypothesisButton__Zy0Hy:nth-child(2){animation-delay:.2s}.QuestionScreens_hypothesisButton__Zy0Hy:nth-child(3){animation-delay:.3s}.QuestionScreens_hypothesisButton__Zy0Hy:nth-child(4){animation-delay:.4s}.QuestionScreens_hypothesisButton__Zy0Hy:hover{background:color-mix(in srgb,var(--color-surface) 80%,transparent);border-color:var(--color-accent);transform:translateY(-1px);box-shadow:0 2px 8px rgba(43,42,38,.1)}.QuestionScreens_hypothesisButtonSelected__fia0l{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent);box-shadow:0 2px 6px rgba(43,42,38,.15)}.QuestionScreens_hypothesisButtonSelected__fia0l:hover{background:color-mix(in srgb,var(--color-accent) 90%,black)}.QuestionScreens_screen__jjjoz[data-screen=aiInvestmentCheck] .QuestionScreens_main__jWj_Y{gap:32px;max-width:720px}.QuestionScreens_multiSelectOptions__YXgyZ{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px;width:100%;max-width:600px;margin:0 auto}.QuestionScreens_multiSelectButton__mZ8ND{padding:1rem 1.2rem;border-radius:12px;border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 60%,transparent);color:var(--color-text);font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .1s ease,box-shadow .15s ease,opacity .15s ease;text-align:center;animation:QuestionScreens_fadeIn__UasQP .3s cubic-bezier(.4,0,.2,1) both}.QuestionScreens_multiSelectButton__mZ8ND:hover:not(:disabled){background:color-mix(in srgb,var(--color-surface) 80%,transparent);border-color:var(--color-accent);transform:translateY(-1px);box-shadow:0 2px 8px rgba(43,42,38,.1)}.QuestionScreens_multiSelectButton__mZ8ND:disabled{opacity:.4;cursor:not-allowed}.QuestionScreens_multiSelectButtonSelected__ALa4r{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent);box-shadow:0 2px 6px rgba(43,42,38,.15)}.QuestionScreens_multiSelectButtonSelected__ALa4r:hover{background:color-mix(in srgb,var(--color-accent) 90%,black)}.QuestionScreens_selectionHint__x1_U2{font-size:.85rem;color:var(--color-text-muted);text-align:center;margin:-8px 0 0}.QuestionScreens_screen__jjjoz[data-screen=synthesis] .QuestionScreens_main__jWj_Y{gap:32px;max-width:800px}.QuestionScreens_synthesisTitle__LPGqT{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--color-text);animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .1s both}.QuestionScreens_synthesisText__Fw0RZ{display:flex;flex-direction:column;gap:16px;padding:20px 0;animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .2s both}.QuestionScreens_synthesisLine__fUyyV{font-size:1.1rem;line-height:1.7;color:var(--color-text);margin:0}.QuestionScreens_synthesisForm__lVNmz{display:flex;flex-direction:column;gap:16px;animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .3s both}.QuestionScreens_reflectionPrompt__S9gmI{font-size:1.1rem;line-height:1.6;color:var(--color-text);font-weight:500;margin:0}.QuestionScreens_reflectionInput__BUmOI{width:100%;padding:1rem;border-radius:12px;border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 60%,transparent);color:var(--color-text);font-size:1rem;font-family:inherit;line-height:1.6;resize:vertical;transition:border-color .15s ease,background-color .15s ease}.QuestionScreens_reflectionInput__BUmOI:focus{outline:none;border-color:var(--color-accent);background:color-mix(in srgb,var(--color-surface) 80%,transparent)}.QuestionScreens_screen__jjjoz[data-screen=finalActions] .QuestionScreens_main__jWj_Y{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem}.QuestionScreens_finalActionsButtons__pKtZA{display:flex;flex-direction:column;gap:16px;width:100%;max-width:400px;animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .1s both}@media (max-width:768px){.QuestionScreens_inner__JKNlT{padding:20px 16px}.QuestionScreens_main__jWj_Y{gap:24px}.QuestionScreens_prompt__5x2_p{font-size:1.8rem}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_prompt__5x2_p{font-size:clamp(2.2rem,5vw,2.6rem)}.QuestionScreens_screen__jjjoz[data-screen=question] .QuestionScreens_main__jWj_Y{gap:36px}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_prompt__5x2_p{font-size:clamp(1.6rem,4vw,2rem)}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_chartCard__nE0yq{padding:20px 18px 24px}.QuestionScreens_screen__jjjoz[data-screen=reveal] .QuestionScreens_barTrack__FNR4y{height:12px}.QuestionScreens_introTitle__QxAlP{font-size:clamp(2rem,6vw,2.8rem)}.QuestionScreens_introSubtitle__xc_tz{font-size:clamp(1rem,3vw,1.2rem)}.QuestionScreens_screen__jjjoz[data-screen=moodCheck] .QuestionScreens_main__jWj_Y{gap:24px}.QuestionScreens_moodOptions__hGWUb{max-width:100%}.QuestionScreens_moodButton__4dfmc{padding:.9rem 1.2rem;font-size:.95rem}.QuestionScreens_screen__jjjoz[data-screen=aidEstimate] .QuestionScreens_prompt__5x2_p{font-size:clamp(2.2rem,5vw,2.6rem)}.QuestionScreens_sliderWrapper__D7cU3{padding:16px 0 36px}.QuestionScreens_tickLabel__yB31F{font-size:.7rem}.QuestionScreens_realityComparison__wqsQX{padding:16px 20px}.QuestionScreens_comparisonLabel__8laCM{font-size:.9rem}.QuestionScreens_comparisonValue__jxgDs{font-size:1.2rem}.QuestionScreens_chartPlaceholder__9XtAz{min-height:200px}.QuestionScreens_insightText__bDIXO{font-size:1rem}.QuestionScreens_screen__jjjoz[data-screen=povertyEstimate] .QuestionScreens_prompt__5x2_p{font-size:clamp(2.2rem,5vw,2.6rem)}.QuestionScreens_patternChartPlaceholder__9p1ep{min-height:250px}.QuestionScreens_patternText__q31uz{font-size:1rem}.QuestionScreens_screen__jjjoz[data-screen=hypothesisCheck] .QuestionScreens_prompt__5x2_p{font-size:clamp(2.2rem,5vw,2.6rem)}.QuestionScreens_hypothesisOptions__mf7fI{max-width:100%}.QuestionScreens_hypothesisButton__Zy0Hy{padding:.9rem 1.2rem;font-size:.95rem}.QuestionScreens_multiSelectOptions__YXgyZ{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.QuestionScreens_multiSelectButton__mZ8ND{padding:.9rem 1rem;font-size:.9rem}.QuestionScreens_synthesisTitle__LPGqT{font-size:clamp(2rem,6vw,2.8rem)}.QuestionScreens_reflectionPrompt__S9gmI,.QuestionScreens_synthesisLine__fUyyV{font-size:1rem}.QuestionScreens_reflectionInput__BUmOI{font-size:.95rem}.QuestionScreens_finalActionsButtons__pKtZA{max-width:100%}}.QuestionScreens_screen__jjjoz[data-screen=methodology] .QuestionScreens_main__jWj_Y{gap:32px;max-width:800px;padding-top:24px}.QuestionScreens_methodologyBackButton__DM_qC{background:transparent;border:none;color:var(--color-text-muted);font-size:.9rem;font-weight:500;cursor:pointer;padding:8px 0;transition:color .15s ease;animation:QuestionScreens_fadeIn__UasQP .3s cubic-bezier(.4,0,.2,1) .05s both}.QuestionScreens_methodologyBackButton__DM_qC:hover{color:var(--color-text)}.QuestionScreens_methodologyTabs__7EtW4{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid var(--color-border);padding-bottom:12px;margin-bottom:32px;animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .1s both}.QuestionScreens_methodologyTab__zc6hp{padding:10px 20px;border:none;background:transparent;color:var(--color-text-muted);font-size:.95rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .15s ease;position:relative;white-space:nowrap}.QuestionScreens_methodologyTab__zc6hp:hover{color:var(--color-text);background:color-mix(in srgb,var(--color-surface) 50%,transparent)}.QuestionScreens_methodologyTabActive__kKYga{color:var(--color-text);background:color-mix(in srgb,var(--color-surface) 60%,transparent)}.QuestionScreens_methodologyTabActive__kKYga:after{content:"";position:absolute;bottom:-13px;left:0;right:0;height:2px;background:var(--color-accent);border-radius:1px}.QuestionScreens_methodologyContent__A_0u0{animation:QuestionScreens_fadeIn__UasQP .4s cubic-bezier(.4,0,.2,1) .2s both}.QuestionScreens_methodologySection__4w2G2{display:flex;flex-direction:column;gap:20px;padding:24px 0}.QuestionScreens_methodologySectionTitle__R1ddL{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0;line-height:1.3}.QuestionScreens_methodologySectionBody__3d2g_{font-size:1rem;line-height:1.7;color:var(--color-text);margin:0}.QuestionScreens_methodologyList__DDXKb{list-style:none;margin:0;display:flex;flex-direction:column;gap:16px;padding:0}.QuestionScreens_methodologyList__DDXKb li{font-size:.98rem;line-height:1.6;color:var(--color-text);padding-left:24px;position:relative}.QuestionScreens_methodologyList__DDXKb li:before{content:"•";position:absolute;left:8px;color:var(--color-accent);font-weight:600;font-size:1.2rem;line-height:1}.QuestionScreens_methodologyNote__O2shn{font-size:.9rem;line-height:1.6;color:var(--color-text-muted);font-style:italic;padding:16px;background:color-mix(in srgb,var(--color-surface) 40%,transparent);border-left:3px solid var(--color-accent-2);border-radius:4px;margin:8px 0 0}@media (max-width:768px){.QuestionScreens_screen__jjjoz[data-screen=methodology] .QuestionScreens_main__jWj_Y{gap:24px;padding-top:16px}.QuestionScreens_methodologyTabs__7EtW4{gap:6px;padding-bottom:10px;margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.QuestionScreens_methodologyTabs__7EtW4::-webkit-scrollbar{display:none}.QuestionScreens_methodologyTab__zc6hp{padding:8px 16px;font-size:.88rem;flex-shrink:0}.QuestionScreens_methodologySection__4w2G2{gap:16px;padding:20px 0}.QuestionScreens_methodologySectionTitle__R1ddL{font-size:1.3rem}.QuestionScreens_methodologySectionBody__3d2g_{font-size:.95rem}.QuestionScreens_methodologyList__DDXKb{gap:12px}.QuestionScreens_methodologyList__DDXKb li{font-size:.92rem;padding-left:20px}.QuestionScreens_methodologyList__DDXKb li:before{left:6px}.QuestionScreens_methodologyNote__O2shn{font-size:.85rem;padding:12px}.QuestionScreens_methodologyBackButton__DM_qC{font-size:.85rem}}.QuestionScreens_loadingContainer__RhGqB{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:48px 24px}.QuestionScreens_loadingSpinner__Hmi5r{width:48px;height:48px;border:3px solid color-mix(in srgb,var(--color-text-muted) 30%,transparent);border-top-color:var(--color-accent);border-radius:50%;animation:QuestionScreens_spin__KksyB 1s linear infinite}@keyframes QuestionScreens_spin__KksyB{to{transform:rotate(1turn)}}.QuestionScreens_loadingText__YHwHL{font-size:1.1rem;color:var(--color-text-muted);text-align:center}.QuestionScreens_errorContainer__kM5ug{display:flex;flex-direction:column;align-items:center;gap:20px;padding:48px 24px;text-align:center}.QuestionScreens_errorText__WaNIT{font-size:1rem;color:var(--color-signal)}.QuestionScreens_reflectionSection__WyUwJ{display:flex;flex-direction:column;gap:20px;max-width:680px;animation:QuestionScreens_fadeIn__UasQP .5s ease-out}.QuestionScreens_reflectionHeader__sWQc8{font-size:1.7rem;font-weight:600;color:var(--color-accent-2);margin-bottom:8px}.QuestionScreens_reflectionParagraph__SKXWb{font-size:1.05rem;line-height:1.7;color:var(--color-text)}.QuestionScreens_questionsSection__AByRX{margin-top:40px;padding:32px;max-width:680px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 8%,transparent),color-mix(in srgb,var(--color-accent-2) 12%,transparent));border:1px solid color-mix(in srgb,var(--color-accent) 30%,transparent);border-radius:20px;box-shadow:0 4px 24px color-mix(in srgb,var(--color-accent) 15%,transparent),inset 0 1px 0 color-mix(in srgb,white 5%,transparent);animation:QuestionScreens_fadeIn__UasQP .5s ease-out .2s both}.QuestionScreens_questionsHeader__fOdWd{font-size:1.7rem;font-weight:700;color:var(--color-accent-2);margin-bottom:24px}.QuestionScreens_questionsList__bHeda{display:flex;flex-direction:column;gap:20px;list-style:none;padding:0;margin:0}.QuestionScreens_questionItem__g4Ot1{font-size:1.15rem;line-height:1.6;color:var(--color-text);padding-left:32px;position:relative;font-weight:500}.QuestionScreens_questionItem__g4Ot1:before{content:"→";position:absolute;left:0;color:var(--color-accent);font-weight:700;font-size:1.2rem}.QuestionScreens_screen__jjjoz[data-screen=aiAgent] .QuestionScreens_main__jWj_Y{justify-content:flex-start;padding-top:24px;overflow-y:auto}.QuestionScreens_aiAgentButtons__gJFUl{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.QuestionScreens_aiAgentButtons__gJFUl .QuestionScreens_primaryButton__NI_7M,.QuestionScreens_aiAgentButtons__gJFUl .QuestionScreens_secondaryButton__ov6YE{flex:0 1 auto}@media (max-width:768px){.QuestionScreens_questionsSection__AByRX{padding:24px;margin-top:32px}.QuestionScreens_reflectionHeader__sWQc8{font-size:1.4rem}.QuestionScreens_reflectionParagraph__SKXWb{font-size:.95rem}.QuestionScreens_questionsHeader__fOdWd{font-size:1.4rem}.QuestionScreens_questionItem__g4Ot1{font-size:1.05rem;padding-left:28px}.QuestionScreens_loadingSpinner__Hmi5r{width:40px;height:40px}}