.test-shell{background:radial-gradient(circle at 85% 10%, #25d9cf33, transparent 30rem), radial-gradient(circle at 5% 90%, #7a5cff26, transparent 28rem), var(--navy);min-height:calc(100svh - 76px);color:var(--white);padding-block:clamp(3.5rem,7vw,7rem);position:relative;overflow:hidden}.test-shell:after{content:"";background:linear-gradient(90deg, var(--yellow) 0 25%, var(--coral) 25% 50%, var(--turquoise) 50% 75%, var(--violet) 75%);height:11px;position:absolute;inset:auto 0 0}.test-shell__container{z-index:2;position:relative}.test-intro{border-radius:var(--radius-lg);width:min(100%,55rem);box-shadow:var(--shadow);text-align:center;background:#ffffff0f;border:1px solid #ffffff21;margin-inline:auto;padding:clamp(2rem,5vw,4.5rem)}.test-intro h1{max-width:12ch;color:var(--white);text-wrap:balance;margin:1rem auto 1.3rem;font-size:clamp(2.6rem,6vw,5.5rem);font-weight:550;line-height:.98}.test-intro p{color:#ffffffc2;max-width:65ch;margin-inline:auto;line-height:1.7}.test-intro__note{border-left:.42rem solid var(--yellow);text-align:left;background:#ffffff0f;padding:1rem 1.2rem;color:var(--white)!important}.test-start{margin-top:1rem}.test-panel{width:min(100%,66rem);margin-inline:auto}.test-progress{margin-bottom:1.25rem}.test-progress__top{color:#ffffffb8;justify-content:space-between;gap:1rem;margin-bottom:.65rem;font-size:.84rem;font-weight:700;display:flex}.test-progress__track{border-radius:var(--radius-pill);background:#ffffff1f;height:.55rem;overflow:hidden}.test-progress__track span{border-radius:inherit;background:linear-gradient(90deg, var(--yellow), var(--turquoise));width:5%;height:100%;transition:width .3s;display:block}.test-form,.test-complete{border-radius:var(--radius-lg);background:var(--white);color:var(--ink);box-shadow:var(--shadow);padding:clamp(1.5rem,4vw,3.5rem)}.test-question{border:0;margin:0;padding:0}.test-question legend{max-width:24ch;color:var(--navy-deep);text-wrap:balance;margin:0 0 2rem;font-size:clamp(1.7rem,4vw,3.1rem);font-weight:560;line-height:1.08}.test-answers{gap:.9rem;display:grid}.test-answer{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--cream);cursor:pointer;transition:border-color var(--transition-fast), background-color var(--transition-fast), transform var(--transition-fast);grid-template-columns:auto 1fr;align-items:start;gap:1rem;padding:1.1rem 1.15rem;display:grid}.test-answer:hover{border-color:var(--turquoise-dark);transform:translateY(-1px)}.test-answer[data-selected=true]{border-color:var(--turquoise-dark);background:color-mix(in srgb, var(--turquoise) 12%, var(--white));box-shadow:0 0 0 2px color-mix(in srgb, var(--turquoise) 24%, transparent)}.test-answer input{opacity:0;pointer-events:none;position:absolute}.test-answer__marker{aspect-ratio:1;background:var(--navy);width:2rem;color:var(--white);border-radius:50%;place-items:center;font-size:.78rem;font-weight:800;display:grid}.test-answer[data-selected=true] .test-answer__marker{background:var(--turquoise-dark)}.test-answer__text{color:var(--ink);padding-top:.12rem;line-height:1.55}.test-navigation{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.test-complete{text-align:center}.test-complete h2{max-width:15ch;margin:.8rem auto 1rem;font-size:clamp(2rem,5vw,4rem);font-weight:550}.test-complete>p{max-width:58ch;color:var(--muted);margin-inline:auto;line-height:1.7}.test-score-preview{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:2rem 0;display:grid}.test-score-preview__item{border-radius:var(--radius-md);background:var(--cream);padding:1rem}.test-score-preview__item span,.test-score-preview__item strong{display:block}.test-score-preview__item span{color:var(--muted);font-size:.78rem}.test-score-preview__item strong{color:var(--navy-deep);margin-top:.25rem;font-size:1.8rem}@media (width<=700px){.test-navigation{flex-direction:column-reverse}.test-navigation .button{width:100%}.test-score-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.test-shell{padding-block:2.5rem 4rem}.test-intro{padding:1.5rem 1.1rem 1.8rem}.test-intro h1{max-width:100%;font-size:clamp(2.25rem,11vw,3.4rem)}.test-form,.test-complete{padding:1.25rem}.test-question legend{max-width:100%;font-size:clamp(1.55rem,8vw,2.45rem)}.test-answer{gap:.8rem;padding:.95rem}.test-answer__text{font-size:.95rem}}.test-email-gate,.test-result-preview{border-radius:var(--radius-lg);background:var(--white);color:var(--ink);box-shadow:var(--shadow);padding:clamp(1.5rem,4vw,3.5rem)}.test-email-gate__header,.test-result-preview{text-align:center}.test-email-gate__header h2,.test-result-preview h2{max-width:15ch;color:var(--navy-deep);text-wrap:balance;margin:.8rem auto 1rem;font-size:clamp(2.15rem,5vw,4.6rem);font-weight:550;line-height:1}.test-email-gate__header>p:last-child{max-width:58ch;color:var(--muted);margin-inline:auto;line-height:1.7}.test-result-teaser{border-radius:var(--radius-md);background:linear-gradient(135deg, #25d9cf1f, #7a5cff1a), var(--cream);width:min(100%,28rem);margin:1.7rem auto;padding:1.2rem 1.4rem}.test-result-teaser span,.test-result-teaser strong{display:block}.test-result-teaser span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.test-result-teaser strong{color:var(--navy);letter-spacing:.12em;margin-top:.45rem;font-size:1.5rem}.test-email-form{text-align:left;width:min(100%,34rem);margin-inline:auto}.form-field{gap:.45rem;margin-bottom:1rem;display:grid}.form-field label{color:var(--navy-deep);font-size:.9rem;font-weight:700}.form-field label span{color:var(--muted);font-size:.78rem;font-weight:500}.form-field input{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);width:100%;min-height:3.25rem;color:var(--ink);outline:none;padding:.8rem 1rem}.form-field input:focus{border-color:var(--turquoise-dark);box-shadow:0 0 0 3px color-mix(in srgb, var(--turquoise) 22%, transparent)}.form-help,.form-error{margin:0;font-size:.78rem;line-height:1.45}.form-help{color:var(--muted)}.form-error{color:#a32121;font-weight:650}.consent-field{color:var(--muted);cursor:pointer;grid-template-columns:auto 1fr;align-items:start;gap:.75rem;margin:1.15rem 0;font-size:.86rem;line-height:1.5;display:grid}.consent-field input{width:1.05rem;height:1.05rem;accent-color:var(--turquoise-dark);margin-top:.15rem}.test-email-form__legal{color:var(--muted);text-align:center;margin:.9rem 0 0;font-size:.75rem;line-height:1.5}.test-email-form__legal a{text-decoration:underline}.test-submit-status{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--coral) 10%, var(--cream));color:#812822;text-align:center;margin:1rem 0 0;padding:.8rem 1rem;font-size:.86rem;line-height:1.5}.test-back-link{color:var(--muted);cursor:pointer;background:0 0;border:0;margin:1.1rem auto 0;padding:.4rem;font-size:.82rem;text-decoration:underline;display:block}.test-result-preview__secondary{color:var(--muted);margin:-.25rem 0 1.7rem;font-size:1.05rem}.test-result-preview__scores{text-align:left;gap:1rem;width:min(100%,40rem);margin:2rem auto;display:grid}.test-result-score__top{color:var(--navy-deep);justify-content:space-between;gap:1rem;margin-bottom:.45rem;font-size:.9rem;display:flex}.test-result-score__bar{border-radius:var(--radius-pill);background:var(--cream);height:.7rem;overflow:hidden}.test-result-score__bar span{border-radius:inherit;height:100%;display:block}.test-result-preview__notice{max-width:52ch;color:var(--muted);margin:1.5rem auto;line-height:1.6}.test-result-preview .button-group{justify-content:center}@media (width<=560px){.test-email-gate,.test-result-preview{padding:1.25rem}.test-email-gate__header h2,.test-result-preview h2{max-width:100%;font-size:clamp(2rem,11vw,3.25rem)}.test-result-preview .button-group{display:grid}.test-result-preview .btn{width:100%}}.test-detailed-result{border-radius:var(--radius-lg);background:var(--cream);color:var(--ink);box-shadow:var(--shadow);padding:clamp(1.25rem,3vw,2.5rem)}.test-result-heading{text-align:center;max-width:58rem;margin:0 auto 2.2rem}.test-result-heading h2{color:var(--navy-deep);text-wrap:balance;margin:.8rem auto 1rem;font-size:clamp(2.25rem,5.5vw,5rem);font-weight:550;line-height:1}.test-result-heading>p:last-child{max-width:70ch;color:var(--muted);margin-inline:auto;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.75}.test-result-distribution{border-radius:var(--radius-md);background:var(--white);grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:54rem;margin:0 auto 2.5rem;padding:1.3rem;display:grid}.test-distribution-item>div:first-child{justify-content:space-between;gap:1rem;margin-bottom:.45rem;font-size:.88rem;display:flex}.test-distribution-bar{background:var(--cream);border-radius:999px;height:.65rem;overflow:hidden}.test-distribution-bar span{border-radius:inherit;height:100%;display:block}.test-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.4rem;display:grid}.temperament-result-card{border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-soft);border-top:.65rem solid var(--profile-accent);overflow:hidden}.temperament-result-card--yellow{--profile-accent:var(--yellow)}.temperament-result-card--coral{--profile-accent:var(--coral)}.temperament-result-card--violet{--profile-accent:var(--violet)}.temperament-result-card--turquoise{--profile-accent:var(--turquoise)}.temperament-result-card__header{background:color-mix(in srgb,var(--profile-accent) 12%,var(--white));padding:1.5rem 1.5rem 1.2rem}.temperament-result-card__header span{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;font-size:.72rem;font-weight:800;display:block}.temperament-result-card__header h3{color:var(--navy-deep);margin:.35rem 0 .25rem;font-size:clamp(2rem,4vw,3.4rem);font-weight:560}.temperament-result-card__header p{color:var(--navy-deep);margin:0;font-weight:650}.temperament-result-card__body{padding:1.5rem}.temperament-result-card__body section+section{border-top:1px solid var(--border);margin-top:1.55rem;padding-top:1.35rem}.temperament-result-card__body h4{color:var(--navy-deep);margin:0 0 .75rem;font-size:1.15rem;font-weight:750}.temperament-result-card__body p{color:var(--ink);margin:.75rem 0 0;line-height:1.72}.temperament-result-card__body p:first-of-type{margin-top:0}.temperament-result-card__traps{background:color-mix(in srgb,var(--profile-accent) 8%,var(--cream));border:0!important;border-left:.4rem solid var(--profile-accent)!important;padding:1.2rem!important}.temperament-result-card__advice{background:var(--navy);color:var(--white);border:0!important;padding:1.2rem!important}.temperament-result-card__advice h4,.temperament-result-card__advice p{color:var(--white)}.temperament-result-card__book ul{margin:.7rem 0 0;padding-left:1.2rem}.temperament-result-card__book li{margin:.45rem 0;line-height:1.5}.test-book-bridge{border-radius:var(--radius-lg);background:var(--navy);color:var(--white);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;margin-top:2rem;padding:clamp(1.5rem,4vw,3rem);display:grid}.test-book-bridge h3{max-width:20ch;color:var(--white);margin:.65rem 0 .8rem;font-size:clamp(1.7rem,3.5vw,3rem);font-weight:560}.test-book-bridge p{color:#ffffffbf;max-width:64ch;line-height:1.7}.test-result-actions{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.5rem;display:flex}.test-result-mode{text-align:center;color:var(--muted);font-size:.8rem}@media (width<=850px){.test-profile-grid,.test-book-bridge{grid-template-columns:1fr}.test-book-bridge .btn{width:fit-content}}@media (width<=560px){.test-detailed-result{padding:1rem}.test-result-distribution{grid-template-columns:1fr;padding:1rem}.temperament-result-card__header,.temperament-result-card__body{padding:1.15rem}.test-book-bridge .btn,.test-result-actions .btn{width:100%}}@media print{.site-header,.site-footer,.test-result-actions,.test-book-bridge .btn{display:none!important}.site-main{padding:0!important}body,.test-shell{background:#fff!important}.test-detailed-result{box-shadow:none!important}}
