:root{color-scheme:light;--paper:#fbf9ff;--ink:#28223f;--muted:#686078;--line:#ded7eb;--lime:#e8dcff;--soft:#f3edfc;--error:#983b25;font-size:1.0rem;font-family:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-size:1.125rem;line-height:1.65;-webkit-font-smoothing:antialiased}html{scroll-padding-top:95px}body.large-text{font-size:1.25rem}body.large-text .choice-title,body.large-text .sub,body.large-text input,body.large-text .button,body.large-text .field-label{font-size:1.25rem}body.large-text .choice-desc,body.large-text .fine,body.large-text .consent,body.large-text .helper{font-size:1.0625rem}button,input,select{font:inherit;color:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-underline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #967326;outline-offset:4px}button:disabled{cursor:not-allowed;opacity:.45}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.13;font-weight:600;letter-spacing:-.045em}h1{font-size:2.65rem;max-width:560px}h2{font-size:1.6rem}h3{font-size:1.18rem;letter-spacing:-.025em}em{font-family:Fraunces,Georgia,serif;font-weight:500}p{color:var(--muted)}.skip{position:fixed;top:10px;left:10px;z-index:50;transform:translateY(-200%);padding:12px;background:white}.skip:focus{transform:none}.header{background:rgba(251,249,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:25;backdrop-filter:blur(10px)}.header-inner{max-width:1260px;padding:0 32px;margin:auto;min-height:84px;display:flex;gap:20px;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:9px;font-size:1.625rem;font-weight:700;text-decoration:none;letter-spacing:-1.2px;white-space:nowrap}.logo svg{width:32px;height:32px}.light{font-weight:400}.header-note{font-size:.8rem;color:var(--muted)}.text-size{background:none;border:1px solid var(--line);padding:8px 12px;border-radius:8px;min-height:44px;font-weight:600;font-size:1rem}.text-size span{font-size:.72rem;margin-left:4px}.text-size[aria-pressed=true]{background:var(--lime)}.layout{max-width:1200px;margin:48px auto 70px;display:grid;grid-template-columns:340px minmax(0,650px);justify-content:space-between;gap:60px;padding:0 32px}.companion-inner{position:sticky;top:132px;padding-top:17px}.eyebrow{display:block;font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:20px}.companion h2{font-size:2.65rem;line-height:1.1}.companion p{font-size:.95rem;margin-top:22px;line-height:1.8}.companion-art{position:relative;height:255px;margin:24px 0 19px;isolation:isolate}.companion-art>svg{width:98px;height:98px;position:absolute;top:70px;left:103px;color:#7d6799;transform:rotate(-10deg)}.orbit{position:absolute;inset:20px 13px;border:1px solid #cfc4dc;border-radius:50%;transform:rotate(-25deg);background:#e7dff0}.floating{position:absolute;font-size:.7rem;background:white;border:1px solid var(--line);border-radius:7px;padding:11px 14px;box-shadow:0 10px 18px -16px #28223f40}.floating.one{left:1px;top:18px;transform:rotate(-6deg)}.floating.two{right:0;top:124px;transform:rotate(6deg);background:var(--lime)}.floating.three{left:8px;bottom:4px;transform:rotate(-4deg)}.your-focus{border-top:1px solid var(--line);padding-top:19px;display:grid;gap:5px}.your-focus>span{font-size:.6875rem;color:var(--muted);letter-spacing:.1em;text-transform:uppercase}.your-focus strong{font-size:1rem;font-weight:500}.companion .companion-foot{font-size:.8rem;margin-top:16px}.progress-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.back{width:44px;height:44px;background:none;border:1px solid var(--line);border-radius:50%;font-size:1.4rem;flex-shrink:0}.back[hidden]{display:none}.progress-copy{display:flex;justify-content:space-between;gap:12px;flex:1;font-size:.8rem;font-weight:500}.progress-copy #counter{color:var(--muted);font-variant-numeric:tabular-nums}.restart{font-size:.75rem;border:0;background:none;text-decoration:underline;padding:10px;min-height:44px}.progress{background:#e3deea;height:4px;border-radius:5px;overflow:hidden;margin-bottom:24px}.progress i{display:block;height:100%;background:#735993;transition:width .25s}main{background:#fff;border:1px solid var(--line);border-radius:20px;padding:38px;min-height:540px;box-shadow:0 12px 30px -25px #28223f30}main:focus{outline:none}.sub{font-size:1.0625rem;line-height:1.75;margin-top:17px}.fine{font-size:.8125rem;line-height:1.7;color:var(--muted);margin-top:16px}.helper{font-size:.875rem;line-height:1.7;color:var(--muted);margin-top:10px}.flow-foot{text-align:center;font-size:.75rem;margin-top:20px}.choices{border:0;padding:0;margin:27px 0 0;display:grid;gap:12px;min-width:0}.choices legend,.sr{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.choice{position:relative;display:flex;align-items:center;gap:15px;min-height:79px;padding:17px;border:1.5px solid #d5cede;border-radius:11px;cursor:pointer;background:#fff;transition:background .15s,border-color .15s}.choice:hover{border-color:#816b9c;background:#f9f7fb}.choice:has(input:checked){background:var(--soft);border-color:#7b57c6;box-shadow:inset 0 0 0 .5px #7b57c6}.choice:has(input:focus-visible){outline:3px solid #967326;outline-offset:3px}.choice input{appearance:none;width:22px;height:22px;border:1.5px solid #aa9db9;flex-shrink:0;margin:0;border-radius:50%;background:#fff;display:grid;place-items:center;order:3;margin-left:auto}.choice input[type=checkbox]{border-radius:5px}.choice input:checked{border-color:var(--ink);background:var(--ink)}.choice input:checked:after{content:'✓';color:white;font-size:0.875rem;font-weight:700}.choice input:focus-visible{outline:none}.choice-icon{width:43px;height:43px;background:#eee9f3;border-radius:10px;display:grid;place-items:center;flex-shrink:0;font-size:1.4rem}.choice:has(input:checked) .choice-icon{background:#d3bfeb}.choice-text{display:block;min-width:0}.choice-title{font-size:1.0625rem;font-weight:500;display:block;line-height:1.45}.choice-desc{font-size:.8125rem;color:var(--muted);margin-top:3px;display:block;line-height:1.55}.button{display:flex;align-items:center;justify-content:center;gap:22px;width:100%;padding:17px 22px;min-height:60px;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:white;font-size:1.0625rem;font-weight:600;text-decoration:none}.button:hover:not(:disabled){background:#3e2a56}.button.secondary{color:var(--ink);background:transparent;border-color:#b6acc3}.button.secondary:hover{background:var(--soft)}.button.lime{background:var(--lime);color:var(--ink);border-color:var(--lime)}.button .arrow{font-size:1.3rem}.actions{margin-top:28px}.actions .fine{text-align:center;font-size:.75rem}.skip-button{display:block;margin:13px auto 0;border:0;background:none;font-size:.875rem;text-decoration:underline;min-height:44px;padding:10px;color:var(--muted)}.topics{grid-template-columns:1fr 1fr;gap:12px}.topics .choice{display:block;padding:18px;min-height:160px}.topics .choice-icon{margin-bottom:13px}.topics input{position:absolute;right:16px;top:19px}.topics .choice-title{font-size:1rem}.selection-count{margin-top:14px;font-size:.875rem;min-height:24px;color:var(--muted)}.notice{display:flex;gap:12px;padding:17px;background:var(--soft);border:1px solid #d4c9e2;border-radius:10px;margin-top:23px;font-size:.9375rem;line-height:1.7;color:#4c3c60}.notice .symbol{font-size:1.4rem;line-height:1.35;flex-shrink:0}.notice p{color:inherit}.micro-label{display:block;color:var(--muted);font-size:.6875rem;text-transform:uppercase;letter-spacing:.11em;font-weight:700;margin-bottom:10px}.builder{margin-top:26px}.builder-row{border:0;padding:0;margin:0 0 21px;min-width:0}.builder-row legend{font-size:.9375rem;font-weight:600;margin-bottom:9px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{position:relative;cursor:pointer;display:block}.chip input{position:absolute;width:1px;height:1px;opacity:0}.chip span{display:block;padding:10px 14px;border:1px solid var(--line);border-radius:7px;font-size:.875rem;min-height:46px;line-height:1.7}.chip input:checked+span{background:var(--lime);border-color:#9072b5}.chip input:focus-visible+span{outline:3px solid #967326;outline-offset:3px}.prompt-box{background:#f2eef6;border:1px solid #dad1e4;border-radius:12px;padding:20px;font-size:1.0625rem;line-height:1.8}.prompt-box mark{color:var(--ink);background:#d2bdec;padding:2px 3px;border-radius:3px}.example-result{margin-top:20px;border:1px solid #cabbdc;border-radius:12px;padding:21px;background:#f9f6fc}.example-result h2{font-size:1.35rem;margin-bottom:14px}.example-result table{border-collapse:collapse;width:100%;font-size:.875rem;line-height:1.6}.example-result td,.example-result th{padding:10px 5px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.example-result th{font-weight:600}.example-result ul{padding-left:21px;font-size:.9375rem}.example-result li{margin-bottom:8px}.example-result .fine{font-size:.8125rem}.error{color:var(--error);font-size:.875rem;margin-top:12px;line-height:1.6}.error[hidden],[hidden]{display:none!important}.pace-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pace-grid .choice{display:block;text-align:center;padding:20px 10px;min-height:150px}.pace-grid .choice input{position:static;margin:14px auto 0;display:grid}.pace-number{font-size:2rem;display:block;font-weight:500;line-height:1.3;letter-spacing:-.05em}.pace-grid .choice-title{font-size:.875rem}.pace-grid .choice-desc{font-size:.75rem}.plan-intro{background:var(--soft);border:1px solid #d0c3df;padding:22px;border-radius:12px;margin-top:24px}.plan-intro h2{font-size:1.45rem}.plan-intro p{font-size:.9375rem;margin-top:11px}.summary-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:17px}.summary-pills span{font-size:.75rem;background:#fff;border:1px solid var(--line);border-radius:5px;padding:5px 8px}.timeline{margin:28px 0;padding:0;list-style:none}.timeline>li{position:relative;border-left:1px solid #d2c9dd;margin-left:17px;padding:0 0 24px 32px}.timeline>li:last-child{border:0;padding-bottom:0}.timeline .number{position:absolute;left:-17px;top:0;display:grid;place-items:center;border-radius:50%;width:34px;height:34px;background:var(--paper);border:1px solid #baabcd;font-size:.8125rem}.timeline>li:first-child .number{background:var(--lime)}.timeline h3{padding-top:5px}.timeline p{font-size:.875rem;margin-top:8px}.timeline .artifact{display:block;font-size:.8125rem;color:#4a3563;margin-top:8px}.future{border-top:1px solid var(--line);padding-top:21px}.future h3{font-size:1.125rem}.future p{font-size:.875rem;margin-top:10px}.future details,.privacy-info{font-size:.8125rem;margin-top:14px}.future summary,.privacy-info summary{cursor:pointer;min-height:44px;display:flex;align-items:center;text-decoration:underline;text-underline-offset:4px}.future details p{margin-top:0;font-size:.8125rem}.email-preview{border:1px solid var(--line);border-radius:10px;padding:19px;margin:23px 0;background:#f8f6fb}.email-preview h2{font-size:1.125rem}.email-preview p{font-size:.875rem;margin-top:8px}.field{margin-top:21px}.field-label{display:block;font-size:.9375rem;font-weight:600;margin-bottom:7px}.field-label small{font-size:.8125rem;color:var(--muted);font-weight:400}.field input{width:100%;min-height:60px;padding:15px;border:1.5px solid #baadc9;border-radius:8px;font-size:1.0625rem;background:white}.field input[aria-invalid=true]{border-color:var(--error)}.consent{display:flex;align-items:flex-start;gap:12px;font-size:.875rem;line-height:1.7;margin-top:22px;cursor:pointer}.consent input{width:24px;height:24px;flex-shrink:0;margin:2px 0 0;accent-color:var(--ink)}.privacy-info{color:var(--muted);line-height:1.7}.privacy-info p{padding-bottom:8px}.offer-banner{display:flex;align-items:center;gap:9px;color:#4c3c60;font-size:.8125rem;margin-bottom:20px}.offer-banner:before{content:'';width:7px;height:7px;border-radius:50%;background:#644d80}.offer-preview{background:#ede8f4;border-radius:10px;padding:21px;margin-top:24px}.offer-preview h2{font-size:1.2rem}.offer-preview ul{padding:0;list-style:none;font-size:.9375rem;margin:13px 0 0}.offer-preview li{position:relative;padding-left:23px;margin-top:9px}.offer-preview li:before{content:'✓';position:absolute;left:0;color:#654d83}.offer-prices{margin-top:26px}.offer-prices .choice{align-items:flex-start;padding:21px;gap:12px}.offer-prices .choice input{order:0;margin:5px 0 0}.offer-prices .choice-text{flex:1}.price-line{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.price-amount{font-size:1.75rem;letter-spacing:-.04em;font-weight:500;white-space:nowrap}.price-term{display:block;font-size:.8125rem;color:var(--muted);margin-top:7px}.offer-prices .choice-desc{font-size:.875rem;margin-top:10px}.offer-terms{font-size:.875rem;line-height:1.8;background:var(--paper);border:1px solid var(--line);border-radius:9px;padding:17px;margin-top:19px}.offer-terms strong{font-weight:600}.offer-terms p+p{margin-top:9px}.email-saved{padding:17px;border-radius:9px;background:#eee9f4;margin-top:22px;font-size:.9375rem;overflow-wrap:anywhere}.inline-link{font-size:.8125rem;border:0;background:none;text-decoration:underline;min-height:40px;padding:8px;color:var(--ink)}.success-mark{display:grid;place-items:center;background:var(--lime);width:70px;height:70px;border-radius:50%;font-size:2rem;margin-bottom:26px}.success-list{padding:0;list-style:none;margin-top:25px;font-size:1rem}.success-list li{padding:12px 0;border-bottom:1px solid var(--line)}.success-list strong{font-weight:500}.success-list span{display:block;font-size:.875rem;color:var(--muted)}dialog{max-width:480px;width:calc(100% - 40px);border:1px solid var(--line);padding:30px;border-radius:16px;color:var(--ink);background:var(--paper)}dialog::backdrop{background:#1b102975}dialog p{font-size:1rem;margin-top:17px}.dialog-actions{display:grid;gap:12px;margin-top:23px}.dialog-actions .button{font-size:1rem}.resume-note{display:flex;gap:9px;align-items:center;padding:10px 14px;background:var(--soft);font-size:.8125rem;border-radius:8px;margin-bottom:22px}.sr-focus:focus{outline:none}
@media(max-width:1000px){.layout{grid-template-columns:260px minmax(0,620px);gap:35px}.companion h2{font-size:2.2rem}.companion-art>svg{left:80px;width:80px;height:80px}.floating{font-size:.6rem}.companion-art{height:225px}.header-note{display:none}main{padding:30px}h1{font-size:2.3rem}}
@media(max-width:760px){.layout{display:block;max-width:650px;margin:24px auto 35px;padding:0 20px}.companion{display:none}.header-inner{min-height:73px;padding:0 20px}.logo{font-size:1.5rem}.logo svg{width:29px;height:29px}.text-size span{display:none}.text-size{min-width:44px}.progress-header{margin-bottom:12px}.progress{margin-bottom:18px}.progress-copy{font-size:.75rem}.restart{font-size:.7rem;padding:8px}.back{width:40px;height:40px}.flow-foot{font-size:.6875rem}main{padding:27px;border-radius:15px;min-height:0}h1{font-size:2.2rem;line-height:1.15}.sub{font-size:1.0625rem}.eyebrow{font-size:.625rem;margin-bottom:16px}.topics .choice{padding:15px;min-height:168px}.topics input{top:17px;right:12px}.topics .choice-title{font-size:1rem}.topics .choice-desc{font-size:.8125rem}.button{font-size:1.0625rem;min-height:62px}.choice{min-height:78px}.choice-title{font-size:1.0625rem}.choice-desc{font-size:.875rem}.fine{font-size:.8125rem}.prompt-box{padding:17px}.notice{font-size:.875rem}.price-line{display:block}.price-amount{display:block;margin-top:8px}.offer-prices .choice{padding:18px}.offer-terms{font-size:.875rem}}
@media(max-width:400px){.layout{padding:0 14px}.header-inner{padding:0 17px}main{padding:23px 20px}h1{font-size:2rem}.topics{gap:9px}.topics .choice{padding:14px 11px}.topics .choice-title{font-size:.9375rem}.topics .choice-desc{font-size:.75rem}.choice{padding:14px;gap:11px}.choice-icon{width:35px;height:35px;font-size:1.2rem}.pace-grid{gap:8px}.pace-grid .choice{padding:17px 7px}.progress-copy{font-size:.6875rem}.restart{font-size:.625rem}.chips{gap:7px}.chip span{padding:10px 11px;font-size:.8125rem}.example-result{padding:17px}.price-amount{font-size:1.65rem}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}html{scroll-behavior:auto}}

