.did-you-know-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5vh;gap:5dvh;width:100%;box-sizing:border-box;transition:opacity .25s ease}.did-you-know-card--hidden{opacity:0}.did-you-know-card--visible{opacity:1}.did-you-know-card--fading{opacity:0}.did-you-know-card__image-container{width:100%}.did-you-know-card__image{width:100%;max-width:420px;margin:0 auto}.did-you-know-card__copy{max-width:420px;display:flex;flex-direction:column;gap:20px}.did-you-know-card__eyebrow{color:#6442f0;font-size:17px;font-weight:500;margin:0}.did-you-know-card__lead{font-size:21px;font-weight:500;line-height:1.5;margin:0;width:280px}.did-you-know-card__body{font-size:21px;line-height:1.5;font-weight:500;margin:0;color:#222;width:280px}.did-you-know-card__highlight{font-weight:600}@media (max-width: 768px){.did-you-know-card__lead,.did-you-know-card__body{font-size:19px}.did-you-know-card__copy{gap:3dvh}}@media (max-width: 480px){.did-you-know-card__image{max-width:100%}.did-you-know-card__lead,.did-you-know-card__body{font-size:21px}.did-you-know-card__eyebrow{font-size:17px}}@media (max-height: 620px){.did-you-know-card{gap:2dvh}.did-you-know-card__eyebrow{font-size:15px}.did-you-know-card__lead,.did-you-know-card__body{font-size:17px}}.loading-screen{width:min(520px,100%);height:calc(100dvh - 88px);display:flex;flex-direction:column;align-items:center}.loading-screen__content{flex:1;display:flex;align-items:center;transition:opacity .25s ease}.loading-screen__content--fading{opacity:0}.loading-screen__spacer{flex:.5}.loading-screen__cambridge{width:min(340px,100%);color:#a9a9a9;font-size:11px;line-height:1.4;margin-bottom:12px;display:flex;flex-direction:column;align-items:center;transition:opacity .25s ease}.loading-screen__cambridge img{width:178px;height:47.17px;object-fit:contain}.loading-screen__cambridge p{margin:0}.loading-screen__cta{bottom:12px;padding:0 8px;box-sizing:border-box;z-index:5;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding-bottom:10px!important}.loading-screen__continue{width:100%;margin:0 auto;padding:18px 24px;border:none;border-radius:28px;background:#6442f0;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.loading-screen__continue-label{display:inline-block;transition:opacity .25s ease}.loading-screen__continue-label--fading{opacity:0}@media (max-width: 768px){.loading-screen{padding:0 14px;gap:20px}.loading-screen__cambridge{font-size:10px;gap:12px;margin-bottom:16px}.loading-screen__cta{width:min(420px,calc(100% - 20px));bottom:max(8px,env(safe-area-inset-bottom))}}@media (max-width: 480px){.loading-screen{padding:0 12px;gap:16px;height:calc(100dvh - 62px)}.loading-screen__content{gap:12px;padding:0 8px}.loading-screen__cambridge p{width:178px;text-align:center}.loading-screen__cta{width:calc(100% - 16px)}}@media (max-height: 620px){.loading-screen{padding:0 12px;gap:10px;height:calc(100dvh - 62px)}.loading-screen__cambridge{font-size:9px;gap:10px;margin-bottom:0}}.progress-bar{width:100%;max-width:560px}.progress-bar__track{width:100%;height:4px;background:#eaeaea;border-radius:2px;overflow:hidden}.progress-bar__fill{height:100%;background:#6442f0;border-radius:2px;transition:width .5s cubic-bezier(.25,.8,.25,1)}.answer-button{width:min(520px,100%);border:1px solid transparent;outline:none;background:#fff;color:#222;border-radius:18px;padding:16px 18px;margin:0 auto 12px;display:flex;align-items:center;gap:16px;text-align:left;cursor:pointer;box-shadow:1px 1px 4px #0000000f;transition:transform .2s ease,box-shadow .2s ease,border .2s ease;font-size:16px;-webkit-tap-highlight-color:transparent}.answer-button:hover{transform:none;box-shadow:1px 1px 4px #0000000f}.answer-button--selected{box-shadow:1px 1px 4px #0000000f;border:1px solid transparent;color:#222}.answer-button--disabled,.answer-button:disabled{opacity:.6;cursor:default;transform:none;box-shadow:none}.answer-button__index{width:36px;height:36px;border-radius:50%;background:#f8b84d;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.answer-button--selected .answer-button__index{background:#8be891}.answer-button__index img{width:26px;height:26px}.answer-button__label{flex:1;line-height:1.45;word-break:break-word;font-size:16px;color:#000;font-weight:400}@media (max-width: 768px){.answer-button{padding:16px;gap:14px}.answer-button__index{width:32px;height:32px}}@media (max-width: 480px){.answer-button{padding:14px 16px;gap:12px;font-size:15px;border-radius:16px;margin-bottom:10px}.answer-button__index{width:30px;height:30px}}.quiz-screen{width:min(720px,100%);display:flex;flex-direction:column;gap:24px;color:#222}.quiz-screen__header{display:grid;grid-template-columns:48px 1fr auto;grid-template-areas:"back progress question";align-items:center}.quiz-screen__back{width:48px;height:48px;border-radius:16px;border:none;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease,opacity .25s ease;-webkit-tap-highlight-color:transparent}.quiz-screen__back:disabled{opacity:1;cursor:not-allowed;background:#fff}.quiz-screen__back img{width:20px;height:20px;transform:rotate(180deg)}.quiz-screen__progress{grid-area:progress;width:100%;transition:opacity .25s ease}.quiz-screen__question{grid-area:question;font-weight:600;font-size:17px;color:#6442f0;text-align:right;justify-self:end;transition:opacity .25s ease}.quiz-screen__question.visible{opacity:1}.quiz-screen__question.hidden{opacity:0}.quiz-screen__header--muted .quiz-screen__back,.quiz-screen__header--muted .quiz-screen__progress,.quiz-screen__header--muted .quiz-screen__question{opacity:0;pointer-events:none}.quiz-screen__header--muted .quiz-screen__question{transition:none}.quiz-screen__content{background:#fff;border-radius:24px;box-shadow:0 18px 38px #0000000f;padding:32px 28px;min-height:560px;height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.quiz-slider{width:100%;height:100%;overflow:hidden}.quiz-slider__track{display:flex;height:100%;transition:transform .35s cubic-bezier(.33,1,.68,1);will-change:transform}.quiz-slider__slide{flex:0 0 100%;display:flex;justify-content:center;align-items:stretch;padding:0 4px}.quiz-step{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;overflow:visible;position:relative;padding:24px 0;gap:20px}.quiz-step__title{font-size:24px;line-height:1.3;font-weight:600;margin:0 0 24px;align-self:center;width:100%;max-width:520px;text-align:left}.quiz-step__answers{width:100%;display:flex;flex-direction:column;gap:12px;align-items:center}.quiz-inline-button{width:min(520px,100%);padding:18px 24px;border:none;border-radius:28px;background:#6442f0;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s ease;margin-top:auto;-webkit-tap-highlight-color:transparent}.quiz-inline-button:disabled{opacity:.6;cursor:default}.quiz-inline-button--fade-in{animation:quiz-inline-fade-in .3s ease}@keyframes quiz-inline-fade-in{0%{opacity:0}to{opacity:1}}.quiz-step .did-you-know-card{width:min(520px,100%);margin-bottom:auto}@media (max-width: 1024px){.quiz-screen{width:min(640px,100%);gap:20px}.quiz-screen__content{min-height:520px;height:auto}}@media (max-width: 768px){.quiz-screen{width:100%;padding:0 16px;gap:18px}.quiz-screen__header{grid-template-columns:40px 1fr;grid-template-areas:"back progress" "question question";row-gap:30px;align-items:center}.quiz-screen__back{margin:0;padding:0;width:20px;height:20px;justify-content:flex-start}.quiz-screen__question{justify-self:start;text-align:left}.quiz-screen__content{padding:24px 18px;min-height:440px;align-items:stretch}.quiz-step__title{font-size:18px;max-width:100%}.quiz-step .did-you-know-card,.quiz-age,.quiz-inline-button{width:100%}}@media (max-width: 480px){.quiz-screen{padding:0 12px;gap:16px}.quiz-screen__header{grid-template-columns:36px 1fr;grid-template-areas:"back progress" "question question";padding-top:10px}.quiz-screen__content{padding:20px 24px;border-radius:18px;min-height:400px;align-items:stretch}.quiz-step{padding:16px 0;gap:16px}.quiz-step__title{font-size:18px}.quiz-inline-button,.quiz-button{padding:16px 20px;border-radius:28px}.quiz-age__value{font-size:34px}.quiz-age__slider::-webkit-slider-thumb,.quiz-age__slider::-moz-range-thumb{width:20px;height:20px}}.quiz-age{width:min(520px,100%);display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:18px;height:100%;margin-top:16px}.quiz-age__value{font-size:42px;font-weight:600;color:#6442f0;text-align:center;align-self:center}.quiz-age__slider{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:3px;background:linear-gradient(90deg,#6442f0 0%,#6442f0 var(--quiz-age-progress, 50%),#eaeaea var(--quiz-age-progress, 50%));outline:none}.quiz-age__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #6442f0;box-shadow:0 6px 14px #0000004d;cursor:pointer}.quiz-age__slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #6442f0;box-shadow:0 6px 14px #0000004d;cursor:pointer}.quiz-age__scale{display:flex;justify-content:space-between;width:100%;color:#a9a9a9;font-size:16px;font-weight:500;padding:0 2px;box-sizing:border-box;margin-bottom:12px}.quiz-age__confirm{width:100%;margin-top:auto;padding:18px 24px;border:none;border-radius:28px;background:#6442f0;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s ease;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.quiz-age__confirm:disabled{opacity:.6;cursor:default}.quiz-screen__footer{display:flex;justify-content:center}.quiz-button{border:none;border-radius:28px;padding:14px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.quiz-button:disabled{opacity:.6;cursor:default}.quiz-button--primary{background:#6442f0;color:#fff}.quiz-button--secondary{background:transparent;color:#6442f0;border:2px solid rgba(100,66,240,.2)}.quiz-button--link{background:transparent;color:#9c9c9c;text-decoration:underline;box-shadow:none}.quiz-button--hidden{visibility:hidden}.quiz-results{width:100%;display:flex;justify-content:center}.quiz-results__card{width:min(520px,100%);padding:36px;border-radius:32px;background:linear-gradient(165deg,#f7f3ff,#fff 60%);text-align:center;box-shadow:0 22px 46px #472cad2e;display:flex;flex-direction:column;gap:18px}.quiz-results__card h2{margin:0;font-size:26px;color:#6442f0}.quiz-results__score{font-size:64px;font-weight:700;color:#362262}.quiz-results__score span{font-size:24px;margin-left:4px}.quiz-results__subtitle{font-size:18px;margin:0}.quiz-results__meta{font-size:14px;margin:0;color:#7a7a7a}.quiz-results__actions{margin-top:12px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.quiz-age__slider:disabled{opacity:.5;cursor:default}@media (max-width: 768px){.quiz-results__card{padding:28px 20px}.quiz-results__score{font-size:52px}}.result-loading{position:fixed;top:0;right:0;bottom:0;left:0;background:#fffffff5;z-index:20;display:flex;flex-direction:column;align-items:center;padding:64px 16px 80px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;gap:32px}.result-loading__content{width:min(520px,100%);flex:1;display:flex;justify-content:center;align-items:center;padding:0 8px;box-sizing:border-box}.result-loading__progress{width:min(560px,100%);display:flex;flex-direction:column;align-items:center;gap:18px;margin-top:auto;opacity:0;transition:opacity .25s ease}.result-loading__progress.fade-in{opacity:1}.result-loading__progress-text{font-size:16px;font-weight:500;color:#222}@media (max-width: 1024px){.result-loading{padding:56px 16px 72px}}@media (max-width: 768px){.result-loading{padding:48px 16px 64px;gap:24px}.result-loading__progress{gap:14px}}@media (max-width: 560px){.result-loading{padding:40px 12px 56px;gap:20px}.result-loading__content{padding:0}.result-loading__progress{padding:0 15px;width:100%}.result-loading__progress-text{font-size:15px;text-align:center;line-height:1.4}}@media (max-width: 400px){.result-loading{padding:32px 10px 44px}.result-loading__progress{width:100%}}.quiz-results{width:100%;display:flex;justify-content:center;padding:48px 16px 170px;position:relative;box-sizing:border-box}.quiz-results__card{width:min(520px,100%);background:#fff;border-radius:32px;box-shadow:0 24px 60px #201e431f;padding:40px 32px 56px;display:flex;flex-direction:column;gap:28px;text-align:center}.quiz-results__title{margin:0;font-size:28px;font-weight:700;color:#222}.quiz-results__meter{position:relative;height:16px;border-radius:999px;background:linear-gradient(90deg,#41c381,#41c381 25%,#fbd655 25%,#fbd655 50%,#fab142 50%,#fab142 75%,#f56262 75%,#f56262)}.quiz-results__meter-indicator{position:absolute;top:50%;transform:translate(-50%,-50%);width:28px;height:28px;border-radius:50%;border:5px solid #fff;transition:left .35s ease}.quiz-results__headline{margin:0;font-size:20px;font-weight:500;line-height:1.45;color:#222}.quiz-results__headline span{font-weight:700}.quiz-results__caption{margin:-12px 0 0;font-size:15px;font-weight:500;color:#787878}.quiz-results__insights-intro{display:flex;justify-content:center;align-items:center;gap:16px;font-weight:600;color:#6d3df9;font-size:17px}.quiz-results__insights-intro img{flex-shrink:0;width:50px;height:50px;object-fit:contain}.quiz-results__insights{display:flex;flex-direction:column;gap:16px}.quiz-results__insight{position:relative;border-radius:20px;padding:20px 24px 20px 56px;background:#fff;text-align:left;border:1px solid #e9e9e9;overflow:hidden}.quiz-results__insight:before{content:"";position:absolute;top:18px;bottom:18px;left:24px;width:12px;border-radius:999px;background:var(--insight-accent);box-shadow:0 0 0 6px var(--insight-soft)}.quiz-results__insight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--insight-soft);opacity:.35;pointer-events:none}.quiz-results__insight>*{position:relative}.quiz-results__insight--risk{--insight-accent: #f56262}.quiz-results__insight--warning{--insight-accent: #fbd655}.quiz-results__insight--neutral{--insight-accent: #fab142}.quiz-results__insight--positive{--insight-accent: #41c381}.quiz-results__insight h3{margin:0;font-size:17px;font-weight:500;color:#222}.quiz-results__insight p{margin:8px 0 0;font-size:15px;line-height:1.5;color:#787878;font-weight:500}.quiz-results__cta{position:fixed;bottom:0;width:min(520px,calc(100% - 24px));padding:0px 16px calc(16px + env(safe-area-inset-bottom));box-sizing:border-box;background:#fff;z-index:20}.quiz-results__continue{width:100%;border:none;border-radius:28px;background:linear-gradient(90deg,#6d3df9,#7e4dff);color:#fff;font-size:16px;font-weight:700;padding:18px 16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent}.quiz-results__continue:hover{transform:translateY(-2px);box-shadow:0 12px 30px #6d3df947}.quiz-results__continue:active{transform:translateY(0);box-shadow:none}@media (max-width: 1024px){.quiz-results{padding:40px 20px 150px}.quiz-results__card{padding:36px 28px 52px}.quiz-results__cta{width:min(460px,calc(100% - 20px))}}@media (max-width: 768px){.quiz-results{padding:32px 16px 140px}.quiz-results__card{padding:32px 24px 48px;border-radius:28px}.quiz-results__title{font-size:21px}.quiz-results__headline{font-size:19px}.quiz-results__insights-intro{gap:14px}.quiz-results__insights-intro img{width:46px;height:46px}.quiz-results__insight{padding:18px 20px 18px 52px}.quiz-results__insight:before{left:22px;top:16px;bottom:16px}.quiz-results__cta{width:min(420px,calc(100% - 18px))}}@media (max-width: 520px){.quiz-results{padding:28px 12px 120px}.quiz-results__card{padding:28px 24px 40px;border-radius:24px}.quiz-results__title{font-size:21px}.quiz-results__headline{font-size:19px}.quiz-results__insights-intro{gap:12px}.quiz-results__insights-intro img{width:44px;height:44px}.quiz-results__insight{padding:16px 18px 16px 48px}.quiz-results__insight:before{left:20px;top:14px;bottom:14px}.quiz-results__insight h3{font-size:16px}.quiz-results__insight p{font-size:14px}.quiz-results__continue{padding:16px 14px}.quiz-results__cta{width:calc(100% - 12px)}.quiz-results__cta:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px;background:linear-gradient(to top,#fff,#fff0);pointer-events:none}}@media (max-width: 400px){.quiz-results{padding:24px 10px 110px}.quiz-results__card{padding:24px 24px 36px}.quiz-results__title{font-size:21px}.quiz-results__insights-intro{gap:10px}.quiz-results__insights-intro img{width:42px;height:42px}.quiz-results__cta{width:calc(100% - 10px)}.quiz-results__cta:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px;background:linear-gradient(to top,#fff,#fff0);pointer-events:none}}.app-container{min-height:100vh;display:flex;flex-direction:column}body.app-no-scroll{overflow:hidden}.app-header{display:flex;justify-content:space-between;align-items:center;padding:24px;margin:0 auto;width:min(960px,100%);box-sizing:border-box}.brand-mark{display:flex;align-items:center;gap:16px}.brand-mark__icon{width:40px;height:40px;border-radius:12px;box-shadow:0 6px 18px #6442f040}.brand-mark__wordmark{height:24px;width:auto}.app-stage{display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.app-header{width:min(840px,100%);padding:20px 24px}}@media (max-width: 768px){.app-header{flex-direction:column;align-items:stretch;gap:18px;padding:20px}.brand-mark{justify-content:center}}@media (max-width: 600px){.app-header{padding:18px 18px 12px}.brand-mark{gap:12px}.brand-mark__icon{width:36px;height:36px}.brand-mark__wordmark{height:20px}}@media (max-width: 480px){.app-header{padding:16px 16px 10px}.brand-mark{justify-content:flex-start}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;color:#222;background-color:#fff}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;height:100%;min-height:100%;background:#fff}img{max-width:100%;display:block}button{font-family:inherit;-webkit-tap-highlight-color:transparent}button:focus{outline:none}button::-moz-focus-inner{border:0}
