:root{color-scheme:light;--cream: #f8f5ef;--paper: #fffdf8;--ink: #13343a;--muted: #5f706d;--teal: #087c78;--teal-dark: #065f5c;--mint: #d9efea;--coral: #f29c7a;--danger: #8f2f26;--warning: #76510c;--line: rgba(19, 52, 58, .17);--line-strong: rgba(19, 52, 58, .34);--font-sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-serif: Georgia, "Times New Roman", serif;--text-xs: .75rem;--text-sm: .875rem;--text-md: 1rem;--text-lg: 1.2rem;--text-xl: 1.75rem;--text-2xl: 2.5rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--radius-sm: 3px;--radius-md: 7px;--focus: 0 0 0 3px rgba(242, 156, 122, .68);font-family:var(--font-sans);color:var(--ink);background:var(--cream);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:20rem;background:var(--cream)}body{min-width:20rem;min-height:100vh;margin:0;background:var(--cream)}button,input{font:inherit}button,a,label{-webkit-tap-highlight-color:transparent}a{color:var(--teal-dark)}:focus-visible{outline:none;box-shadow:var(--focus)}.skip-link{position:fixed;z-index:100;top:0;left:1rem;translate:0 -120%;background:var(--ink);color:#fff;padding:.75rem 1rem;text-decoration:none}.skip-link:focus{translate:0 0}.app-shell{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;background:var(--cream)}header,footer{width:min(100% - 2rem,46rem);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}header{min-height:4rem;border-bottom:1px solid var(--line)}header>span{color:var(--muted);font-size:var(--text-xs);font-weight:700}.brand{display:inline-flex;min-height:2.75rem;align-items:center;gap:.6rem;color:var(--teal);text-decoration:none}.brand svg{width:2.1rem;height:auto;fill:currentColor}.brand>span{font-size:1.2rem;font-weight:800}.brand small{font-size:.78rem;font-weight:400;opacity:.62}.experience-grid{width:min(100% - 2rem,46rem);margin-inline:auto}.stage-panel{width:100%;min-width:0;padding-block:1.25rem 3rem}.stage-panel section{max-width:42rem;margin-inline:auto;animation:stage-enter .42s cubic-bezier(.2,.9,.2,1) both}.stage-progress{display:grid;grid-template-columns:auto minmax(4rem,1fr) auto;align-items:center;gap:.65rem;max-width:42rem;margin:0 auto 2rem;color:var(--muted);font-size:var(--text-xs)}.stage-progress span:first-child{font-variant-numeric:tabular-nums;font-weight:800}.stage-progress b{color:var(--teal-dark);font-size:inherit}.stage-progress progress{width:100%;height:.3rem;border:0;border-radius:999px;overflow:hidden;background:var(--line)}.stage-progress progress::-webkit-progress-bar{background:var(--line)}.stage-progress progress::-webkit-progress-value{background:var(--teal)}.stage-progress progress::-moz-progress-bar{background:var(--teal)}.eyebrow{margin:0 0 .75rem;color:var(--teal);font-size:var(--text-xs);font-weight:800;text-transform:uppercase;letter-spacing:.09em}h1,h2{font-family:var(--font-serif);font-weight:500;text-wrap:balance}h1{max-width:16ch;margin:0;font-size:clamp(2rem,7.5vw,3.2rem);line-height:1.05}h1:focus{box-shadow:none}.lead{max-width:41rem;margin:1.25rem 0 0;color:var(--muted);font-size:var(--text-md);line-height:1.7}fieldset{min-width:0;margin:1.75rem 0 0;padding:0;border:0}fieldset>legend{width:100%;margin-bottom:.75rem;color:var(--ink);font-size:var(--text-sm);font-weight:800}.age-options{display:grid;gap:.6rem}.age-options label{position:relative;display:flex;min-height:3.5rem;align-items:center;gap:.65rem;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--paper);padding:.75rem;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.age-options label:hover{border-color:var(--teal);transform:translateY(-1px)}.age-options label.is-selected{border-color:var(--teal);background:var(--mint)}.age-options input{width:1.15rem;height:1.15rem;margin:0;accent-color:var(--teal)}.age-options strong{font-size:var(--text-md)}.confirmations{display:grid;margin-top:1.25rem}.confirmations label{display:grid;min-height:2.75rem;grid-template-columns:1.25rem 1fr;align-items:start;gap:.75rem;color:var(--muted);font-size:var(--text-sm);line-height:1.55;cursor:pointer}.confirmations input{width:1.2rem;height:1.2rem;margin:.1rem 0 0;accent-color:var(--teal)}.primary-button{display:inline-flex;min-height:3.35rem;align-items:center;justify-content:center;gap:1rem;margin-top:1.25rem;border:1px solid var(--teal);border-radius:var(--radius-sm);background:var(--teal);color:#fff;padding:.75rem 1.25rem;font-weight:800;text-decoration:none;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.primary-button:hover:not(:disabled){border-color:var(--ink);background:var(--ink);transform:translateY(-2px)}.primary-button:disabled{cursor:not-allowed;opacity:.52}.privacy-note{max-width:36rem;margin:1rem 0 0;color:var(--muted);font-size:var(--text-xs);line-height:1.55}.alert{margin-top:1.25rem;border-left:4px solid var(--teal);background:var(--mint);padding:.9rem 1rem;color:var(--ink);font-size:var(--text-sm);line-height:1.55}.alert.is-warning{border-left-color:var(--coral);background:#fff2df;color:var(--warning)}.form-error{margin:1rem 0 0;color:var(--danger);font-size:var(--text-sm);font-weight:700;line-height:1.5}.reading-stage h1{max-width:none;font-size:clamp(2rem,7vw,3.25rem)}.reading-copy{margin-top:1.75rem;border-block:1px solid var(--line);background:#fffdf8b3;padding-block:1rem}.reading-copy p{margin:0;padding:.75rem 0;color:#1c3437;font-family:var(--font-serif);font-size:clamp(1.12rem,4vw,1.32rem);line-height:1.8}.quiz-stage h1{max-width:24ch;font-size:clamp(1.8rem,6vw,2.7rem);line-height:1.15}.single-question{margin-top:1.75rem}.answer-options{display:grid;gap:.5rem}.answer-options label{display:grid;min-height:3.25rem;grid-template-columns:1.15rem 1fr;align-items:center;gap:.75rem;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--paper);padding:.75rem;cursor:pointer;transition:background .16s ease,border-color .16s ease}.answer-options label:hover{border-color:var(--teal)}.answer-options label.is-selected{border-color:var(--teal);background:var(--mint)}.answer-options input{width:1.1rem;height:1.1rem;margin:0;accent-color:var(--teal)}.answer-options span{font-size:var(--text-sm);line-height:1.5}.quiz-actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.result-score{display:grid;margin-top:2rem;border-block:2px solid var(--ink);background:#fffdf8b8}.result-score>div{display:flex;min-height:6rem;align-items:baseline;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding:1rem .25rem}.result-score>div:last-child{border-bottom:0}.result-score strong{color:var(--teal-dark);font-family:var(--font-serif);font-size:2.8rem;font-weight:500}.result-score span{color:var(--muted);font-size:var(--text-xs);font-weight:800;text-transform:uppercase}.result-stage blockquote{margin:1.5rem 0 0;border-left:4px solid var(--coral);padding:.5rem 0 .5rem 1rem;color:var(--ink);font-family:var(--font-serif);font-size:var(--text-lg);line-height:1.6}.result-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.text-button{min-height:2.75rem;border:0;border-bottom:1px solid var(--teal);background:transparent;color:var(--teal-dark);padding-inline:.25rem;font-weight:800;cursor:pointer}footer{min-height:4rem;border-top:1px solid var(--line);color:var(--muted);font-size:var(--text-xs)}footer a{font-weight:800;text-decoration:none}.notice-page{width:min(100% - 2rem,48rem);margin-inline:auto;padding-block:2rem 4rem}.notice-page .brand{margin-bottom:3rem}.notice-page h1{max-width:17ch}.notice-page h2{margin:2.25rem 0 .5rem;font-size:var(--text-xl)}.notice-page p{color:var(--muted);line-height:1.75}.text-link{display:inline-flex;min-height:2.75rem;align-items:center;margin-top:1rem;font-weight:800}.turnstile-host{position:fixed;z-index:10;right:1rem;bottom:1rem;width:19rem;min-height:4.0625rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--paper);box-shadow:0 .5rem 1.5rem #152a2c29}@media(max-width:22rem){.turnstile-host{right:.5rem;bottom:.5rem;width:calc(100vw - 1rem)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:40rem){.age-options,.result-score{grid-template-columns:repeat(3,minmax(0,1fr))}.result-score>div{display:grid;align-content:center;justify-content:start;border-right:1px solid var(--line);border-bottom:0;padding:1rem}.result-score>div:last-child{border-right:0}}@media(min-width:60rem){.stage-panel{min-height:calc(100dvh - 8rem);padding-block:2rem 4rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@keyframes stage-enter{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}
