:root{--navy:#1b2b4b;--cream:#fef5ee;--lavender:#b295c9;--gold:#c9a96e;--ink:#25324a;--muted:#626875;--line:#dedad9;--soft:#eee8f4;--paper:#fffdfa;--focus:#315fb0;--error:#9e3038;font-family:'DM Sans',sans-serif;color:var(--navy);background:var(--cream);font-size:16px;font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button,a,summary,input,textarea,select{touch-action:manipulation}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--focus);outline-offset:4px}button{color:inherit}a{color:inherit}h1,h2,h3,p{margin:0}h1,h2,.serif{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500}h1{font-size:clamp(2.7rem,4.7vw,4.5rem);line-height:1.02;letter-spacing:-.035em}h2{font-size:2.15rem;line-height:1.1}h3{font-size:1rem;font-weight:600;line-height:1.45}p{line-height:1.65}button{border:0;background:none}input,textarea,select{max-width:100%}[hidden]{display:none!important}.site-header{max-width:1320px;margin:auto;padding:27px 48px;display:flex;justify-content:space-between;gap:24px;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:.95rem;font-weight:500}.brand-mark{font-family:'Cormorant Garamond',serif;font-size:2.3rem;background:var(--navy);color:var(--cream);width:52px;height:52px;text-align:center;line-height:46px}.brand-sub{display:block;font-size:.7rem;letter-spacing:.18em;margin-top:5px}.header-actions{display:flex;gap:22px;align-items:center}.prototype-label{font-size:.75rem;color:var(--muted);border:1px solid var(--line);border-radius:30px;padding:6px 12px}.text-button{padding:10px 0;min-height:44px;font-size:.88rem;text-decoration:underline;text-underline-offset:5px}.workspace{max-width:1230px;margin:0 auto;padding:38px 40px 50px;display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:75px;align-items:start}.workspace.intro-layout{display:block;max-width:1080px}.main{min-width:0}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.17em;text-transform:uppercase;display:flex;gap:10px;align-items:center;margin-bottom:22px}.eyebrow:before{content:'';display:inline-block;width:26px;height:2px;background:var(--gold)}.step-meta{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:.85rem;margin-bottom:32px}.step-dots{display:flex;gap:6px;align-items:center}.step-dot{width:6px;height:6px;border-radius:50%;background:#d4ced5}.step-dot.current{width:24px;background:var(--navy);border-radius:4px;transition:width .3s}.step-dot.done{background:#847193}.screen{animation:enter .35s ease both}.intro{padding:35px 0 0;max-width:920px}.intro h1{max-width:780px;font-size:clamp(3.1rem,5.8vw,5.6rem)}.intro h1 em{font-weight:400;color:#766086}.intro .lead{max-width:635px;margin:24px 0 36px;font-size:1.05rem;color:var(--muted)}.section-prompt{font-size:1.15rem;margin-bottom:16px;font-weight:500}.choices{display:grid;gap:12px;margin-top:25px}.intro-choices{grid-template-columns:1fr 1fr;margin-top:0}.choice{position:relative;border:1px solid var(--line);border-radius:9px;padding:20px 22px;background:var(--paper);text-align:left;min-height:68px;display:flex;gap:15px;align-items:center;line-height:1.5;transition:border-color .18s,background .18s,transform .18s;overflow-wrap:anywhere}.choice:hover{border-color:#8c789c;transform:translateY(-1px)}.choice[aria-pressed=true]{border-color:var(--navy);background:var(--soft);box-shadow:inset 0 0 0 1px var(--navy)}.choice-indicator{flex:0 0 22px;width:22px;height:22px;border:1px solid #93919d;border-radius:50%;display:grid;place-items:center;font-size:.8rem}.choice[aria-pressed=true] .choice-indicator{background:var(--navy);color:#fff;border-color:var(--navy)}.intro-choices .choice{min-height:133px;align-items:flex-start;padding:24px}.choice-copy{flex:1}.choice-title{display:block;font-size:1.07rem;font-weight:500}.choice-hint{display:block;color:var(--muted);font-size:.87rem;margin-top:6px;font-weight:400}.choice-arrow{font-size:1.4rem;align-self:center}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:28px}.primary,.secondary{border-radius:7px;min-height:50px;padding:14px 25px;font-size:.93rem;display:inline-flex;justify-content:center;gap:18px;align-items:center;font-weight:500;line-height:1.4}.primary{background:var(--navy);color:#fff}.primary:hover{background:#2d4164}.secondary{border:1px solid #a7a2ac;background:transparent}.secondary:hover{background:var(--soft)}.quiet{font-size:.85rem;color:var(--muted);line-height:1.5}.footer-note{margin-top:25px;font-size:.8rem;color:var(--muted);display:flex;gap:10px;align-items:center}.screen-intro{margin-top:18px;max-width:580px;color:var(--muted)}.answer-wrap{margin-top:28px}.answer-label{display:block;font-size:.9rem;margin-bottom:12px}.answer-input{display:block;resize:vertical;width:100%;min-height:126px;background:rgba(255,255,255,.65);border:0;border-bottom:2px solid #b4a5bf;border-radius:7px 7px 0 0;padding:19px 20px;line-height:1.65;font-size:1.03rem;color:var(--navy)}.answer-input::placeholder{color:#74717a}.input-note{font-size:.78rem;color:var(--muted);margin-top:10px}.escape-actions{display:flex;gap:22px;flex-wrap:wrap;margin-top:15px}.escape-actions button{min-height:44px;font-size:.85rem;text-decoration:underline;text-underline-offset:4px}.reflection-cards{display:grid;gap:12px;margin-top:28px}.reflection-card{padding:23px 24px;border-left:3px solid var(--lavender);background:var(--paper);border-radius:0 7px 7px 0;animation:enter .38s ease both;animation-delay:calc(var(--i,0)*70ms)}.card-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:9px}.reflection-card .card-value{font-size:1.22rem;line-height:1.4}.confirmation-prompt{margin-top:28px;font-size:1rem;font-weight:500}.confirmation-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.confirmation-actions button{min-width:120px}.edit-card{padding:17px;background:var(--paper);border:1px solid var(--line);border-radius:8px;display:flex;gap:10px;align-items:center}.edit-card input{background:none;border:0;border-bottom:1px solid var(--line);padding:10px 0;flex:1;min-width:0}.edit-card button{font-size:.8rem;min-height:44px}.profile{position:sticky;top:28px;border-top:2px solid var(--gold);padding-top:20px;margin-top:15px}.profile summary{list-style:none;cursor:default;display:flex;justify-content:space-between;align-items:center;min-height:44px}.profile summary::-webkit-details-marker{display:none}.profile summary h2{font-size:1.7rem}.profile-counter{font-size:.75rem;color:var(--muted)}.profile-body{padding-top:12px}.profile-item{padding:15px 0;border-bottom:1px solid var(--line);animation:enter .25s ease}.profile-item .profile-label{font-size:.69rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.profile-item p{font-size:.88rem;line-height:1.5;margin-top:6px;overflow-wrap:anywhere}.profile-item button{font-size:.75rem;min-height:32px;padding:6px 0;text-decoration:underline;text-underline-offset:3px}.profile-placeholder{font-family:'Cormorant Garamond',serif;font-size:1.45rem;color:#6d6279;line-height:1.3;padding-top:12px}.profile-foot{font-size:.75rem;color:var(--muted);margin-top:18px}.candidate-grid{display:grid;gap:14px;margin-top:28px}.candidate{border:1px solid var(--line);border-radius:10px;background:var(--paper);padding:25px;position:relative}.candidate .tag{font-size:.7rem;letter-spacing:.09em;text-transform:uppercase;color:#775a80;display:block;margin-bottom:17px}.candidate h2{font-size:2.1rem}.candidate p{font-size:.94rem;color:var(--muted);margin-top:12px}.candidate .candidate-format{font-size:.8rem;color:var(--navy);margin:18px 0 0}.candidate .actions{margin-top:20px}.candidate:nth-child(2){background:#f3edf5}.format-choices{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.chip{border:1px solid var(--line);border-radius:30px;padding:11px 16px;min-height:44px;font-size:.88rem;background:var(--paper)}.chip[aria-pressed=true]{background:var(--navy);color:white;border-color:var(--navy)}.rank-list{display:grid;gap:10px;margin-top:25px}.rank-row{display:flex;gap:14px;align-items:center;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.rank-number{font-family:'Cormorant Garamond',serif;font-size:1.6rem;color:#7d658d}.rank-row span:nth-child(2){flex:1}.rank-row button{border:1px solid var(--line);border-radius:4px;min-width:44px;min-height:44px}.score-layout{display:grid;grid-template-columns:230px 1fr;gap:30px;align-items:center;margin-top:30px}.score-disc{width:220px;height:220px;border:1px solid #b6a8c3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--paper);position:relative;animation:score-in .6s ease}.score-disc:before{content:'';position:absolute;inset:9px;border:1px solid #e5d9ce;border-radius:50%}.score-number{font-family:'Cormorant Garamond',serif;font-size:6.3rem;line-height:1;letter-spacing:-.06em;position:relative}.score-denominator{font-size:.8rem;color:var(--muted);margin-top:4px}.status-pill{display:inline-block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;border:1px solid #b4a4c1;padding:7px 10px;border-radius:30px;background:var(--soft)}.score-context .decision{font-size:1.55rem;line-height:1.2;font-family:'Cormorant Garamond',serif;margin:14px 0 10px}.score-context p{font-size:.88rem;color:var(--muted)}.score-context .coverage{color:var(--navy);margin-bottom:12px}.group-indicators{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.group-label{font-size:.85rem;font-weight:500}.group-value{font-size:.75rem;color:var(--muted);margin-top:8px}.meter{height:5px;background:#e2dbe4;margin-top:12px;border-radius:9px;overflow:hidden}.meter span{height:100%;display:block;background:#827091;border-radius:9px}.meter.unknown{background:repeating-linear-gradient(90deg,#d6cddc 0,#d6cddc 5px,transparent 5px,transparent 10px)}.signal-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.signal-columns h3{font-size:.87rem}.signal-list{padding:0;list-style:none;margin:13px 0 0}.signal-list li{font-size:.84rem;line-height:1.5;margin:10px 0;color:var(--muted);padding-left:12px;border-left:2px solid var(--gold)}.disclosure{border-top:1px solid var(--line);margin-top:25px;padding-top:8px}.disclosure summary{font-size:.85rem;min-height:48px;display:flex;align-items:center;cursor:pointer;gap:10px}.disclosure summary:before{content:'+';font-size:1.2rem}.disclosure[open] summary:before{content:'−'}.detail-body{padding:8px 0 16px;font-size:.85rem;color:var(--muted);line-height:1.6}.detail-body ul{padding-left:20px}.detail-body li{margin-bottom:10px}.result-definition{background:var(--navy);color:var(--cream);padding:28px;border-radius:10px;margin-top:30px}.result-definition .card-label{color:#dbc7e8}.result-definition h2{font-size:2.3rem}.definition-grid{display:grid;gap:17px;margin-top:23px}.definition-grid p{font-size:.9rem;line-height:1.5}.definition-grid dt{color:#d0bdde;text-transform:uppercase;font-size:.69rem;letter-spacing:.1em;margin-bottom:5px}.definition-grid dd{margin:0}.fit-cards{display:grid;gap:10px;margin-top:20px}.fit-card{font-size:.9rem;line-height:1.6;padding:15px 18px;border:1px solid var(--line);border-radius:7px}.next-action{background:#eae1ee;border-radius:8px;padding:22px;margin-top:25px}.next-action h3{font-size:1.05rem;margin-top:7px}.plan-list{display:grid;gap:12px;margin-top:30px}.day-card{border:1px solid var(--line);border-radius:9px;background:var(--paper);overflow:hidden}.day-card summary{display:flex;gap:18px;align-items:center;padding:20px;cursor:pointer;list-style:none;min-height:80px}.day-number{font-size:.73rem;letter-spacing:.07em;color:#766080;min-width:38px}.day-card h3{font-size:1.03rem;font-weight:500}.day-card summary:after{content:'+';margin-left:auto;font-size:1.4rem}.day-card[open] summary:after{content:'−'}.day-body{padding:0 22px 22px 77px;display:grid;gap:17px;animation:enter .2s ease}.day-body p,.day-body li{font-size:.9rem;line-height:1.55}.day-body h4{font-size:.69rem;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin:0 0 5px}.day-body ul{padding-left:18px;margin:0}.loading{padding:60px 0}.loading h2{margin-top:20px}.loading-dots{display:flex;gap:8px}.loading-dots span{height:9px;width:9px;border-radius:50%;background:var(--lavender);animation:pulse .8s ease infinite alternate}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}.dev-tools{max-width:1150px;margin:12px auto 30px;border-top:1px dashed #bcb1c4;padding:15px 0;color:var(--muted)}.dev-tools>summary{font-size:.8rem;cursor:pointer;min-height:44px;display:flex;align-items:center;gap:8px}.dev-content{background:#eee8f0;padding:20px;border-radius:8px}.dev-controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.dev-controls label{font-size:.83rem}.dev-controls select{padding:10px;border:1px solid #9b93a5;background:var(--paper);color:var(--navy);border-radius:5px;min-height:44px}.dev-controls button{min-height:44px;border:1px solid #9b93a5;padding:8px 12px;border-radius:5px}.inspect-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.inspect-output{white-space:pre-wrap;overflow-wrap:anywhere;max-height:320px;overflow:auto;background:var(--paper);padding:15px;font-size:.75rem;color:var(--ink)}.fixture-note{font-size:.78rem;color:#75537f;margin-bottom:20px;border-left:3px solid var(--lavender);padding:8px 12px;background:var(--soft)}.error{color:var(--error);font-size:.9rem;margin-top:15px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);padding:13px 20px;background:var(--navy);color:white;border-radius:8px;box-shadow:0 4px 20px #1b2b4b20;font-size:.85rem;z-index:20}dialog{border:1px solid var(--line);border-radius:14px;background:var(--cream);padding:30px;max-width:460px;width:calc(100% - 32px);color:var(--navy)}dialog::backdrop{background:#1b2b4b70}dialog p{margin-top:14px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:absolute;left:12px;top:-80px;background:var(--navy);color:white;padding:14px;z-index:100}.skip-link:focus{top:10px}.resume-note{margin-bottom:25px;background:var(--soft);padding:16px 20px;border-radius:8px;font-size:.9rem}.compact-title{font-size:clamp(2.6rem,4vw,3.8rem)}
#screenTitle:focus{outline:none}.intro{padding-top:14px}.intro h1{font-size:clamp(3.1rem,5.5vw,5rem)}.intro .lead{margin:20px 0 27px}.intro-choices .choice{min-height:112px}
@keyframes enter{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes score-in{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes pulse{to{opacity:.3;transform:translateY(-3px)}}
@media(max-width:1000px){.workspace{gap:35px;padding:30px}.site-header{padding:22px 30px}.score-layout{grid-template-columns:190px 1fr;gap:22px}.score-disc{width:185px;height:185px}.score-number{font-size:5.3rem}.signal-columns{grid-template-columns:1fr;gap:10px}.dev-tools{margin:10px 30px 30px}}
@media(max-width:760px){.site-header{padding:16px 20px;align-items:flex-start}.brand-mark{width:40px;height:40px;font-size:1.9rem;line-height:37px}.brand{font-size:.82rem;gap:9px}.brand-sub{font-size:.6rem}.header-actions{flex-direction:column;gap:2px;align-items:flex-end}.prototype-label{font-size:.64rem;padding:4px 7px;max-width:145px;text-align:center}.header-actions .text-button{font-size:.75rem;min-height:32px}.workspace,.workspace.intro-layout{padding:23px 21px 30px;display:flex;flex-direction:column;gap:28px}.main{width:100%}.intro{padding:14px 0}.intro h1{font-size:3.3rem;max-width:500px}.intro .lead{font-size:.96rem;margin:22px 0 27px}.intro-choices{grid-template-columns:1fr}.intro-choices .choice{min-height:98px;padding:20px}.choice-title{font-size:1rem}.choice-hint{font-size:.84rem}.eyebrow{font-size:.7rem;margin-bottom:20px}.step-meta{margin-bottom:26px;font-size:.78rem}.screen h1{font-size:2.65rem}.screen-intro{font-size:.93rem;margin-top:15px}.profile{position:static;width:100%;margin:0;padding-top:10px;order:-1;border-top:0;border-bottom:1px solid var(--line);padding-bottom:10px}.profile summary{cursor:pointer}.profile summary h2{font-size:1.25rem}.profile summary:after{content:'+'}.profile[open] summary:after{content:'−'}.profile-counter{margin-left:auto;margin-right:12px}.profile-item{padding:10px 0}.profile-foot{display:none}.profile-placeholder{font-size:1.2rem}.profile:has(.profile-placeholder){display:none}.answer-input{font-size:1rem;min-height:120px;padding:15px}.actions.primary-sticky{position:sticky;bottom:0;padding:12px 0;background:var(--cream);z-index:3}.actions.primary-sticky>.primary{width:100%}.actions{gap:10px}.confirmation-actions{display:grid;grid-template-columns:1fr 1fr}.confirmation-actions .primary{grid-column:1/-1}.confirmation-actions button{min-width:0;padding:12px 18px}.reflection-card{padding:19px}.reflection-card .card-value{font-size:1.12rem}.candidate{padding:22px}.candidate h2{font-size:1.9rem}.score-layout{grid-template-columns:1fr;justify-items:center;text-align:center;gap:20px;margin-top:25px}.score-disc{width:210px;height:210px}.score-number{font-size:6rem}.score-context{max-width:400px}.score-context .decision{font-size:1.75rem}.group-indicators{gap:12px}.group-label{font-size:.76rem}.group-value{font-size:.7rem}.signal-columns{grid-template-columns:1fr}.signal-columns h3{font-size:.95rem}.signal-list li{font-size:.9rem}.result-definition{padding:24px}.result-definition h2{font-size:2rem}.day-card summary{padding:17px;gap:13px}.day-body{padding:0 18px 22px 18px}.day-card h3{font-size:.95rem}.dev-tools{margin:0 21px 25px}.dev-content{padding:15px}.dev-controls{align-items:stretch;flex-direction:column}.dev-controls select{width:100%}.footer-note{font-size:.75rem}.escape-actions{gap:18px}.edit-card{flex-wrap:wrap}.edit-card input{width:100%;min-width:0}.dev-tools summary{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{.site-header,.dev-tools,.profile,.actions,.escape-actions,.step-meta,.toast{display:none!important}.workspace{display:block;padding:0}.day-body{display:block}.day-card,.result-definition{break-inside:avoid}.result-definition{background:#fff;color:#000;border:1px solid #777}body{background:#fff}}

.assessment-panels{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:28px 0}.assessment-panel{background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:25px}.metric-value{font:500 2.2rem 'Cormorant Garamond',serif;line-height:1.2;margin:12px 0}.metric-value span{font:400 1rem 'DM Sans',sans-serif}.assessment-panel>p:last-child{font-size:.85rem}.interpretation-summary{white-space:pre-line}.detail-body blockquote{border-left:3px solid var(--gold);margin:18px 0;padding-left:14px}.answer-input{max-height:none;overflow-y:hidden;resize:vertical}#correction-answer{width:100%}.reflection-card p{overflow-wrap:anywhere}.footer-note{max-width:760px;line-height:1.6}@media(max-width:760px){.assessment-panels{grid-template-columns:1fr}.assessment-panel{padding:20px}.metric-value{font-size:2rem}}

.screen h1.long-title{font-size:clamp(1.85rem,3.8vw,3rem);line-height:1.2}

/* Phase 3.5: readable editorial disclosures. */
.disclosure { margin: 24px 0; border: 1px solid #b295c944; border-radius: 16px; background: #fffaf6; }
.disclosure summary { padding: 26px 28px; min-height: 72px; line-height: 1.5; cursor: pointer; font-size: 1.08rem; }
.disclosure-preview { display: block; font-size: .92rem; font-weight: 400; opacity: .75; margin-top: 8px; max-width: 65ch; }
.disclosure .detail-body { padding: 8px 28px 30px; line-height: 1.75; max-width: 75ch; }
.disclosure .detail-body section { padding: 22px 0; border-top: 1px solid #b295c933; }
.disclosure[open] .detail-body { animation: adviser-reveal 180ms ease-out; }
.disclosure summary:focus-visible { outline: 3px solid #b295c9; outline-offset: 3px; border-radius: 12px; }
.assessment-panel li { margin: 12px 0; line-height: 1.65; }
.reflection-card p, .channel-note { line-height: 1.7; max-width: 65ch; }
@keyframes adviser-reveal { from { opacity: 0; transform: translateY(-3px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 600px) { .disclosure summary { padding: 22px 18px; } .disclosure .detail-body { padding: 8px 18px 24px; } }
@media (prefers-reduced-motion: reduce) { .disclosure[open] .detail-body { animation: none; } }

.day-card { margin: 22px 0; border-radius: 16px; }
.day-card summary { padding: 24px; min-height: 80px; }
.day-body { padding: 4px 24px 28px; line-height: 1.75; max-width: 75ch; }
.day-body section { margin-top: 22px; }
.day-card[open] .day-body { animation: adviser-reveal 180ms ease-out; }
@media (prefers-reduced-motion: reduce) { .day-card[open] .day-body { animation: none; } }

@supports (interpolate-size: allow-keywords) {
  .disclosure, .day-card { interpolate-size: allow-keywords; }
  .disclosure::details-content, .day-card::details-content { block-size: 0; overflow: clip; transition: block-size 180ms ease, content-visibility 180ms; transition-behavior: allow-discrete; }
  .disclosure[open]::details-content, .day-card[open]::details-content { block-size: auto; }
}
@media (prefers-reduced-motion: reduce) { .disclosure::details-content, .day-card::details-content { transition: none; } }
/* Phase 3.6: five distinct editorial moments, retaining the brand palette. */
.phase-progress { display:flex; gap:18px; margin:0 0 42px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.phase { display:flex; align-items:center; gap:7px; color:var(--muted); font-size:.78rem; }
.phase b { display:inline-grid; place-items:center; width:24px; height:24px; border:1px solid var(--line); border-radius:50%; font-weight:500; }
.phase.current { color:var(--navy); font-weight:600; }.phase.current b { background:var(--navy);color:var(--cream); }.phase.done b { background:var(--soft); }
.insight-layout,.verdict-layout { grid-template-columns:minmax(0,1fr); max-width:1120px; }
.insight-layout .profile,.verdict-layout .profile { max-width:800px; position:static; width:100%; }
.insight-moment,.verdict-moment { max-width:880px; }
.insight-moment h1,.verdict-moment h1 { max-width:17ch; font-size:clamp(3rem,5.6vw,5.7rem); }
.insight-lead { font:500 clamp(1.6rem,3vw,2.4rem)/1.35 'Cormorant Garamond',Georgia,serif; margin:32px 0; max-width:34ch; }
.insight-signals { border-left:3px solid var(--gold); padding:4px 0 4px 24px; max-width:65ch; }
.insight-signals p { display:flex;gap:12px;margin:16px 0; }.signal-mark { color:var(--lavender);font-size:1.35rem; }
.direction-pair { display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:36px 0; }.direction-card { padding:28px;background:var(--paper);border:1px solid var(--line);border-radius:20px; }.direction-card h2 { font-size:1.7rem;margin:18px 0 12px; }
.context-chip,.verdict-classification { display:inline-block;border-radius:99px;padding:8px 14px;background:var(--soft);font-size:.8rem; }
.next-bridge { margin-top:40px;padding:28px;border-radius:20px;background:#eee7f2; }.next-bridge p { max-width:60ch;margin:12px 0 24px; }
.challenge-layout .main { border-top:3px solid var(--gold);padding-top:24px; }.challenge-layout .screen { padding:24px;border:1px solid var(--line);background:var(--paper);border-radius:22px; }.challenge-layout h1 { font-size:clamp(2.1rem,3.5vw,3.4rem); }
.verdict-lead { font-size:1.13rem;line-height:1.7;max-width:60ch;margin:26px 0; }.verdict-classification { margin-bottom:30px;background:var(--navy);color:var(--cream); }
.verdict-why { margin:22px 0 40px; }.verdict-why ol { counter-reset:reason;list-style:none;padding:0;display:grid;gap:22px; }.verdict-why li { counter-increment:reason;display:flex;gap:20px;line-height:1.65;max-width:70ch; }.verdict-why li:before { content:counter(reason,decimal-leading-zero);color:var(--lavender);font-size:1.15rem; }
.mission-card { background:var(--navy);color:var(--cream);padding:36px;border-radius:22px;margin:32px 0; }.mission-card .card-label { color:#d2bfdc; }.mission-card h2 { font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.35;margin-top:14px;max-width:38ch; }
.product-statement { padding:18px 0 26px;max-width:65ch; }.product-statement p { font-size:1.15rem;margin-top:12px; }
.qualitative-scores { display:flex;gap:54px;border-block:1px solid var(--line);padding:26px 0;margin-bottom:30px; }.qualitative-scores strong { display:block;font:500 2.3rem/1.3 'Cormorant Garamond',Georgia,serif;margin-top:10px; }
.mission-audience { padding:22px 26px;background:var(--soft);border-radius:16px;max-width:65ch; }.mission-audience p { margin-top:10px; }
.proof-timeline { margin-top:36px;border-left:1px solid var(--lavender);padding-left:24px; }.proof-timeline .day-card h2 { font:600 1rem/1.4 'DM Sans',sans-serif; }.proof-timeline .day-number { background:var(--navy);color:var(--cream);border-radius:50%;width:30px;height:30px;display:grid;place-items:center;flex-shrink:0; }.proof-timeline .day-body h3 { margin:24px 0 10px; }
.profile-change { margin-left:8px;color:#75537f;font-size:.65rem;animation:profile-badge 4.5s forwards; }.profile-updated { animation:profile-flash 4.5s ease-out; }
@keyframes profile-flash { 0%,25% { background:#b295c930; } 100% { background:transparent; } } @keyframes profile-badge { 0%,75% { opacity:1; } 100% { opacity:0; } }
@media(max-width:760px) { .phase-progress { gap:9px;justify-content:space-between;margin-bottom:26px; }.phase { flex-direction:column;font-size:.62rem;gap:5px; }.phase b { width:21px;height:21px; }.direction-pair { grid-template-columns:1fr; }.mission-card { padding:24px; }.challenge-layout .screen { padding:20px 16px; }.qualitative-scores { gap:26px; }.proof-timeline { padding-left:12px; }.next-bridge { padding:22px; } }
@media(prefers-reduced-motion:reduce) { .profile-updated,.profile-change { animation:none; } }
@media print { .proof-timeline details .day-body { display:block!important; }.phase-progress { display:none; } }