body.large-text .topics,body.large-text .pace-grid{grid-template-columns:1fr}body.large-text .topics .choice{min-height:125px}.choice-title{overflow-wrap:break-word}
/* Sales sequence: tangible outcomes, lesson previews and an explicit offer. */
.method-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.method-strip>span{padding:18px 10px;background:var(--wash,#f1edf5);border-radius:12px;color:var(--muted);font-size:0.875rem}.method-strip strong{display:block;color:var(--ink);font-size:1.0625rem;margin-top:8px}.transformation{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}.transformation>div{padding:24px;border:1px solid #dad5e1;border-radius:16px;background:#f3f0f6}.transformation>div:last-child{background:#e4d7f4;border-color:#c3afdc}.transformation h3{font-size:1.4375rem;line-height:1.3;margin:14px 0}.transformation p{font-size:1.0rem;line-height:1.6;color:var(--muted)}.goal-ribbon,.offer-summary{background:#e4d7f4;border:1px solid #cdbbe3;padding:24px;border-radius:16px;margin:26px 0}.goal-ribbon strong,.offer-summary>strong{display:block;font-size:1.375rem;line-height:1.4;margin-top:9px}.lesson-preview{padding:26px;background:#f3f0f6;border:1px solid #dad5e1;border-radius:16px;margin:28px 0}.lesson-preview h2{font-size:1.5rem;line-height:1.35;margin:12px 0 22px}.lesson-preview ol{padding-left:24px;margin:0}.lesson-preview li{padding:0 0 20px 8px}.lesson-preview li:last-child{padding-bottom:0}.lesson-preview li::marker{color:#514264;font-weight:700}.lesson-preview li span{display:block;color:var(--muted);font-size:1.0rem;line-height:1.6;margin-top:6px}.value-cards{display:grid;grid-template-columns:1fr;gap:0;margin:20px 0}.value-cards>div{padding:17px 0;border-bottom:1px solid #dedae4}.value-cards p{color:var(--muted);font-size:1.0rem;line-height:1.5;margin:5px 0 0}.recommended-plan{position:relative}.plan-badge{display:inline-block;background:#e8dcff;color:#28223f;border-radius:6px;padding:5px 8px;font-size:0.8125rem;font-weight:700;margin-bottom:12px}.guarantee{display:flex;align-items:flex-start;gap:16px;margin:26px 0;padding:24px;background:#eee9f4;border:1px solid #d3c8e0;border-radius:16px}.guarantee-mark{display:grid;place-items:center;flex:0 0 38px;height:44px;border:2px solid #66547c;border-radius:18px 18px 24px 24px;color:#514264;font-size:1.5rem}.guarantee h2{font-size:1.4375rem;margin:0 0 8px}.guarantee p{font-size:1.0rem;line-height:1.65;margin:0;color:var(--muted)}.offer-faq{margin-top:38px;border-top:1px solid #dad5e1;padding-top:20px}.offer-faq h2{font-size:1.5rem;line-height:1.4}.offer-faq details{border-bottom:1px solid #dad5e1;padding:18px 0}.offer-faq summary{cursor:pointer;font-weight:600;line-height:1.5;padding-right:8px}.offer-faq details p{font-size:1.0rem;line-height:1.7;color:var(--muted);margin-bottom:0}.large-text .lesson-preview li span,.large-text .value-cards p,.large-text .transformation p,.large-text .guarantee p,.large-text .offer-faq details p{font-size:1.1875rem}
@media(max-width:540px){.transformation{grid-template-columns:1fr}.transformation>div{padding:20px}.method-strip{gap:6px}.method-strip strong{font-size:0.9375rem}.method-strip>span{padding:14px 8px}.lesson-preview,.goal-ribbon,.offer-summary{padding:20px}.guarantee{padding:20px 16px;gap:12px}.guarantee h2{font-size:1.375rem}.large-text .method-strip{grid-template-columns:1fr}.large-text .method-strip>span{display:flex;gap:12px;align-items:center}.large-text .method-strip strong{margin:0;font-size:1.1875rem}}
.confidence-scale{border:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:30px 0}.confidence-scale legend{font-size:0.9375rem;margin-bottom:16px;color:var(--muted)}.confidence-scale label{position:relative;text-align:center;cursor:pointer}.confidence-scale input{position:absolute;inset:0;opacity:0}.confidence-scale label>span{display:grid;place-items:center;border:1px solid #ccc4d5;border-radius:12px;height:62px;font-size:1.625rem;background:#f6f4f9}.confidence-scale small{display:block;font-size:0.8125rem;line-height:1.4;margin-top:10px}.confidence-scale input:checked+span{background:#e8dcff;border:2px solid #514264}.confidence-scale input:focus-visible+span{outline:3px solid #705b89;outline-offset:3px}.ready-list{list-style:none;padding:0;margin:28px 0}.ready-list li{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #dedae4}.ready-list li>span{display:grid;place-items:center;width:30px;height:30px;flex-shrink:0;background:#e8dcff;border-radius:50%;color:#28223f}.ready-list p{margin:5px 0 0;color:var(--muted);font-size:1.0rem;line-height:1.6}.summary-profile{background:#f3eff7;border:1px solid #d8d0e2;border-radius:16px;padding:6px 24px;margin:28px 0}.summary-profile>div{padding:20px 0;border-bottom:1px solid #d8d0e2}.summary-profile>div:last-child{border:0}.summary-profile strong{display:block;font-size:1.3125rem;line-height:1.4;margin-top:10px}.summary-profile p{font-size:0.9375rem;line-height:1.6;color:var(--muted);margin-bottom:0}.confidence-meter{display:flex;gap:8px;margin-top:14px}.confidence-meter i{height:12px;flex:1;background:#d8d0e2;border-radius:4px}.confidence-meter i.filled{background:#6c5a82}.large-text .confidence-scale small{font-size:1.0rem}.large-text .summary-profile p,.large-text .ready-list p{font-size:1.1875rem}@media(max-width:400px){.confidence-scale{gap:5px}.confidence-scale small{font-size:0.6875rem}.large-text .confidence-scale{grid-template-columns:1fr}.large-text .confidence-scale label{display:flex;align-items:center;gap:15px}.large-text .confidence-scale label>span{width:55px}.large-text .confidence-scale small{font-size:1.0625rem;margin:0}}
.research-card{padding:28px;background:#e4d7f4;border:1px solid #cdbfdf;border-radius:18px;margin:28px 0}.research-number{display:block;font-size:5.5rem;line-height:1.1;letter-spacing:-5px;color:#28223f;margin:18px 0 8px}.research-card h2{font-size:1.625rem;line-height:1.3;margin:0 0 18px}.research-card p{line-height:1.65}.research-card a{font-size:0.9375rem;color:#423157;text-underline-offset:4px}.build-ring{--portion:25%;width:184px;height:184px;border-radius:50%;margin:34px auto;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,#fff 62%,transparent 63%),conic-gradient(#755b94 var(--portion),#ebe6f0 0);transition:background .25s}.build-ring strong{font-size:2.625rem;letter-spacing:-2px}.build-ring span{font-size:0.8125rem;margin-top:8px}.building-card{text-align:center;min-height:145px}.building-card h2{font-size:1.5625rem;line-height:1.4;margin:15px 0}.build-dots{display:flex;justify-content:center;gap:8px}.build-dots i{width:32px;height:5px;border-radius:3px;background:#e2dde9}.build-dots .done{background:#755b94}.offer-clock-banner{background:#28223f;color:white;padding:20px 22px;border-radius:14px;margin:-4px 0 30px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 16px}.offer-clock-banner>span{font-size:1.0rem;line-height:1.5}.offer-clock-banner strong{font-size:2.0rem;font-variant-numeric:tabular-nums;color:#e8dcff}.offer-clock-banner p{grid-column:1/-1;font-size:0.8125rem;line-height:1.5;margin:0;color:#e3dcec}.price-stack{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.price-anchor{font-size:0.75rem;color:#635575;font-weight:400}.price-anchor s{font-size:1.0625rem;margin-left:3px}.order-preview{border:1px solid #d5ccdf;border-radius:16px;padding:24px;background:#f1ecf7;margin:25px 0}.order-preview h2{font-size:1.5rem;line-height:1.4}.order-preview dl{margin:20px 0 0}.order-preview dl>div{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #d7cfe0;padding:15px 0}.order-preview dt{font-size:1.0rem;line-height:1.5}.order-preview dd{margin:0;text-align:right;font-weight:600;font-size:1.0625rem;min-width:70px}.payment-placeholder{text-align:center;border:2px dashed #d0c8d9;border-radius:16px;padding:30px 20px;color:#564a66}.payment-placeholder>span{font-size:2.25rem;display:block;margin-bottom:12px}.payment-placeholder p{font-size:1.0rem;line-height:1.5}.large-text .offer-clock-banner p{font-size:1.0625rem}.large-text .price-anchor{font-size:1.0rem}@media(max-width:500px){.offer-clock-banner{padding:18px 16px;gap:8px}.offer-clock-banner strong{font-size:1.75rem}.offer-clock-banner>span{font-size:0.9375rem}.price-line{align-items:flex-start}.price-stack{align-items:flex-start}.research-number{font-size:4.625rem}.order-preview{padding:20px}.order-preview dl>div{flex-direction:column;gap:6px}.order-preview dd{text-align:left}.large-text .offer-clock-banner{grid-template-columns:1fr}.large-text .offer-clock-banner p{grid-column:1}}
/* A quieter frame: one question, one decision, one action. */
.companion,.header-note,.flow-foot{display:none}.layout{display:block;max-width:680px;margin:32px auto;padding:0 24px}.flow{width:100%;max-width:none}.header-inner{max-width:1080px}.progress-header{gap:12px}.progress-copy{flex:1}.progress-copy #stage{display:none}.progress-copy #counter{font-size:0.8125rem}.restart{font-size:0.75rem}.progress{height:3px;margin-bottom:26px}main{padding:32px;border:1px solid #dedae4;box-shadow:none}.question-screen main>.eyebrow{display:none}main>h1{font-size:2.125rem;line-height:1.2;letter-spacing:-1px;margin:0 0 18px}main>.sub{font-size:1.0625rem;line-height:1.55;margin-bottom:26px}.question-screen .choice-icon{display:none}.question-screen .choice{min-height:64px;padding:18px 20px;gap:12px}.question-screen .choice-title{font-size:1.125rem;line-height:1.4}.question-screen .choices{gap:10px}.question-screen .choice-desc{font-size:0.875rem}.question-screen main>.notice{display:none}.question-screen main>.sub:empty{display:none}.binary-choices{grid-template-columns:1fr 1fr}.binary-choices .choice{min-height:116px;justify-content:center;text-align:center}.binary-choices .choice-text{flex:none}.binary-choices .choice-title{font-size:1.4375rem}.range-question{padding:25px 0 22px}.range-question output{display:block;text-align:center;font-size:1.625rem;font-weight:600;margin-bottom:32px}.range-question input[type=range]{width:100%;height:42px;padding:0;cursor:pointer;accent-color:#6f45bc;background:transparent;border:0;touch-action:pan-y}.range-question input[type=range]::-webkit-slider-thumb{width:28px;height:28px}.range-ends{display:flex;justify-content:space-between;font-size:0.875rem;color:#5d506e;margin-top:10px}textarea#personal-goal{display:block;width:100%;box-sizing:border-box;resize:vertical;min-height:156px;padding:18px;font:1.125rem/1.6 'DM Sans',sans-serif;color:#28223f;border:1px solid #b8aec4;border-radius:12px;background:#f9f7fb}textarea#personal-goal:focus{outline:3px solid #cfb9eb;outline-offset:2px}.writing-count{display:flex;justify-content:space-between;gap:16px;font-size:0.75rem;color:#665779;margin:10px 0 28px}.per-day{font-size:1.0rem;font-weight:400;letter-spacing:0}.price-amount{font-size:2.25rem}.price-line{align-items:center}.offer-summary.compact-summary{display:none}.offer-clock-banner{padding:12px 18px;margin-bottom:26px}.offer-clock-banner strong{font-size:1.5rem}.offer-clock-banner p{display:none}.offer-terms{background:transparent;border:0;padding:8px 0}.offer-terms p{font-size:0.9375rem;line-height:1.6}.daily-basis{color:#564a66;font-size:0.8125rem!important}.offer-prices .choice{padding:20px}.offer-prices .price-stack{align-items:flex-end}.offer-preview{padding:20px 0}.resume-note{font-size:0.8125rem;padding:10px;margin-bottom:18px}.large-text main>h1{font-size:2.25rem}.large-text .writing-count,.large-text .range-ends{font-size:1.0rem}.large-text textarea#personal-goal{font-size:1.3125rem}@media(max-width:600px){.layout{margin:22px auto;padding:0 18px}main{padding:26px 22px}main>h1{font-size:1.875rem}.question-screen .choice{padding:16px;min-height:62px}.question-screen .choice-title{font-size:1.0625rem}.binary-choices .choice{min-height:105px}.binary-choices .choice-title{font-size:1.375rem}.price-line{flex-direction:row;flex-wrap:wrap;gap:12px}.offer-prices .price-stack{align-items:flex-end}.price-amount{font-size:2.0625rem}.large-text .binary-choices{grid-template-columns:1fr 1fr}.large-text .price-line{flex-direction:column;align-items:flex-start}.large-text .offer-prices .price-stack{align-items:flex-start}}

body[data-step="landing"] .actions:has(button:disabled){display:none}
.range-question input[type=range]{-webkit-appearance:none;appearance:none}.range-question input[type=range]::-webkit-slider-runnable-track{height:8px;background:#dcd5e4;border-radius:8px}.range-question input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:30px;height:30px;margin-top:-11px;border-radius:50%;background:#6f45bc;border:3px solid #fff;box-shadow:0 0 0 1px #6f45bc}.range-question input[type=range]::-moz-range-track{height:8px;background:#dcd5e4;border-radius:8px}.range-question input[type=range]::-moz-range-thumb{width:25px;height:25px;border-radius:50%;background:#6f45bc;border:3px solid #fff}
/* Guided v6: larger questions, three continuous progress segments, concise choices. */
main>h1{font-size:2.75rem;line-height:1.13;letter-spacing:-1.2px;margin-bottom:26px}.large-text main>h1{font-size:3.0625rem}.progress-copy #counter{display:none}.progress{display:flex;gap:8px;height:6px;background:transparent;overflow:visible}.progress>span{display:block;flex:1;height:6px;border-radius:9px;background:#e9e2f3;overflow:hidden}.progress>span>i{display:block;height:100%;background:#7651c2;border-radius:9px;transition:width .35s ease}.question-screen .topics{grid-template-columns:1fr 1fr}.question-screen .topics .choice{display:flex;min-height:68px;padding:15px;align-items:center}.question-screen .topics input{position:static;flex-shrink:0;margin:0}.question-screen .topics .choice-title{font-size:1.0625rem}.selection-count{font-size:0.8125rem;margin:10px 0}.profile-spinner{position:relative;width:96px;height:96px;margin:45px auto}.profile-spinner i{position:absolute;left:44px;top:3px;width:8px;height:25px;border-radius:5px;background:#6f45bc;transform-origin:4px 45px;transform:rotate(calc(var(--n)*30deg));animation:profile-pulse 1.2s linear infinite;animation-delay:calc(var(--n)*.1s);opacity:.2}@keyframes profile-pulse{0%{opacity:1}100%{opacity:.15}}.building-card{min-height:110px}.building-card h2{font-size:1.4375rem}.building-card p{font-size:1.0625rem}body[data-step=building] main{text-align:center}
@media(max-width:600px){main>h1{font-size:2.3125rem;line-height:1.15}.large-text main>h1{font-size:2.625rem}.question-screen .topics .choice{padding:12px;gap:9px;min-height:65px}.question-screen .topics .choice-title{font-size:1.0rem}.large-text .topics{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.profile-spinner i{animation:none;opacity:.6}}

/* Audit v7: readable terms, visible chapter labels and high-contrast controls. */
:root{--line:#827097}html.large-type{font-size:19px}
main>.eyebrow:not(:empty){display:block;font-size:0.875rem;line-height:1.5;letter-spacing:.08em;margin-bottom:16px}.question-screen main>.eyebrow{display:none}.progress-copy #stage{display:block;font-size:0.875rem;line-height:1.5}.progress-copy #counter:not(:empty){display:block;font-size:0.8125rem;color:#514264;margin-top:3px}.back{width:48px;height:48px;min-width:48px}
.choice{border:2px solid #6f5f83}.choice input,.field input,textarea#personal-goal{border:2px solid #6f5f83}.chip span{border:2px solid #6f5f83}.consent input{outline:1px solid #6f5f83;outline-offset:1px}.range-question input[type=range]::-webkit-slider-runnable-track{background:#6f5f83}.range-question input[type=range]::-moz-range-track{background:#6f5f83}.choice:focus-within{outline:3px solid #6f45bc;outline-offset:3px}
.micro-label{font-size:0.875rem;line-height:1.5}.offer-clock-banner p{display:block;font-size:0.875rem;line-height:1.5}.offer-clock-banner{margin-bottom:24px}.offer-prices .price-term{font-size:1.125rem;line-height:1.5;margin-top:12px}.offer-prices .renewal{font-size:1.0625rem;line-height:1.5}.offer-prices .billed-amount{display:block;font-size:1.875rem;line-height:1.3;font-weight:600;color:#28223f}.billed-amount>span{font-size:1.0625rem;font-weight:400}.price-amount{font-size:2.0rem}.price-anchor{display:block;font-size:0.9375rem;margin-top:10px}.price-anchor s{font-size:1.0625rem}.saving{display:block;font-size:1.0rem;font-weight:600;color:#423157;margin-top:5px}.duration-detail{font-size:1.0rem!important}.offer-terms,.offer-terms p{font-size:1.0625rem}.daily-basis{font-size:0.9375rem!important}.offer-personal{font-size:1.0625rem;line-height:1.6;margin:20px 0}.commitment-intro{font-size:1.0625rem;line-height:1.55;margin-top:24px}.commitment-intro strong{white-space:nowrap;text-decoration:underline;text-underline-offset:5px}.target-date{font-size:2.125rem!important;text-decoration:underline;text-underline-offset:6px}.profile-details{margin:22px 0}.profile-details summary{min-height:48px;cursor:pointer;font-size:1.0625rem;font-weight:600}.profile-details dl{background:#f3eff7;padding:20px;border-radius:12px}.profile-details dt{font-size:0.875rem;font-weight:600;margin-top:18px}.profile-details dt:first-child{margin-top:0}.profile-details dd{font-size:1.0625rem;line-height:1.6;margin:5px 0 0}.research-card details{margin:15px 0}.research-card summary{cursor:pointer;min-height:44px;font-size:1.0rem}.research-card p{font-size:1.0625rem}.research-card .fine{font-size:0.875rem}.compact-evidence .research-number{font-size:3.0rem;letter-spacing:-2px}.compact-evidence h2{font-size:1.375rem}.assembly-progress{height:6px;background:#e9e2f3;border-radius:6px;overflow:hidden;margin:25px 0}.assembly-progress i{display:block;height:100%;background:#7651c2;transition:width .15s linear}body[data-step=building] .building-card{min-height:130px}.offer-prices .price-line{align-items:flex-start;flex-wrap:wrap}.large-text .micro-label,.large-text .price-term,.large-text .offer-terms,.large-text .offer-terms p{font-size:1.125rem}.large-text .daily-basis{font-size:1.0625rem!important}
@media(max-width:600px){.back{width:48px;height:48px}.offer-prices .price-stack{align-items:flex-start}.price-line{display:flex}.price-amount{font-size:1.8125rem}.offer-prices .billed-amount{font-size:1.75rem}.progress-copy #stage{font-size:0.8125rem}.progress-copy #counter{font-size:0.75rem}.target-date{font-size:1.875rem!important}}
.goal-ribbon p strong{display:inline;font-size:inherit;line-height:inherit;margin:0}

/* Daily price leads; actual monthly billing remains legible underneath. */
.offer-prices .price-amount{font-size:2.625rem;font-weight:600;line-height:1.2}.offer-prices .price-term,.offer-prices .renewal{font-size:.875rem;line-height:1.6;font-weight:400}.offer-prices .price-line{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.offer-prices .price-stack{align-items:flex-start}.offer-terms,.offer-terms p,.large-text .offer-terms,.large-text .offer-terms p{font-size:.875rem;line-height:1.6}.daily-basis,.large-text .daily-basis{font-size:.8125rem!important}.large-text .price-term{font-size:.875rem}.offer-prices .choice-title{font-size:1.125rem}

/* Submit -> a short personal response -> Next. */
.answer-feedback{display:flex;gap:13px;align-items:flex-start;margin:24px 0 0;padding:20px;border:1px solid #bdb4c9;border-radius:16px;background:linear-gradient(120deg,#f4edff 0%,#eef1ff 65%,#fff0f8 100%)}.answer-feedback strong{display:block;font-size:1.0625rem;line-height:1.4;color:#7143a2}.answer-feedback p{margin:7px 0 0;font-size:.9375rem;line-height:1.55;color:#66517f}.feedback-mark{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:50%;background:#66517f;color:white;font-size:1.125rem}.answer-feedback.revealed{animation:feedback-arrive .45s cubic-bezier(.2,.8,.2,1) both}.answer-feedback.revealed .feedback-mark{animation:feedback-check .45s .1s both}.button.answer-ready{animation:feedback-button .35s ease-out}.answer-feedback+.actions{margin-top:16px}body[data-step=landing] .actions:has(button:disabled){display:block}
@keyframes feedback-arrive{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes feedback-check{from{transform:scale(.5) rotate(-15deg)}to{transform:scale(1) rotate(0)}}@keyframes feedback-button{50%{transform:scale(1.025)}}
@media(prefers-reduced-motion:reduce){.answer-feedback.revealed,.answer-feedback.revealed .feedback-mark,.button.answer-ready{animation:none}}

/* Keep every answer and its selection control inside its card. */
.question-screen .choices{min-width:0}.question-screen .choice{min-width:0;max-width:100%;box-sizing:border-box}.question-screen .choice-text{min-width:0;flex:1 1 0}.question-screen .choice-title{white-space:normal;overflow-wrap:anywhere}.question-screen .binary-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.question-screen .binary-choices .choice{justify-content:space-between;gap:12px}.question-screen .binary-choices .choice-text{flex:1 1 0;min-width:0}.question-screen .binary-choices input{position:static;margin:0;flex:0 0 22px}.question-screen .binary-choices .choice-title{font-size:1.375rem;line-height:1.35}
@media(max-width:600px){.large-text.question-screen .binary-choices{grid-template-columns:1fr}.question-screen .binary-choices .choice{padding:16px;min-height:90px}}
/* Varied, explicit-answer controls. */
.choice:hover:not(:has(input:checked)){background:#fff;border-color:#6f5f83}
.age-picker{margin:36px 0}.age-picker label{display:block;font-weight:600;margin-bottom:12px}.age-picker select{width:100%;min-height:72px;background:#f9f7fb;border:2px solid #6f5f83;border-radius:12px;padding:18px;color:var(--ink);font:inherit;font-size:1.3rem}.age-picker p{margin-top:14px;font-size:.9rem}
.experience-ladder{border:0;padding:0;margin:30px 0;display:grid;gap:12px}.experience-ladder label{display:flex;gap:18px;align-items:center;padding:18px;border:2px solid #d8d1e1;border-radius:14px;cursor:pointer;position:relative}.experience-ladder input{position:absolute;opacity:0;width:1px;height:1px}.ladder-dot{width:44px;height:44px;border:2px solid #6f5f83;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-size:1.2rem}.experience-ladder strong{display:block;font-size:1.1rem}.experience-ladder small{display:block;font-size:.9rem;color:var(--muted);margin-top:5px}.experience-ladder label:has(:checked){background:var(--soft);border-color:#7b57c6}.experience-ladder input:checked+.ladder-dot{background:var(--ink);color:white;border-color:var(--ink)}.experience-ladder label:has(:focus-visible){outline:3px solid #967326;outline-offset:3px}
.project-deck{touch-action:pan-y;margin-top:30px}.project-card{background:linear-gradient(145deg,#f3eff8,#e5dcf0);border:2px solid #c8bada;border-radius:22px;padding:30px;min-height:265px;display:flex;flex-direction:column;justify-content:center}.project-symbol{font-size:2.6rem;margin-bottom:18px}.project-card h2{font-size:1.7rem;line-height:1.25}.project-card p{font-size:1rem;line-height:1.6;margin-top:14px}.project-card.chosen{border-color:#6f45bc;box-shadow:0 0 0 3px #e8dcff}.deck-controls{display:flex;align-items:center;justify-content:space-between;margin:18px 0}.deck-controls button,.pace-dial button{width:54px;height:54px;border:1.5px solid #6f5f83;border-radius:50%;background:white;color:var(--ink);font-size:1.5rem}.deck-controls span{font-size:.9rem;color:var(--muted)}.project-choose,.confirm-order{width:100%;border:2px solid #6f45bc;background:#e8dcff;color:var(--ink);padding:16px;border-radius:10px;font:inherit;font-weight:600;min-height:56px}.project-choose[aria-pressed=true]{background:#eae4f2}.rank-list{list-style:none;padding:0;margin:30px 0 16px;display:grid;gap:12px}.rank-list li{display:flex;gap:10px;align-items:center;padding:16px 12px;border:1.5px solid #a699b5;border-radius:12px;background:#f9f7fb;cursor:grab}.rank-list li:first-child{border-color:#6f45bc;background:#eee8f6}.rank-list .dragging{opacity:.4}.rank-grip{font-size:1.5rem;color:#655777}.rank-number{font-size:.85rem;color:var(--muted)}.rank-list strong{font-size:1rem;flex:1;min-width:0}.rank-controls{display:flex;gap:4px}.rank-controls button{width:40px;min-height:44px;border:1px solid #9c8eae;border-radius:8px;background:white;font-size:1.2rem;color:var(--ink)}.rank-status{font-size:.9rem;line-height:1.5;margin-bottom:18px;min-height:42px}.pace-dial{display:flex;align-items:center;justify-content:center;gap:30px;margin:48px 0 24px}.pace-dial>div{text-align:center;min-width:120px}.pace-dial output{display:block;font-size:4.8rem;font-weight:600;line-height:1.1;letter-spacing:-3px}.pace-dial span{display:block;margin-top:12px;font-size:.95rem}.pace-hint{text-align:center;font-size:.95rem;min-height:50px}.range-question.unanswered output{font-size:1.25rem;color:var(--muted)}.range-question.unanswered input{accent-color:#86759b}
body[data-step=matching] main,body[data-step=building] main{text-align:center}.assembly-orbit{width:128px;height:128px;margin:28px auto;border-radius:50%;background:radial-gradient(circle,#c4a4ec60,transparent 72%);display:grid;place-items:center}.assembly-orbit .profile-spinner{margin:0}.assembly-orbit #assembly-check{display:grid;place-items:center;width:86px;height:86px;border-radius:50%;background:#e8dcff;font-size:2.6rem;animation:assembly-reveal .45s ease-out}.assembly-checklist{list-style:none;text-align:left;padding:0;margin:20px auto;max-width:400px;display:grid;gap:14px}.assembly-checklist li{display:flex;gap:12px;font-size:.95rem;color:#68597a;transition:color .3s}.assembly-checklist span{width:20px;flex-shrink:0}.assembly-checklist .done{color:#35214d}.building-card{min-height:108px}.building-card p{margin-top:12px}.building-card h2{font-size:1.4rem}.assembly-progress{height:6px;border-radius:5px;overflow:hidden;background:#e0dae8;margin-top:24px}.assembly-progress i{display:block;height:100%;background:#6e4c97;transition:width .1s linear}
@keyframes assembly-reveal{from{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}
@media(max-width:600px){.project-card{padding:24px;min-height:250px}.rank-list li{padding:12px 8px;gap:7px}.rank-grip{display:none}.rank-controls{flex-direction:column}.pace-dial{gap:18px}.large-text .rank-list li{flex-wrap:wrap}.large-text .rank-controls{flex-direction:row;margin-left:auto}.large-text .experience-ladder strong{font-size:1.25rem}}
@media(prefers-reduced-motion:reduce){.assembly-orbit #assembly-check{animation:none}.assembly-progress i{transition:none}}
body[data-step=matching] main>.eyebrow,body[data-step=building] main>.eyebrow{display:none}body[data-step=matching] main>h1,body[data-step=building] main>h1{font-size:2.3rem;margin-bottom:16px}body[data-step=matching] main>.sub,body[data-step=building] main>.sub{font-size:1rem;margin-bottom:0}.assembly-orbit{height:100px;margin:18px auto}.building-card{min-height:85px}.assembly-checklist{gap:10px;margin:16px auto}
/* Shared violet / blue / rose identity, with neutral high-contrast body text. */
:root{--accent:#7048ba;--accent-blue:#4f64c9;--accent-rose:#b753a0;--brand-gradient:linear-gradient(115deg,#7146b9,#4d64c6 58%,#a94b97)}
.logo svg{color:var(--accent)}.button{background:var(--brand-gradient);border-color:#7048ba}.button:hover:not(:disabled){background:linear-gradient(115deg,#6335ac,#3d52b8 58%,#953d86)}.button.secondary{background:transparent}.button.lime{background:#e8dcff;color:var(--ink)}.button.answer-ready{background:var(--brand-gradient)}.progress>span>i,.assembly-progress i{background:var(--brand-gradient)}.choice:has(input:checked){background:linear-gradient(110deg,#f3edff,#eef1ff);border-color:#7c57be;box-shadow:inset 0 0 0 .5px #7c57be}.choice input:checked{background:#7048ba;border-color:#7048ba}.answer-feedback{background:linear-gradient(115deg,#f3ecff,#edf1ff 58%,#fff0f8);border-color:#d9cbee}.answer-feedback strong{color:#70429f}.answer-feedback p{color:#625474}.feedback-mark{background:var(--brand-gradient)}.project-card{background:linear-gradient(145deg,#f6f0ff,#edf1ff 65%,#fff1f9)}.range-question input[type=range]{accent-color:#7048ba}.range-question input[type=range]::-webkit-slider-runnable-track{background:#c8b9e1;border-radius:12px}.range-question input[type=range]::-moz-range-track{background:#c8b9e1;border-radius:12px}
.assembly-orbit{position:relative;width:124px;height:124px;background:transparent;margin:22px auto}.download-ring{width:124px;height:124px;overflow:visible}.download-ring circle{fill:none;stroke-width:7}.ring-track{stroke:#ece5f5}#download-arc{stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;transform:rotate(-90deg);transform-origin:60px 60px;transition:stroke-dashoffset .18s linear}#assembly-percent,.assembly-orbit #assembly-check{position:absolute;inset:0;display:grid;place-items:center;width:auto;height:auto;margin:0;background:none;color:#7048ba;font-size:1.75rem;font-weight:600;font-variant-numeric:tabular-nums}.assembly-orbit #assembly-check{font-size:2.3rem}.assembly-checklist .done{color:#6b439a}.assembly-checklist .done span{color:#7753c4}
@media(prefers-reduced-motion:reduce){#download-arc{transition:none}}
/* Continuous thumb movement; the saved response still uses five confidence levels. */
#confidence-range{touch-action:pan-y;box-shadow:none;cursor:grab;transition:none}
#confidence-range:active{cursor:grabbing}
#confidence-range::-webkit-slider-runnable-track{background:linear-gradient(to right,#7950c8 0%,#5968cf var(--range-fill,50%),#e6def0 var(--range-fill,50%),#e6def0 100%);height:10px;border-radius:10px}
#confidence-range::-moz-range-track{background:linear-gradient(to right,#7950c8 0%,#5968cf var(--range-fill,50%),#e6def0 var(--range-fill,50%),#e6def0 100%);height:10px;border-radius:10px}
#confidence-range::-webkit-slider-thumb{margin-top:-10px}
#confidence-output{min-height:2.8em;display:grid;place-items:center;margin-bottom:24px;font-size:1.625rem}
.range-question.unanswered #confidence-output{font-size:1.625rem}
.range-question.unanswered #confidence-range::-webkit-slider-runnable-track{background:#e6def0}.range-question.unanswered #confidence-range::-moz-range-track{background:#e6def0}
.range-question.unanswered #confidence-range::-webkit-slider-thumb{background:#9586ad;box-shadow:0 0 0 1px #9586ad}
.range-question.unanswered #confidence-range::-moz-range-thumb{background:#9586ad}

/* Phone questions: one visible decision, followed by one visible response.
   Minimum heights deliberately allow scrolling with extreme text enlargement. */
.change-answer{display:none}
@media(max-width:600px){
 .question-screen .header{position:relative}
 .question-screen .header-inner{min-height:52px;padding:0 16px;gap:12px}
 .question-screen .logo{font-size:1.35rem}.question-screen .logo svg{width:26px;height:26px}
 .question-screen .text-size{padding:6px 10px}.question-screen .text-size span{display:none}
 .question-screen .layout{margin:0 auto;padding:0 12px max(10px,env(safe-area-inset-bottom))}
 .question-screen .progress-header{height:48px;margin:0;gap:10px}
 .question-screen .back{width:44px;height:44px;min-width:44px;border:0}
 .question-screen .progress{height:4px;margin:0 4px 12px;gap:6px}
 .question-screen .progress>span{height:4px}
 .question-screen main{padding:18px;display:flex;flex-direction:column;min-height:calc(100svh - 128px - env(safe-area-inset-bottom));border-radius:16px}
 .question-screen main>*{flex-shrink:0}
 .question-screen main>h1,.large-text.question-screen main>h1{font-size:1.75rem;line-height:1.15;letter-spacing:-.7px;margin:0 0 16px}
 .question-screen main>.sub,.large-text.question-screen main>.sub{font-size:1rem;line-height:1.35;margin:0 0 14px}
 .question-screen .resume-note,.question-screen .commitment-intro{display:none}
 .question-screen .choices{margin:0 0 12px;gap:8px}
 .question-screen .choice{padding:10px 12px;min-height:50px;gap:10px}
 .question-screen .choice-title,.large-text.question-screen .choice-title{font-size:1rem;line-height:1.3}
 .question-screen .binary-choices .choice{min-height:88px}
 .question-screen .actions,.question-screen .answer-feedback+.actions{margin-top:auto;padding-top:12px}
 .question-screen .button{min-height:52px;padding:12px 16px;font-size:1.0625rem}
 .question-screen .topics,.large-text.question-screen .topics{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
 .question-screen .topics .choice,.large-text.question-screen .topics .choice{padding:9px;min-height:55px;gap:7px}
 .question-screen .topics .choice-title{font-size:1rem}
 .question-screen .selection-count{font-size:.875rem;margin:0;min-height:22px;line-height:1.3}
 .question-screen .age-picker{margin:12px 0 20px}.question-screen .age-picker select{min-height:56px;padding:12px;font-size:1.125rem}
 .question-screen .experience-ladder{margin:0 0 12px;gap:8px}
 .question-screen .experience-ladder label{padding:10px;gap:10px;min-height:60px}
 .question-screen .ladder-dot{width:32px;height:32px;font-size:1rem}
 .question-screen .experience-ladder strong,.large-text.question-screen .experience-ladder strong{font-size:1rem;line-height:1.3}
 .question-screen .experience-ladder small{font-size:.875rem;line-height:1.3;margin-top:3px}
 .question-screen .project-deck{margin:0}
 .question-screen .project-card{min-height:176px;padding:18px}
 .question-screen .project-symbol{font-size:1.7rem;line-height:1;margin-bottom:10px}
 .question-screen .project-card h2{font-size:1.25rem;line-height:1.2}
 .question-screen .project-card p{font-size:1rem;line-height:1.35;margin-top:10px}
 .question-screen .deck-controls{margin:8px 0}
 .question-screen .deck-controls button{width:44px;height:44px}
 .question-screen .project-choose,.question-screen .confirm-order{min-height:44px;padding:8px 12px;font-size:1rem}
 .question-screen .rank-list{margin:0 0 8px;gap:6px}
 .question-screen .rank-list li,.large-text.question-screen .rank-list li{padding:4px 8px;gap:6px;flex-wrap:nowrap}
 .question-screen .rank-controls,.large-text.question-screen .rank-controls{flex-direction:row;gap:2px;margin:0}
 .question-screen .rank-controls button{width:44px;height:44px;min-height:44px;border:0;background:transparent}
 .question-screen .rank-list strong{font-size:1rem;line-height:1.2}
 .question-screen .rank-status{position:absolute;width:1px;height:1px;min-height:0;overflow:hidden;clip-path:inset(50%);margin:0}
 .question-screen .pace-dial{margin:24px 0;gap:18px}
 .question-screen .pace-dial output{font-size:3.5rem}
 .question-screen .pace-hint{min-height:0;font-size:1rem;line-height:1.4;margin-bottom:12px}
 .question-screen .range-question{padding:16px 0}
 .question-screen #confidence-output{margin-bottom:16px;font-size:1.5rem}
 .question-screen textarea#personal-goal{min-height:120px;height:120px;padding:12px;font-size:1rem;line-height:1.5}
 .question-screen .writing-count{margin:8px 0 12px;gap:8px}
 .question-screen main.answer-submitted>:not(h1):not(.answer-feedback):not(.actions):not(.change-answer){display:none}
 .question-screen .answer-feedback{margin:4px 0 0;padding:18px;gap:10px}
 .question-screen .answer-feedback strong{font-size:1.125rem}.question-screen .answer-feedback p{font-size:1rem;line-height:1.5}
 .question-screen .change-answer{display:block;align-self:flex-start;border:0;background:transparent;color:var(--accent);text-decoration:underline;text-underline-offset:4px;min-height:44px;font-size:1rem;padding:10px 0;margin-top:6px}
}
@media(max-width:600px) and (max-height:700px){
 .question-screen main{padding:14px}
 .question-screen main>h1,.large-text.question-screen main>h1{font-size:1.5rem;margin-bottom:12px}
 .question-screen main>.sub{margin-bottom:10px}
 .question-screen .choices{gap:6px;margin-bottom:8px}
 .question-screen .choice{min-height:46px;padding:8px 10px}
 .question-screen .experience-ladder small{display:none}
 .question-screen .experience-ladder label{min-height:50px;padding:8px}
 .question-screen .topics .choice{min-height:50px;padding:7px}
 .question-screen .project-card{min-height:148px;padding:14px}.question-screen .project-symbol{display:none}
 .question-screen .actions{padding-top:8px}
}
@media(max-width:600px){
 .question-screen .button,.question-screen .button .arrow{line-height:1.2}
 .question-screen .project-choose,.question-screen .confirm-order{line-height:1.25}
 .question-screen .rank-list li{padding-top:0;padding-bottom:0}
 .question-screen .rank-controls{font-size:0;line-height:1}
}
@media(max-width:600px) and (max-height:700px){
 .question-screen .header-inner{min-height:44px}
 .question-screen .progress-header{height:44px}
 .question-screen .progress{margin-bottom:8px}
 .question-screen main{min-height:calc(100svh - 108px - env(safe-area-inset-bottom))}
 .question-screen .topics .choice,.large-text.question-screen .topics .choice{min-height:46px;padding:6px;gap:5px}
 .question-screen .topics input{width:18px;height:18px}
 .question-screen .topics .choice-title{line-height:1.2}
 .question-screen .rank-list li,.large-text.question-screen .rank-list li{padding-top:0;padding-bottom:0}
 .question-screen .answer-feedback{padding:14px}
}
@media(max-width:600px) and (max-height:700px){
 .question-screen main{padding:12px;min-height:calc(100svh - 111px - env(safe-area-inset-bottom))}
 .question-screen main>.sub{margin-bottom:8px}
 .question-screen .rank-list{gap:4px}
}
@media(max-width:600px){
 .question-screen main.answer-submitted>textarea#personal-goal{display:none}
}
@media(max-width:600px) and (max-height:700px){
 .question-screen .answer-feedback .feedback-mark{display:none}
}
@media(max-width:600px){
 .question-screen main:not(.answer-submitted)>.answer-feedback{display:none}
 /* Keep typing and Submit together while the phone keyboard is open. */
 body.question-screen:has(main.writing-active:not(.answer-submitted)) .header,
 body.question-screen:has(main.writing-active:not(.answer-submitted)) .progress-header{display:none}
 body.question-screen:has(main.writing-active:not(.answer-submitted)) .progress{margin:8px 4px}
 body.question-screen:has(main.writing-active:not(.answer-submitted)) main{min-height:calc(var(--writing-viewport,100svh) - 32px);padding:12px}
 body.question-screen:has(main.writing-active:not(.answer-submitted)) main>h1{font-size:1.25rem;margin-bottom:12px}
 body.question-screen:has(main.writing-active:not(.answer-submitted)) main>.sub{display:none}
 body.question-screen:has(main.writing-active:not(.answer-submitted)) textarea#personal-goal{height:88px;min-height:88px}
 body.question-screen:has(main.writing-active:not(.answer-submitted)) .writing-count{margin-bottom:8px}
}
.answer-feedback p{overflow-wrap:anywhere}

/* Profile reveal: a continuous download ring with a soft orbiting highlight. */
.assembly-screen .assembly-orbit{width:176px;height:176px;margin:28px auto 22px;isolation:isolate}
.assembly-screen .download-ring{position:absolute;inset:0;width:100%;height:100%;transform:rotate(0deg)}
.assembly-screen .download-ring circle{stroke-width:5}
.assembly-screen .ring-track{stroke:#eee8f7}
.assembly-screen #download-arc,.assembly-screen .ring-glow{stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;transform:rotate(-90deg);transform-origin:60px 60px;transition:stroke-dashoffset .12s linear}
.assembly-screen .ring-glow{filter:blur(3px);opacity:.42;stroke-width:7}
.assembly-halo{position:absolute;inset:15%;border-radius:50%;background:conic-gradient(from 0deg,#e7d9ff,#e1e9ff,#fae2f3,#e7d9ff);filter:blur(16px);opacity:.75;animation:assembly-breathe 3.6s ease-in-out infinite}
.assembly-satellite{position:absolute;inset:7.5%;border-radius:50%;animation:assembly-orbit 3s linear infinite}
.assembly-satellite i{display:block;position:absolute;top:-3px;left:calc(50% - 3px);width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 3px 2px #a790e7,0 0 14px 4px #b9a4ed}
.assembly-centre{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:opacity .25s,transform .35s}
.assembly-screen #assembly-percent{position:static;display:block;font-size:2.7rem;line-height:1.15;letter-spacing:-.05em;color:#6540a7;font-weight:600;font-variant-numeric:tabular-nums}
#assembly-percent>span{font-size:1.05rem;letter-spacing:0;margin-left:2px;font-weight:500}
.assembly-centre-label{font-size:.5625rem;letter-spacing:.16em;font-weight:700;color:#796790}
.assembly-screen .assembly-orbit #assembly-check{inset:25%;width:50%;height:50%;animation:none;overflow:visible}
#assembly-check path{fill:none;stroke:#7551ba;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:55;stroke-dashoffset:55}
.assembly-complete #assembly-check path{animation:assembly-check-draw .65s .12s ease-out forwards}
.assembly-complete .assembly-centre{opacity:0;transform:scale(.8)}
.assembly-complete .assembly-satellite{opacity:0;transition:opacity .35s}
.assembly-complete .assembly-halo{animation:assembly-finish .8s ease-out forwards}
.assembly-screen .building-card{min-height:76px;margin:0;text-align:center}
.assembly-screen .building-card h2{font-size:1.125rem;line-height:1.35;margin:0 0 6px}
.assembly-screen .building-card p{font-size:1rem;line-height:1.4;margin:0;color:#79698b}
.assembly-screen .assembly-checklist{gap:8px;margin:16px auto 20px;max-width:380px;width:100%}
.assembly-screen .assembly-checklist li{align-items:center;gap:12px;min-height:32px;font-size:.9375rem;line-height:1.3;color:#8a8196;transition:color .35s,transform .35s}
.assembly-screen .assembly-checklist li>span:last-child{width:auto;flex:1}
.assembly-screen .assembly-step-mark{display:grid;place-items:center;width:26px;height:26px;flex:0 0 26px;border:1px solid #e2d9ee;border-radius:50%;font-size:.75rem;transition:background .35s,border-color .35s,color .35s;position:relative}
.assembly-screen .assembly-checklist .active{color:#6441a0;transform:translateX(3px)}
.assembly-screen .active .assembly-step-mark{background:#f1eaff;border-color:#c6b0e4;color:#724eb2}
.assembly-screen .active .assembly-step-mark:after{content:'';position:absolute;inset:-4px;border:1px solid #baa2de;border-radius:50%;animation:assembly-step-pulse 1.6s ease-out infinite}
.assembly-screen .assembly-checklist .done{color:#554467}
.assembly-screen .done .assembly-step-mark{background:#ede5fa;border-color:#ede5fa;color:#7048ba}
.assembly-screen .assembly-progress.sr{padding:0;margin:0;min-height:0;height:1px}
.assembly-screen .actions{margin-top:16px}
@keyframes assembly-orbit{to{transform:rotate(360deg)}}
@keyframes assembly-breathe{0%,100%{transform:scale(.88);opacity:.5}50%{transform:scale(1.08);opacity:.85}}
@keyframes assembly-step-pulse{from{transform:scale(.9);opacity:.65}to{transform:scale(1.18);opacity:0}}
@keyframes assembly-check-draw{to{stroke-dashoffset:0}}
@keyframes assembly-finish{0%{transform:scale(.9);opacity:.75}50%{transform:scale(1.25);opacity:.9}100%{transform:scale(1);opacity:.55}}
@media(max-width:600px){
 .assembly-screen .header{position:relative}.assembly-screen .header-inner{min-height:52px;padding:0 16px}
 .assembly-screen .logo{font-size:1.35rem}.assembly-screen .logo svg{width:26px;height:26px}
 .assembly-screen .text-size{padding:6px 10px}.assembly-screen .text-size span{display:none}
 .assembly-screen .layout{margin:0 auto;padding:0 12px max(10px,env(safe-area-inset-bottom))}
 .assembly-screen .progress-header{height:48px;margin:0}.assembly-screen .back{width:44px;height:44px;min-width:44px;border:0}
 .assembly-screen .progress{height:4px;margin:0 4px 12px}.assembly-screen .progress>span{height:4px}
 body.assembly-screen main{padding:18px;min-height:calc(100svh - 128px - env(safe-area-inset-bottom));display:flex;flex-direction:column;border-radius:16px}
 body.assembly-screen main>*{flex-shrink:0}
 body.assembly-screen main>h1{font-size:1.8rem;margin-bottom:0;line-height:1.15}
 body.assembly-screen main>.sub{display:none}
 .assembly-screen .assembly-orbit{width:148px;height:148px;margin:22px auto 18px}
 .assembly-screen .assembly-checklist{margin:12px auto 16px}
 .assembly-screen .actions{margin-top:auto;padding-top:12px}
 .assembly-screen .button{min-height:52px;padding:12px;font-size:1rem;line-height:1.25}
 .assembly-screen .resume-note{display:none}
}
@media(max-width:600px) and (max-height:700px){
 .assembly-screen .header-inner{min-height:44px}.assembly-screen .progress-header{height:44px}.assembly-screen .progress{margin-bottom:8px}
 body.assembly-screen main{padding:12px;min-height:calc(100svh - 111px - env(safe-area-inset-bottom))}
 body.assembly-screen main>h1{font-size:1.375rem}
 .assembly-screen .assembly-orbit{width:112px;height:112px;margin:12px auto}
 .assembly-screen #assembly-percent{font-size:2rem}.assembly-centre-label{font-size:.5rem}
 .assembly-screen .building-card{min-height:58px}.assembly-screen .building-card h2{font-size:1rem;margin-bottom:4px}.assembly-screen .building-card p{font-size:.875rem;line-height:1.3}
 .assembly-screen .assembly-checklist{gap:5px;margin:8px auto}.assembly-screen .assembly-checklist li{min-height:28px;font-size:.875rem}
 .assembly-screen .actions{padding-top:8px}
}
@media(prefers-reduced-motion:reduce){
 .assembly-halo,.assembly-satellite,.assembly-step-mark:after{animation:none!important}
 .assembly-satellite,.assembly-step-mark:after{display:none}
 .assembly-complete #assembly-check path{stroke-dashoffset:0}
}
/* Override the older final-build card's reserved height as well. */
body.assembly-screen .building-card{min-height:76px}
@media(max-width:600px) and (max-height:700px){body.assembly-screen .building-card{min-height:58px}}

/* Clear decisions: all answers visible, no ranking, carousel or stepper. */
.question-screen .age-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.question-screen .age-choices .choice{min-height:74px}
.question-screen .age-choices .choice-title{font-size:1.25rem}
.question-screen .learning-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.question-screen .learning-choices .choice{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:14px;min-height:154px;padding:20px}
.question-screen .learning-choices .choice input{position:absolute;top:16px;right:16px}
.question-screen .learning-choices .choice-icon{display:grid;width:44px;height:44px;border-radius:12px;color:#7550b5;background:linear-gradient(135deg,#f0e7fd,#e8edff)}
.learning-choices .choice-icon svg{width:28px;height:28px}
.question-screen .learning-choices .choice-text{flex:none;width:100%}
.question-screen .learning-choices .choice-title{font-size:1.125rem;line-height:1.3}
.question-screen .project-choices .choice{min-height:84px}
.daily-time-choices{border:0;padding:0;margin:28px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.daily-time-choice{position:relative;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 10px 18px;border:2px solid #aa9abc;border-radius:14px;min-width:0;background:#fff;transition:background .22s,border-color .22s,box-shadow .22s}
.daily-time-choice input{appearance:none;position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}
.daily-time-choice:has(input:checked){border-color:#7c57be;background:linear-gradient(135deg,#f3edff,#edf1ff);box-shadow:inset 0 0 0 .5px #7c57be}
.daily-time-choice:has(input:focus-visible){outline:3px solid #967326;outline-offset:3px}
.time-number{font-size:2.6rem;line-height:1.1;font-weight:600;letter-spacing:-.05em;color:#5f3b9b}
.time-unit{font-size:.9375rem;color:#655671;margin:6px 0 14px}
.time-caption{font-size:.8125rem;line-height:1.3;text-align:center;color:#766786;min-height:2.6em}
.time-tick{width:24px;height:24px;border:1.5px solid #aa9abc;border-radius:50%;display:grid;place-items:center;font-size:.875rem;color:transparent;margin-top:10px}
.daily-time-choice:has(:checked) .time-tick{background:#7048ba;border-color:#7048ba;color:white;animation:selection-check .26s ease-out}
@media(max-width:600px){
 .question-screen .age-choices{gap:10px}.question-screen .age-choices .choice{min-height:62px}
 .question-screen .learning-choices{gap:10px}
 .question-screen .learning-choices .choice{min-height:132px;padding:14px;gap:12px}
 .question-screen .learning-choices .choice-icon{width:38px;height:38px}.learning-choices .choice-icon svg{width:25px;height:25px}
 .question-screen .learning-choices .choice input{top:12px;right:12px}
 .question-screen .learning-choices .choice-title{font-size:1rem}
 .question-screen .project-choices .choice{min-height:72px}
 .daily-time-choices{gap:8px;margin:18px 0}.daily-time-choice{padding:20px 6px 14px}
 .time-number{font-size:2.25rem}.time-unit{font-size:.875rem}.time-caption{font-size:.8125rem}
}
@media(max-width:600px) and (max-height:700px){
 .question-screen .age-choices .choice{min-height:56px}
 .question-screen .learning-choices .choice{min-height:114px;padding:10px;gap:8px}
 .question-screen .learning-choices .choice-icon{width:32px;height:32px}.learning-choices .choice-icon svg{width:23px;height:23px}
 .question-screen .learning-choices .choice input{top:10px;right:10px}
 .question-screen .project-choices .choice{min-height:64px}
 .daily-time-choice{padding:16px 6px 12px}.time-number{font-size:2rem}
}

/* One continuous wave backdrop, visible through the top bar. */
body{isolation:isolate}
body::before{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:url('/funnel-grain.svg'),url('/funnel-waves.svg'),radial-gradient(ellipse at 7% 20%,#d7c4f5 0%,transparent 53%),radial-gradient(ellipse at 91% 78%,#f1d1e8 0%,transparent 53%),radial-gradient(ellipse at 78% 9%,#dbe4ff 0%,transparent 48%),linear-gradient(135deg,#faf7ff,#f4f2fc 55%,#fff7fc);background-size:180px 180px,1600px 1000px,100% 100%,100% 100%,100% 100%,100% 100%;background-position:0 0,center top,0 0,0 0,0 0,0 0;background-repeat:repeat,repeat-y,no-repeat,no-repeat,no-repeat,no-repeat}
.header{background:rgba(251,249,255,.28);border-bottom-color:#d7c9e780;backdrop-filter:none}
main{border-color:#ddd3eb;box-shadow:0 16px 54px -32px #6c43984d}
.progress>span{background:#c8b8de}
@media(max-width:600px){body::before{background-size:180px 180px,800px 650px,100% 100%,100% 100%,100% 100%,100% 100%}.header{background:rgba(251,249,255,.2)}}
/* A clear fifth answer for people who have not learned online. */
.question-screen .learning-choices .choice:has(input[value=offline]){grid-column:1/-1;flex-direction:row;align-items:center;min-height:56px;padding:12px 16px}
.question-screen .learning-choices .choice:has(input[value=offline]) .choice-icon{display:none}
.question-screen .learning-choices input[value=offline]{position:static;margin-left:auto}
.question-screen .learning-choices .choice:has(input[value=offline]) .choice-text{flex:1;width:auto}
@media(max-width:600px) and (max-height:700px){
 .question-screen .learning-choices{gap:8px}
 .question-screen .learning-choices .choice{padding:8px 10px;gap:6px;min-height:96px}
 .question-screen .learning-choices .choice-icon{width:28px;height:28px}
 .question-screen .learning-choices .choice:has(input[value=offline]){min-height:46px;padding:8px 10px}
}

/* Selection feedback belongs beside the next action, never on a second screen. */
.question-screen .actions .inline-feedback {
 display:flex;align-items:center;gap:10px;margin:0 0 14px;padding:0;
 border:0;border-radius:0;background:none;box-shadow:none;min-height:42px;
 text-align:left;
}
.question-screen .actions .inline-feedback[hidden] {display:none}
.question-screen .actions .inline-feedback strong {
 display:block;margin:0;font-size:1rem;line-height:1.4;font-weight:600;
 color:#6650a4;background:none;-webkit-text-fill-color:currentColor;
}
.question-screen .actions .inline-feedback .feedback-mark {
 flex:0 0 26px;width:26px;height:26px;font-size:14px;
 display:grid;place-items:center;border-radius:50%;
 background:linear-gradient(135deg,#eee5fb,#e5eafa);color:#7355b4;
}
@media(max-width:600px){
 .question-screen .actions .inline-feedback{gap:8px;margin-bottom:10px;min-height:38px}
 .question-screen .actions .inline-feedback strong{font-size:.875rem;line-height:1.35}
}
@media(max-width:600px) and (max-height:700px){
 .question-screen .actions .inline-feedback{margin-bottom:8px;min-height:34px}
 .question-screen .learning-choices .choice{min-height:76px}
}
@media(max-width:600px) and (max-height:700px){
 body.question-screen:not(.large-text) main{padding-top:10px;padding-bottom:10px}
 body.question-screen:not(.large-text) main h1{margin-bottom:8px}
 body.question-screen:not(.large-text) .actions{padding-top:4px}
 body.question-screen[data-step=urgency]:not(.large-text) .choice{padding-top:4px;padding-bottom:4px}
}
