:root{--navy: #1a1a2e;--green: #2aa94f;--green-dark: #1f8c40;--green-tint: #eaf6ee;--green-tint-strong: #dcefe2;--gold: #fac775;--gold-dark: #e0a63e;--cream: #faeeda;--grey: #444441;--grey-soft: #6f6f6b;--line: #e7e4dd;--line-soft: #f0eee9;--card-shadow: 0 1px 2px rgba(26, 26, 46, .05), 0 10px 30px rgba(26, 26, 46, .06);--font-sans: "Google Sans", "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans);color:var(--grey);background-color:#fff;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff;color:var(--grey)}h1,h2,h3,h4{color:var(--navy);line-height:1.2;margin:0 0 .5em}a{color:var(--green-dark)}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem;color:var(--grey)}.eyebrow{display:block;color:var(--green);font-weight:700;font-size:clamp(1.75rem,3.6vw,2.6rem);letter-spacing:.01em;margin-bottom:.15em}.portal{display:flex;align-items:stretch;min-height:100vh}.portal-nav{flex:none;width:256px;background:#fff;color:var(--grey);border-right:1px solid var(--line);box-shadow:6px 0 24px #1a1a2e08}.portal-nav-inner{position:sticky;top:0;padding:30px 20px;display:flex;flex-direction:column;gap:30px}.portal-body{flex:1 1 auto;min-width:0}.portal-nav-brand{display:flex;flex-direction:column;gap:10px}.portal-nav-logo{display:block;height:24px;width:auto}.portal-nav-system{font-size:.7rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--grey-soft)}.portal-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.portal-step-row{display:flex;gap:12px;align-items:flex-start;padding:11px 12px;border-radius:12px;text-decoration:none;color:inherit;transition:background .14s ease}.portal-step-num{flex:none;width:24px;height:24px;border-radius:999px;display:grid;place-items:center;font-size:.78rem;font-weight:700;background:var(--line-soft);color:var(--grey-soft);transition:background .14s ease,color .14s ease}.portal-step-body{display:flex;flex-direction:column;gap:2px;min-width:0}.portal-step-name{font-weight:500;color:var(--navy);line-height:1.25;font-size:.9rem}.portal-step-note{font-size:.72rem;color:var(--grey-soft)}.portal-step.is-active .portal-step-row{background:var(--green-tint);box-shadow:inset 0 0 0 1px #2aa94f47}.portal-step.is-active .portal-step-row:hover{background:var(--green-tint-strong)}.portal-step.is-active .portal-step-num{background:var(--green);color:#fff}.portal-step.is-active .portal-step-name{color:var(--green-dark);font-weight:700}.portal-step.is-active .portal-step-note{color:var(--green-dark)}.portal-step.is-locked{opacity:.45}.portal-step.is-locked .portal-step-row{cursor:default}@media (max-width: 900px){.portal{flex-direction:column}.portal-nav{width:auto;border-right:0;border-bottom:1px solid var(--line);box-shadow:0 4px 16px #1a1a2e0a}.portal-nav-inner{position:static;padding:14px 16px;gap:14px}.portal-steps{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:6px}.portal-step{flex:none}.portal-step-row{padding:8px 12px;white-space:nowrap}.portal-step-note{display:none}}.page{max-width:1080px;margin:0 auto;padding:40px 20px 96px}.lede{font-size:1.06rem;max-width:60ch;margin:0 0 28px}.assess-body{display:flex;flex-direction:column;gap:20px}.assess-main{min-width:0}.assess-main>.lede{margin-bottom:24px}@media (min-width: 940px){.assess-body:not(.is-solo){display:grid;grid-template-columns:minmax(0,1fr) clamp(260px,26%,320px);column-gap:40px;align-items:start}.assess-main{grid-column:1;grid-row:1}.assess-explainer{grid-column:2;grid-row:1;position:sticky;top:24px;align-self:start}}.assess-explainer{order:-1;background:#fff;border:1px solid var(--line);border-left:3px solid var(--gold-dark);border-radius:14px;padding:18px 20px;font-size:.92rem;line-height:1.55;box-shadow:var(--card-shadow)}@media (min-width: 940px){.assess-explainer{order:0}}@media (max-width: 939px){.assess-explainer{font-size:.88rem;padding:14px 16px}}.assess-explainer-title{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:700;color:var(--gold-dark);margin:0 0 8px}.assess-explainer-title:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--gold);flex:none}.assess-explainer p{margin:0;color:var(--grey)}.phase-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:10px}.phase-name{color:var(--green);font-weight:700;font-size:.95rem;letter-spacing:.01em}.phase-pct{color:var(--grey-soft);font-weight:700;font-size:.85rem}.phase-progress{height:3px;background:var(--line);border-radius:999px;overflow:hidden;margin-bottom:30px}.phase-progress>span{display:block;height:100%;background:var(--green);border-radius:999px;transition:width .24s ease}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;margin-bottom:18px}.card h3{font-size:1.18rem}.card .desc{margin:4px 0 18px;color:var(--grey-soft);font-size:.96rem}.question{border:2px solid var(--navy);border-radius:30px;background:#fff;padding:28px clamp(22px,4vw,38px);margin:0 0 20px;max-width:760px}.question-prompt{margin:0;font-size:1.2rem;font-weight:700;color:var(--navy);line-height:1.35}.question-help{margin:6px 0 0;color:var(--grey-soft);font-size:.95rem;line-height:1.4}.option-list{display:grid;gap:12px;margin-top:18px}.opt-row{position:relative;display:flex;align-items:flex-start;gap:14px;width:100%;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;transition:border-color .14s ease,background .16s ease,box-shadow .14s ease,transform .12s ease}.opt-row:hover{border-color:var(--green);background:var(--green-tint)}.opt-row:active{transform:scale(.992)}.opt-row:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #2aa94f47}.opt-row input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.opt-mark{flex:none;width:22px;height:22px;margin-top:1px;border-radius:999px;background:#fff;display:grid;place-items:center;animation:opt-badge-in .2s cubic-bezier(.34,1.56,.64,1)}.opt-mark svg{width:12px;height:12px;color:var(--green)}@keyframes opt-badge-in{0%{opacity:0;transform:scale(.35)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.opt-mark{animation:none}}.opt-text{flex:1;color:var(--grey);font-size:1rem;line-height:1.5}.opt-row.selected{background:var(--green);border-color:var(--green)}.opt-row.selected:hover{background:var(--green-dark)}.opt-row.selected .opt-text{color:#fff}.slider-row{display:flex;align-items:center;gap:16px}.slider-row input[type=range]{flex:1;accent-color:var(--green);height:28px}.slider-anchors{display:flex;justify-content:space-between;font-size:.82rem;color:var(--grey-soft);margin-top:6px}.slider-value{min-width:44px;height:44px;display:grid;place-items:center;border-radius:10px;font-weight:700;font-size:1.1rem;color:var(--navy);background:#2aa94f1f}.wheel-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 960px){.wheel-grid{grid-template-columns:1fr 380px;align-items:start}.wheel-aside{position:sticky;top:24px;display:flex;flex-direction:column;gap:18px}}.wheel-explainer{position:static;order:0;box-shadow:none;margin:0}.wheel-aside .card{text-align:center;box-shadow:var(--card-shadow);margin-bottom:0}.avg-score{font-size:2.2rem;font-weight:700;color:var(--green)}.panel-navy{background:var(--navy);color:var(--cream);border-radius:14px;padding:24px}.panel-navy h2,.panel-navy h3{color:#fff}.btn{border:0;border-radius:12px;padding:14px 26px;font-size:1rem;font-weight:700;background:var(--green);color:#fff;box-shadow:0 1px 2px #1f8c4033;transition:background .14s ease,box-shadow .14s ease,transform .12s ease}.btn:hover{background:var(--green-dark);box-shadow:0 6px 18px #1f8c4047}.btn:active{transform:translateY(1px);box-shadow:0 1px 2px #1f8c4033}.btn:focus-visible{outline:3px solid rgba(42,169,79,.4);outline-offset:2px}.btn:disabled{background:#c7e3cf;color:#eef7f0;cursor:not-allowed;box-shadow:none}.btn-ghost{background:transparent;color:var(--grey);border:1px solid var(--line)}.btn-ghost:hover{background:#faf8f4}.btn-block{width:100%;margin-top:6px}a.btn{display:inline-block;text-align:center;text-decoration:none}.actions .btn{white-space:nowrap;flex-shrink:0}.actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:28px;max-width:760px}@media (max-width: 560px){.actions{flex-direction:column;align-items:stretch}.actions .btn{width:100%}.actions .hint{text-align:center}}.form-field{display:grid;gap:6px;margin-bottom:16px;max-width:420px}.form-field label{font-weight:700;color:var(--navy);font-size:.92rem}.form-field label .req{color:#d64541;font-weight:700}.form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.form-row .form-field{max-width:none;min-width:0}@media (max-width: 460px){.form-row{grid-template-columns:1fr;gap:0}}.form-field input,.form-field textarea,.form-field select{width:100%;min-width:0;border:1px solid var(--line);border-radius:10px;padding:12px 14px}.form-field input:focus,.form-field textarea:focus{outline:2px solid var(--green);border-color:var(--green)}.error-banner{background:#fdecea;border:1px solid #f5c6c0;color:#8a2a1e;border-radius:10px;padding:12px 16px;margin-bottom:18px;font-size:.94rem}.hint{color:var(--grey-soft);font-size:.9rem}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 14px;font-size:.88rem}.chip:hover{border-color:var(--gold-dark)}.chip.active{border-color:var(--green);background:#2aa94f14}.landing{display:grid;grid-template-columns:1fr;min-height:100vh}@media (min-width: 900px){.landing{grid-template-columns:1.05fr .95fr}}.landing-left{background:var(--navy);color:var(--cream);padding:56px clamp(24px,5vw,64px);display:flex;flex-direction:column;gap:40px}.landing-left .brand-logo{display:block;height:30px;width:auto}.landing-lead{display:flex;flex-direction:column;gap:22px}.landing-left h1{color:#fff;font-size:clamp(2rem,3.6vw,3rem);max-width:18ch;margin:0}.landing-intro{max-width:48ch;margin:0;opacity:.82}.landing-checks{list-style:none;padding:0;margin:6px 0 0;display:grid;gap:16px}.landing-checks li{display:flex;gap:12px;align-items:flex-start;max-width:54ch}.landing-checks li b{color:#fff}.landing-checks .tick{flex:none;width:22px;height:22px;margin-top:2px;border-radius:999px;display:grid;place-items:center;background:#2aa94f2e;color:var(--green);font-size:.78rem;font-weight:700}.landing-foot{margin-top:auto;font-size:.82rem;color:var(--grey-soft)}.landing-right{background:#fff;padding:56px clamp(24px,5vw,64px);display:flex;flex-direction:column;justify-content:center}.landing-form-wrap{width:100%;max-width:420px;margin:0 auto}.landing-form-title{font-size:1.4rem;margin:6px 0 10px}.landing-form-wrap .form-field{max-width:100%}.landing-form-wrap .lede{margin-bottom:24px}@media (max-width: 640px){.landing-left{padding:40px 22px;gap:32px}.landing-right{padding:40px 22px}}.reveal-page{max-width:680px}.reveal-logo{display:block;height:22px;width:auto;margin:0 0 22px}.reveal-card{background:var(--navy);border-radius:18px;padding:40px 28px 34px;margin:8px 0 30px;box-shadow:0 12px 40px #1a1a2e29;animation:reveal-in .46s ease both}.reveal-score{display:grid;justify-items:center;text-align:center}.reveal-score-num{color:#fff;font-weight:700;font-size:clamp(4.5rem,17vw,7.5rem);line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.reveal-score-max{color:var(--cream);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;margin-top:10px}.reveal-score-label{color:#ffffffd1;font-size:1rem;margin-top:14px}.reveal-scale{margin-top:30px}.reveal-scale-ends{display:flex;justify-content:space-between;color:var(--cream);font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.reveal-track{position:relative;height:8px;border-radius:999px;background:#ffffff2e}.reveal-track-fill{position:absolute;left:0;top:0;bottom:0;border-radius:999px;background:var(--green);transition:width .9s cubic-bezier(.22,1,.36,1) .2s}.reveal-track-marker{position:absolute;top:50%;width:18px;height:18px;border-radius:999px;background:#fff;border:3px solid var(--green);transform:translate(-50%,-50%);box-shadow:0 2px 8px #00000059;transition:left .9s cubic-bezier(.22,1,.36,1) .2s}.reveal-category{text-align:center;margin:4px 0 8px;animation:reveal-in .46s ease .12s both}.reveal-category-kicker{display:block;color:var(--grey-soft);font-size:.95rem;font-weight:400}.reveal-category-feel{display:block;color:var(--navy);font-weight:700;font-size:clamp(1.9rem,6.5vw,2.7rem);line-height:1.15;margin-top:8px}.reveal-actions{max-width:420px;margin:30px auto 0;text-align:center;animation:reveal-in .46s ease .22s both}.reveal-unlock{color:var(--grey-soft);font-size:.95rem;margin:14px 0}@keyframes reveal-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.reveal-card,.reveal-category,.reveal-actions{animation:none}.reveal-track-fill,.reveal-track-marker{transition:none}}.dd-progress{position:sticky;top:0;z-index:4;display:flex;align-items:center;gap:14px;max-width:760px;padding:12px 0;margin-bottom:8px;background:#fff;box-shadow:0 8px 12px -10px #1a1a2e2e}.dd-progress-bar{flex:1;height:6px;border-radius:999px;background:var(--line);overflow:hidden}.dd-progress-bar>span{display:block;height:100%;background:var(--green);border-radius:999px;transition:width .26s ease}.dd-progress-label{flex:none;font-size:.85rem;font-weight:700;color:var(--grey-soft);white-space:nowrap}.dd-group{max-width:760px;margin:0 0 26px}.dd-group-head{display:flex;align-items:center;gap:10px;margin:0 0 12px}.dd-group-dot{flex:none;width:12px;height:12px;border-radius:999px;background:var(--dd-colour, var(--grey-soft))}.dd-group-name{margin:0;font-size:1.05rem;font-weight:700;color:var(--navy)}.dd-group-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--green-dark);background:var(--green-tint);border-radius:999px;padding:3px 9px}.dd-group-count{margin-left:auto;font-size:.82rem;font-weight:700;color:var(--grey-soft)}.dd-section{border:1px solid var(--line);border-radius:16px;background:#fff;margin-bottom:10px;overflow:hidden}.dd-section.is-open{box-shadow:0 1px 2px #1a1a2e0d}.dd-section-head{display:flex;align-items:center;gap:14px;width:100%;padding:15px 18px;border:0;background:#fff;font:inherit;color:var(--navy);text-align:left;cursor:pointer;transition:background .14s ease}.dd-section-head:hover{background:var(--green-tint)}.dd-section-head:focus-visible{outline:3px solid rgba(42,169,79,.4);outline-offset:-3px}.dd-section.is-open .dd-section-head{border-bottom:1px solid var(--line)}.dd-section-mark{flex:none;width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:var(--line-soft);color:var(--grey-soft);font-size:.8rem;font-weight:700}.dd-section-mark.is-done{background:var(--green);color:#fff}.dd-section-name{flex:1;font-weight:700;font-size:1rem;line-height:1.3}.dd-section-status{flex:none;font-size:.8rem;font-weight:700;color:var(--grey-soft)}.dd-section.is-open .dd-section-status{color:var(--green-dark)}.dd-section-caret{flex:none;width:16px;height:16px;color:var(--grey-soft);transition:transform .16s ease}.dd-section-caret svg{display:block;width:100%;height:100%}.dd-section.is-open .dd-section-caret{transform:rotate(180deg)}.dd-section-body{padding:14px 10px 2px}.dd-section-body .question{max-width:none;padding:24px clamp(18px,3vw,26px)}.dd-section-body .question:last-child{margin-bottom:14px}@media (max-width: 560px){.dd-progress{flex-direction:column;align-items:stretch;gap:8px}.dd-progress-label{text-align:center}.dd-section-head{flex-wrap:wrap;gap:10px}.dd-section-status{order:3}}
