@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--wr-blue:#07aad8;--wr-teal:#45b2ad;--wr-navy:#001f3c;--wr-grey-dark:#616161;--wr-lavender:#c7c0d8;--wr-teal-dark:#348582;--wr-teal-light:#8fd1ce;--wr-blue-dark:#0580a2;--wr-blue-light:#6acce8;--wr-charcoal:#494949;--wr-grey-mid:#a0a0a0;--wr-grey-light:#e5e5e5;--wr-off-white:#f5f5f5;--wr-grey-off-white:#f5f5f5;--surface-subtle:#f5f5f5;--wr-driver-connection:#45b2ad;--wr-driver-connection-bg:#eaf7f6;--wr-driver-contribution:#07aad8;--wr-driver-contribution-bg:#e6f6fc;--wr-driver-understanding:#348582;--wr-driver-understanding-bg:#e8f3f3;--wr-driver-innovation:#0580a2;--wr-driver-innovation-bg:#e6f0f5;color:var(--wr-charcoal);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Poppins,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{overflow-x:clip}body{background-image:url(/assets/11-Cm3LwfJE.png);background-position:50%;background-size:cover;background-attachment:fixed;min-width:320px;min-height:100vh;margin:0;overflow-x:clip}body:before{content:"";pointer-events:none;z-index:0;background:#ffffffe6;position:fixed;inset:0}#root{min-height:100vh;overflow-x:clip}img{max-width:100%;height:auto}@keyframes wr-fade-in{0%{opacity:0;transform:translateY(10px)}}@keyframes wr-fade-out{to{opacity:0;transform:translateY(-6px)}}@keyframes wr-hero-in{0%{opacity:0;transform:translateY(-8px)}}@keyframes wr-hero-out{to{opacity:0;transform:translateY(-8px)}}::view-transition-old(root){animation:.18s ease-in wr-fade-out}::view-transition-new(root){animation:.28s ease-out wr-fade-in}::view-transition-old(page-hero){animation:.2s ease-in wr-hero-out}::view-transition-new(page-hero){animation:.3s ease-out wr-hero-in}.screen{z-index:1;overflow-wrap:break-word;width:100%;max-width:42rem;min-height:100vh;margin:0 auto;padding:2.5rem 1.5rem 4rem;position:relative}.screen--quiz{height:100dvh;min-height:100dvh;max-height:100dvh;padding:1.25rem 1.5rem max(.75rem, env(safe-area-inset-bottom,0px));flex-direction:column;display:flex;overflow:hidden}.screen--quiz .screen__header{flex-shrink:0;margin-bottom:.75rem}.screen--quiz .screen__main{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.screen--quiz .quiz-scroll{overscroll-behavior:contain;flex:auto;min-height:0;overflow-y:auto}.screen--quiz .progress{margin-bottom:1rem}.screen--quiz .question__prompt{margin-bottom:.75rem;font-size:1.05rem}.screen--quiz .ranked-options__list,.screen--quiz .multiselect-rank__list,.screen--quiz .question__options{gap:.4rem}.screen--quiz .option,.screen--quiz .ranked-options__item,.screen--quiz .multiselect-rank__option{align-items:center;height:fit-content;padding:.45rem .75rem}.screen--quiz .option input{margin-top:0}.screen--quiz .option span,.screen--quiz .ranked-options__label,.screen--quiz .multiselect-rank__label{margin:0;line-height:1.3}.screen--quiz .ranked-options__rank-number,.screen--quiz .multiselect-rank__checkbox{width:1.4rem;height:1.4rem;margin-top:0;font-size:.75rem}.screen--quiz .ranked-options__item{grid-template-columns:1.4rem minmax(0,1fr);align-items:center;gap:.55rem}.screen--quiz .multiselect-rank__option{gap:.55rem}.screen--quiz .multiselect-rank__content{display:block}.screen--quiz .ranked-options__hint,.screen--quiz .multiselect-rank__hint{margin-bottom:.5rem}.screen--quiz .multiselect-rank__progress{margin-bottom:.75rem}.screen--quiz .screen__actions{flex-shrink:0;margin-top:auto;padding-top:.75rem}.screen--quiz .demo-banner{flex-shrink:0;margin-bottom:.75rem}.screen__header{margin-bottom:2rem}.screen__brand{letter-spacing:.08em;text-transform:uppercase;color:var(--wr-grey-dark);cursor:pointer;margin:0 0 1rem;font-size:.75rem;font-weight:600;text-decoration:none;display:inline-block}.screen__brand:hover{color:var(--wr-teal)}.screen__title{color:var(--wr-navy);margin:0 0 .5rem;font-size:1.75rem;font-weight:700;line-height:1.2}.screen__subtitle{color:var(--wr-grey-dark);margin:0}.screen__main p{color:var(--wr-charcoal);margin:0 0 1rem;line-height:1.6}.screen__hint{font-size:.95rem;color:var(--wr-grey-dark)!important}.screen__notice{border:1px solid var(--wr-blue-light);background:#e8f7fb;border-radius:.5rem;padding:.75rem 1rem;color:var(--wr-blue-dark)!important}.screen__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.screen__actions--split{justify-content:space-between}.screen__actions--split>button{flex:auto;min-width:0}button{background:var(--wr-blue);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.7rem 1.1rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:background .15s}button:hover{background:var(--wr-blue-dark)}button:disabled{opacity:.45;cursor:not-allowed}.btn-secondary{color:var(--wr-navy);border:1px solid var(--wr-grey-light);background:#fff}.btn-secondary:hover{background:var(--wr-off-white)}.error-panel{background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;padding:1.25rem}.error-panel h2{color:#991b1b;margin:0 0 .5rem;font-size:1.125rem}.error-panel p{color:#7f1d1d;margin:0}.error-panel__code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;margin-top:.75rem!important}.dev-links{margin:0;padding-left:1.25rem;line-height:2}.dev-links a{color:#1d4ed8}.quiz-loading__inner{width:100%;max-width:28rem}.quiz-loading__title{margin-bottom:.75rem;font-size:2rem}.quiz-loading__message{color:var(--wr-grey-dark);margin:0 0 1.75rem;font-size:1rem}.quiz-loading__bar{width:100%}.quiz-loading__bar-track{background:var(--wr-grey-light);border-radius:999px;height:.55rem;overflow:hidden}.quiz-loading__bar-fill{background:linear-gradient(90deg, var(--wr-teal), var(--wr-blue));border-radius:999px;height:100%;transition:width .25s ease-out}.quiz-loading__percent{color:var(--wr-blue-dark);text-align:right;margin-top:.65rem;font-size:.875rem;font-weight:600;display:block}.intro{z-index:1;width:100%;max-width:100%;min-height:100vh;position:relative;overflow-x:clip}.intro__hero{z-index:1;view-transition-name:page-hero;background-color:var(--wr-navy);background-position:50%;background-size:cover;align-items:center;padding:1rem 2rem;display:flex;position:relative}.intro__hero:before{content:"";pointer-events:none;background:#001f3cb3;position:absolute;inset:0}.intro__logo{width:auto;height:4rem;display:block;position:relative}.intro__hero a{cursor:pointer;align-items:center;line-height:0;display:inline-flex}.intro__eyebrow{color:var(--wr-teal-dark);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .5rem;font-size:.72rem;font-weight:700}.intro__title{letter-spacing:-.01em;color:var(--wr-navy);margin:0 0 1rem;font-size:2.4rem;font-weight:700;line-height:1.1}.intro__body{z-index:1;width:100%;position:relative}.intro__body-inner{text-align:center;flex-direction:column;align-items:center;max-width:52rem;margin:0 auto;padding:3rem 2rem 4rem;display:flex;position:relative}.intro__typologies{grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;margin-bottom:2.5rem;display:grid}.intro__type-card{flex-direction:column;align-items:center;gap:.75rem;display:flex}.intro__type-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:10rem;height:10rem;display:flex;overflow:hidden}.intro__type-img{object-fit:contain;width:75%;height:75%}.intro__type-name{color:var(--wr-navy);text-align:center;font-size:.9rem;font-weight:600}.intro__cta{background:var(--wr-teal);color:#fff;letter-spacing:.01em;border-radius:.625rem;width:100%;max-width:26rem;margin-bottom:1.25rem;padding:1.1rem 2rem;font-size:1.05rem;font-weight:700}.intro__cta:hover{background:var(--wr-teal-dark)}.intro__privacy{color:var(--wr-grey-dark);margin:0;font-size:.78rem}.intro__section{max-width:36rem;margin:0 0 1.75rem}.intro__section--notice{background:var(--wr-grey-off-white);border:1px solid var(--wr-grey-light);border-radius:.75rem;padding:1rem 1.1rem}.intro__section-title{color:var(--wr-navy);margin:0 0 .5rem;font-size:.95rem;font-weight:700}.intro__section-body{color:var(--wr-charcoal);margin:0;font-size:.95rem;line-height:1.7}.intro__section-body--follow{margin-top:.75rem}.intro__section-lead{color:var(--wr-charcoal);margin:0 0 1rem;font-size:.92rem;line-height:1.6}.intro__section--highlight{border-color:var(--wr-blue-light);background:#e8f7fb}.intro__rank-steps{gap:.5rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.intro__rank-step{align-items:center;gap:.75rem;display:flex}.intro__rank-step-number{background:var(--wr-teal);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.intro__rank-step-label{color:var(--wr-charcoal);font-size:.92rem}.intro__typologies--detailed{flex-direction:column;align-items:stretch;gap:1rem}.intro__type-card--detailed{text-align:left;flex-direction:row;align-items:flex-start;gap:1rem}.intro__type-copy{flex:1;min-width:0}.intro__type-detail{color:var(--wr-grey-dark);margin:.35rem 0 0;font-size:.85rem;line-height:1.55}.intro__type-detail strong{color:var(--wr-navy);font-weight:600}.landing__desc{color:var(--wr-charcoal);max-width:32rem;margin:0;font-size:1rem;line-height:1.7}.landing__notice{max-width:32rem;margin-bottom:1.5rem}.landing__actions{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.landing__restart{margin-top:.25rem}.intro__lead{text-align:center;flex-direction:column;align-items:center;max-width:44rem;margin:0 auto;padding:3rem 2rem 1.5rem;display:flex;position:relative}.intro__detail{padding-bottom:4rem;position:relative}.intro__info-row{grid-template-columns:1fr;gap:1rem;max-width:54rem;margin:0 auto;padding:0 1.5rem 2rem;display:grid}.intro__info-card{border:1px solid var(--wr-grey-light);background:#fff;border-radius:12px;padding:1.25rem 1.375rem}.intro__info-card--teal{border-color:var(--wr-teal-light);background:#f0faf9}.intro__info-card-label{text-transform:uppercase;letter-spacing:.07em;color:var(--wr-teal-dark);margin:0 0 .6rem;font-size:.6875rem;font-weight:700}.intro__info-card-body{color:var(--wr-grey-dark);margin:0;font-size:.8375rem;line-height:1.65}.intro__info-card-body--gap{margin-top:.65rem}.intro__steps{flex-direction:column;gap:.4rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.intro__step{color:var(--wr-charcoal);align-items:flex-start;gap:.5rem;font-size:.8125rem;line-height:1.4;display:flex}.intro__step-num{background:var(--wr-teal);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;min-width:1.25rem;height:1.25rem;margin-top:.1rem;font-size:.6875rem;font-weight:700;display:inline-flex}.intro__drivers-section{max-width:54rem;margin:0 auto;padding:0 1.5rem 2rem}.intro__drivers-title{color:var(--wr-navy);margin:0 0 .25rem;font-size:1rem;font-weight:700}.intro__drivers-lead{color:var(--wr-grey-dark);margin:0 0 1rem;font-size:.875rem;line-height:1.55}.intro__drivers-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=480px){.intro__drivers-grid{grid-template-columns:repeat(2,1fr)}}.intro__driver-card{border:1px solid var(--wr-grey-light);background:#fff;border-radius:10px;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;display:flex}.intro__driver-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:5rem;min-width:5rem;height:5rem;display:flex;overflow:hidden}.intro__driver-copy{flex:1;min-width:0}.intro__driver-name{color:var(--wr-navy);margin-bottom:.2rem;font-size:.9rem;font-weight:700;display:block}.intro__driver-detail{color:var(--wr-grey-dark);margin:.2rem 0 0;font-size:.78rem;line-height:1.45}.intro__driver-detail strong{color:var(--wr-navy);font-weight:600}.intro__themes{max-width:54rem;margin:0 auto;padding:0 1.5rem 3rem}.intro__themes-label{text-transform:uppercase;letter-spacing:.07em;color:var(--wr-grey-mid);margin:0 0 .35rem;font-size:.6875rem;font-weight:700}.intro__themes-body{color:var(--wr-grey-dark);background:var(--wr-off-white);border-radius:8px;margin:0;padding:.875rem 1rem;font-size:.8125rem;line-height:1.65}.intro__cta-footer{text-align:center;flex-direction:column;align-items:center;max-width:54rem;margin:0 auto;padding:.5rem 1.5rem 4rem;display:flex}.intro-section{margin-bottom:1.75rem}.intro-section h2{color:var(--wr-navy);margin:0 0 .5rem;font-size:1rem}.tag-list{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.tag-list li{background:var(--wr-off-white);color:var(--wr-charcoal);border-radius:999px;padding:.35rem .75rem;font-size:.875rem}.tag-list--muted li{color:var(--wr-grey-dark);background:#fafafa}.progress{margin-bottom:2rem}.progress__meta{color:#6b7280;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.progress__track{background:#e5e7eb;border-radius:999px;height:.4rem;overflow:hidden}.progress__fill{background:var(--wr-teal);border-radius:999px;height:100%;transition:width .3s}.question{border:none;margin:0;padding:0}.question__prompt{color:#111827;overflow-wrap:break-word;margin-bottom:1.25rem;font-size:1.125rem;font-weight:600;line-height:1.5;display:block}.question__options{flex-direction:column;gap:.75rem;display:flex}.option{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;min-width:0;padding:1rem;transition:border-color .15s,background .15s;display:flex}.option:has(input:checked){border-color:var(--wr-teal);background:#f0fafa}.option input{flex-shrink:0;margin-top:0}.option span{color:#374151;overflow-wrap:break-word;flex:1;min-width:0;line-height:1.5}.question__options--inline{flex-flow:wrap}.option--button{cursor:pointer;font:inherit;justify-content:center;width:100%}.option--selected{border-color:var(--wr-teal);background:#f0fafa}.slider-input{flex-direction:column;gap:.75rem;display:flex}.slider-input__control{width:100%;accent-color:var(--wr-teal)}.slider-input__labels{color:var(--wr-grey-dark);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;font-size:.9375rem;display:flex}.slider-input__labels span{overflow-wrap:break-word;min-width:0}.slider-input__value{color:var(--wr-navy);font-weight:600}.ranked-options{width:100%;min-width:0;max-width:100%}.ranked-options__hint{color:var(--wr-grey-dark);margin:0 0 1rem;font-size:.9375rem;line-height:1.5}.ranked-options__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ranked-options__item{touch-action:none;cursor:grab;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;grid-template-columns:1.75rem minmax(0,1fr);align-items:center;gap:.75rem;width:100%;min-width:0;padding:.875rem 1rem;display:grid}.ranked-options__item:active{cursor:grabbing}.ranked-options__item--dragging{opacity:.35;border-style:dashed;border-color:var(--wr-teal-light);background:var(--wr-grey-off-white);box-shadow:none}.ranked-options__item--overlay{cursor:grabbing;border-color:var(--wr-teal);transform:scale(1.02);box-shadow:0 12px 28px #001f3c1f,0 0 0 2px #45b2ad33}.ranked-options__rank-number{background:var(--wr-teal);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.875rem;font-weight:700;line-height:1;display:inline-flex}.ranked-options__label{color:#374151;overflow-wrap:break-word;min-width:0;margin:0;line-height:1.5}.screen__main .ranked-options__label{margin:0}.demo-banner{color:var(--wr-navy);background:#eef6f6;border:1px solid #00808033;border-radius:.5rem;margin:0 0 1.25rem;padding:.625rem .875rem;font-size:.875rem;font-weight:600}.demo-switcher{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff2;border-top:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;max-width:42rem;margin:0 auto;padding:1rem 1.5rem 1.5rem;display:flex;position:sticky;bottom:0}.demo-switcher__label{color:var(--wr-grey-dark);font-size:.8125rem;font-weight:600}.demo-switcher a{color:var(--wr-teal);font-size:.875rem;font-weight:600;text-decoration:none}.demo-switcher a:hover{text-decoration:underline}.demo-switcher__link--active{color:var(--wr-navy)!important;text-decoration:underline!important}.multiselect-rank{width:100%;min-width:0;max-width:100%}.multiselect-rank__hint{color:var(--wr-grey-dark);margin:0 0 .75rem;font-size:.9375rem;line-height:1.5}.multiselect-rank__progress{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.multiselect-rank__progress-count{color:var(--wr-navy);font-size:.8125rem;font-weight:600}.multiselect-rank__clear{color:var(--wr-teal);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;font-weight:600;text-decoration:underline}.multiselect-rank__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.multiselect-rank__option{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:.875rem;width:100%;min-width:0;padding:1rem;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.multiselect-rank__option:hover{background:#fafafa;border-color:#d1d5db}.multiselect-rank__option--selected{border-color:var(--wr-teal);background:#f0fafa;box-shadow:0 0 0 1px #00808014}.multiselect-rank__checkbox{color:#fff;border:2px solid #d1d5db;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;margin-top:0;font-size:.875rem;font-weight:700;transition:border-color .15s,background .15s;display:inline-flex}.multiselect-rank__checkbox--checked{border-color:var(--wr-teal);background:var(--wr-teal)}.multiselect-rank__content{flex-direction:column;gap:.25rem;min-width:0;display:flex}.multiselect-rank__label{color:#374151;overflow-wrap:break-word;min-width:0;line-height:1.5}.multiselect-rank__rank-label{text-transform:uppercase;letter-spacing:.03em;color:var(--wr-teal);font-size:.75rem;font-weight:600}.complete-state{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.complete-state__spinner{border:3px solid #e5e7eb;border-top-color:#111827;border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.results__badge{letter-spacing:.06em;text-transform:uppercase;color:var(--wr-teal-dark);margin-top:.25rem;font-size:.65rem;font-weight:700;display:block}.results__badge--secondary{color:var(--wr-grey-dark)}.intro__type-circle--muted{opacity:.4}.results-hero{background:var(--wr-navy);color:#fff;text-align:center;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}.results-hero__primary{margin:0;font-size:1.75rem;font-weight:700}.results-hero__secondary{color:#d1d5db;margin:.35rem 0 0}.results-sections{flex-direction:column;gap:1.25rem;display:flex}.results-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem}.results-section h2{letter-spacing:.04em;text-transform:uppercase;color:#6b7280;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.results-section p{color:#374151;margin:0;line-height:1.6}.rsp-score-grid{gap:.75rem;display:grid}.rsp-score-row{border-bottom:1px solid var(--wr-grey-light);justify-content:space-between;align-items:baseline;gap:1rem;padding:.75rem 0;display:flex}.rsp-score-row:last-child{border-bottom:none}.rsp-score-label{color:var(--wr-grey-dark);font-size:.95rem}.rsp-score-value{color:var(--wr-navy);font-size:1.25rem;font-weight:700}.rsp-classification{color:var(--wr-teal-dark);margin:0;font-size:1.125rem;font-weight:600}.results-section__lead{color:var(--wr-charcoal);margin:0 0 1rem;line-height:1.6}.results-section__lead--ranking{background:var(--wr-grey-off-white);border-radius:.75rem;padding:.85rem 1rem;font-size:.9rem}.results__badge--muted{color:var(--wr-grey-mid)}.rsp-comparison{gap:.85rem;display:grid}.rsp-comparison__row{gap:.35rem;display:grid}.rsp-comparison__header{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.rsp-comparison__label{color:var(--wr-grey-dark);font-size:.95rem}.rsp-comparison__value{color:var(--wr-navy);font-size:1rem}.rsp-comparison__track{background:var(--wr-grey-light);border-radius:999px;height:.5rem;overflow:hidden}.rsp-comparison__bar{background:var(--wr-teal);border-radius:999px;height:100%}.rsp-comparison__bar--connection{background:var(--wr-driver-connection)}.rsp-comparison__bar--contribution{background:var(--wr-driver-contribution)}.rsp-comparison__bar--understanding{background:var(--wr-driver-understanding)}.rsp-comparison__bar--innovation{background:var(--wr-driver-innovation)}.results-section p+p{margin-top:.75rem}.report-carousel{border:1px solid var(--wr-grey-light);background:#fff;border-radius:.625rem;overflow:hidden}.report-carousel__nav-row{border-bottom:1px solid var(--wr-grey-light);background:var(--wr-grey-off-white);justify-content:space-between;align-items:center;padding:.625rem 1rem;display:flex}.report-carousel__dots{align-items:center;gap:.375rem;display:flex}.report-carousel__dot{background:var(--wr-grey-light);cursor:pointer;border:none;border-radius:999px;width:.5rem;height:.5rem;padding:0;transition:background .15s,width .2s}.report-carousel__dot--active{background:var(--wr-teal);width:1.25rem}.report-carousel__btns{align-items:center;gap:.5rem;display:flex}.report-carousel__btn{cursor:pointer;color:var(--wr-navy);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;transition:color .15s,opacity .15s;display:flex}.report-carousel__btn:hover:not(:disabled){color:var(--wr-teal)}.report-carousel__btn:disabled{opacity:.25;cursor:default}.report-carousel__pos{color:var(--wr-grey-mid);text-align:center;min-width:2.5rem;font-size:.8rem}.report-carousel__slide .results-section{border:none;border-radius:0;margin:0}.results-bar__action[disabled]{opacity:.65;cursor:wait}.results-bar__error{color:#b42318;margin:0;font-size:.85rem}.results__report-cta{background:var(--wr-navy);border-radius:1rem;flex-direction:column;gap:1.5rem;margin:1.5rem 0 0;padding:2rem 2rem 2.25rem;display:flex}.results__report-cta-text{flex-direction:column;gap:.5rem;display:flex}.results__report-cta-heading{color:#fff;margin:0;font-size:1.15rem;font-weight:700;line-height:1.3}.results__report-cta-body{color:var(--wr-lavender);max-width:42rem;margin:0;font-size:.875rem;line-height:1.6}.results__report-cta-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.results__report-cta-preview{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #ffffff4d;border-radius:.625rem;align-items:center;gap:.4rem;padding:.7rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.results__report-cta-preview:hover{background:#ffffff14;border-color:#ffffffa6}.results__report-cta-download{background:var(--wr-teal);color:#fff;cursor:pointer;border:none;border-radius:.625rem;align-items:center;gap:.45rem;padding:.7rem 1.4rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s;display:inline-flex}.results__report-cta-download:hover:not(:disabled){background:var(--wr-teal-dark)}.results__report-cta-download:disabled{opacity:.65;cursor:wait}.results-spacer{height:5rem}.results__body{max-width:52rem;margin:0 auto;padding:0 1.5rem 4rem}.results__lead{padding:3rem 0 2rem}.results__summary{color:var(--wr-charcoal);margin:.75rem 0 0;line-height:1.65}.results-hierarchy{flex-direction:column;gap:.875rem;margin-bottom:1.75rem;display:flex}.results-tier{border:1px solid var(--wr-grey-light);background:#fff;border-radius:1rem;padding:1.25rem 1.5rem}.results-tier--primary{border-color:var(--wr-teal);background:linear-gradient(135deg,#f0fdf9 0%,#fff 70%);border-width:1.5px}.results-tier--supporting{border-color:#d1d5db}.results-tier--emerging{border-color:var(--wr-grey-light);background:var(--wr-grey-off-white)}.results-tier--least{border-color:var(--wr-grey-light);background:var(--wr-grey-off-white);opacity:.75}.results-tier__header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.results-tier__pill{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:.2rem .65rem;font-size:.65rem;font-weight:700;display:inline-block}.results-tier__pill--primary{background:var(--wr-teal);color:#fff}.results-tier__pill--supporting{background:var(--wr-navy);color:#fff}.results-tier__pill--emerging{background:var(--wr-grey-dark);color:#fff}.results-tier__pill--least{background:var(--wr-grey-light);color:var(--wr-grey-dark)}.results-tier__hint{color:var(--wr-grey-mid);font-size:.8rem}.results-tier__cards{flex-wrap:wrap;gap:1.5rem 2rem;display:flex}.results-tier__card{text-align:center;flex-direction:column;align-items:center;gap:.6rem;display:flex}.results-tier__circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.results-tier__circle--primary{width:5.5rem;height:5.5rem}.results-tier__circle--supporting{width:4.5rem;height:4.5rem}.results-tier__circle--emerging{width:3.75rem;height:3.75rem}.results-tier__circle--least{width:3.25rem;height:3.25rem}.results-tier__name{font-size:.85rem;font-weight:600;line-height:1.2}.results-tier__name--primary{color:var(--wr-teal-dark);font-size:.9rem}.results-tier__name--supporting{color:var(--wr-navy)}.results-tier__name--emerging{color:var(--wr-grey-dark);font-weight:400}.results-tier__name--least{color:var(--wr-grey-mid);font-size:.8rem;font-weight:400}.results-tier__pill{align-items:center;gap:.3rem;display:inline-flex}.profile-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.profile-tile{border:1px solid var(--wr-grey-light);text-align:center;background:#fff;border-radius:.625rem;flex-direction:column;align-items:center;gap:.875rem;padding:1.25rem 1rem 1.5rem;display:flex}.profile-tile--primary{border-color:var(--tile-border,var(--wr-teal));background:var(--tile-bg,var(--wr-driver-connection-bg));border-width:1.5px}.profile-tile--supporting{border-color:var(--tile-border,color-mix(in srgb, var(--wr-navy) 18%, #fff));background:var(--tile-bg,color-mix(in srgb, var(--wr-navy) 4%, #fff))}.profile-tile--emerging,.profile-tile--least{background:var(--wr-grey-off-white)}.profile-tile--least{border-style:dashed}.profile-tile--empty{opacity:.35}.profile-tile__cards{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.profile-tile__card{flex-direction:column;align-items:center;gap:.5rem;display:flex}.profile-tile__name{font-size:.82rem;font-weight:600;line-height:1.2}.profile-tile__name--primary{color:var(--wr-teal-dark)}.profile-tile__name--supporting{color:var(--wr-navy)}.profile-tile__name--emerging{color:var(--wr-grey-dark)}.profile-tile__name--least{color:var(--wr-grey-mid)}.profile-tile__pct{color:var(--wr-grey-mid);letter-spacing:.02em;margin-top:.1rem;font-size:.7rem;font-weight:600;display:block}.profile-tile .results-tier__circle{width:5.5rem;height:5.5rem}.profile-tile--primary .results-tier__circle{opacity:1}.profile-tile--supporting .results-tier__circle{opacity:.72}.profile-tile--emerging .results-tier__circle{opacity:.45}.profile-tile--least .results-tier__circle{opacity:.25}.profile-tile__empty-label{color:var(--wr-grey-light);font-size:1.25rem}.results-ranking{background:var(--wr-grey-off-white);border:1px solid var(--wr-grey-light);border-radius:.625rem;flex-wrap:wrap;gap:.5rem;padding:.875rem 1rem;display:flex}.results-ranking__chip{border-radius:.5rem;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.82rem;display:inline-flex}.results-ranking__chip--primary{background:color-mix(in srgb, var(--wr-teal) 10%, #fff)}.results-ranking__chip--supporting{background:color-mix(in srgb, var(--wr-navy) 7%, #fff)}.results-ranking__chip--emerging,.results-ranking__chip--least{background:0 0}.results-ranking__tier{letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:700}.results-ranking__chip--primary .results-ranking__tier{color:var(--wr-teal-dark)}.results-ranking__chip--supporting .results-ranking__tier{color:var(--wr-navy)}.results-ranking__chip--emerging .results-ranking__tier{color:var(--wr-grey-dark)}.results-ranking__chip--least .results-ranking__tier{color:var(--wr-grey-mid)}.results-ranking__sep{color:var(--wr-grey-light);margin:0 .05rem;font-size:.9rem}.results-ranking__drivers{color:var(--wr-charcoal)}.section-carousel{border:1px solid var(--wr-grey-light);background:#fff;border-radius:.625rem;overflow:hidden}.section-carousel__tabs{scrollbar-width:none;background:var(--wr-grey-off-white);border-bottom:1px solid var(--wr-grey-light);display:flex;overflow-x:auto}.section-carousel__tabs::-webkit-scrollbar{display:none}.section-carousel__tab{color:var(--wr-grey-dark);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:.75rem 1.1rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.section-carousel__tab:hover{color:var(--wr-charcoal);background:#00000008}.section-carousel__tab--active{color:var(--tab-color,var(--wr-teal));border-bottom-color:var(--tab-color,var(--wr-teal));background:#fff;font-weight:600}.section-carousel__panel-header{border-bottom:1px solid var(--wr-grey-off-white);align-items:center;gap:.5rem;padding:1rem 1.5rem .75rem;display:flex}.section-carousel__panel-title{letter-spacing:.02em;color:var(--section-color,var(--wr-navy));margin:0;font-size:.85rem;font-weight:700}.section-carousel__panel-body{padding:1.1rem 1.5rem 1.5rem}.section-carousel__panel-body p{color:var(--wr-charcoal);margin:0;font-size:.9rem;line-height:1.7}.section-carousel__panel-body p+p{margin-top:.85rem}.section-carousel__nav{border-top:1px solid var(--wr-grey-off-white);background:var(--wr-grey-off-white);justify-content:flex-end;align-items:center;gap:.5rem;padding:.65rem 1.25rem;display:flex}.section-carousel__nav-btn{border:1px solid var(--wr-grey-light);width:2rem;height:2rem;color:var(--wr-charcoal);cursor:pointer;background:#fff;border-radius:.5rem;justify-content:center;align-items:center;transition:background .15s;display:flex}.section-carousel__nav-btn:hover:not(:disabled){background:var(--wr-grey-light)}.section-carousel__nav-btn:disabled{opacity:.35;cursor:not-allowed}.section-carousel__nav-pos{color:var(--wr-grey-mid);text-align:center;min-width:3.5rem;font-size:.78rem}.results__section{margin-bottom:2rem}.results__section-heading{letter-spacing:.08em;text-transform:uppercase;color:var(--wr-grey-dark);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.75rem;font-weight:700;display:flex}.results-section-cards{grid-template-columns:1fr;gap:.875rem;display:grid}@media (width>=640px){.results-section-cards{grid-template-columns:repeat(2,1fr)}}.results-section-card{border:1px solid var(--wr-grey-light);background:#fff;border-radius:.625rem;overflow:hidden}.results-section-card__header{background:color-mix(in srgb, var(--section-color,var(--wr-blue)) 8%, #fff);border-bottom:1px solid color-mix(in srgb, var(--section-color,var(--wr-blue)) 15%, #fff);align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.results-section-card__icon{flex-shrink:0;align-items:center;display:flex}.results-section-card__title{letter-spacing:.04em;text-transform:uppercase;color:var(--section-color,var(--wr-navy));margin:0;font-size:.8rem;font-weight:700}.results-section-card__body{color:var(--wr-charcoal);margin:0;padding:1rem 1.25rem;font-size:.9rem;line-height:1.65}.results__download-cta{background:var(--wr-navy);color:#fff;border-radius:1rem;margin-top:2rem;padding:1.75rem 2rem}.results__download-cta-inner{flex-direction:column;gap:1.25rem;display:flex}@media (width>=560px){.results__download-cta-inner{flex-direction:row;justify-content:space-between;align-items:center}}.results__download-cta-text{flex-direction:column;gap:.35rem;display:flex}.results__download-cta-heading{color:#fff;margin:0;font-size:1rem;font-weight:700}.results__download-cta-sub{color:#ffffffb3;max-width:32rem;margin:0;font-size:.85rem;line-height:1.55}.results__download-btn{background:var(--wr-teal);color:#fff;cursor:pointer;border:none;border-radius:.625rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .15s;display:inline-flex}.results__download-btn:hover:not(:disabled){background:var(--wr-teal-dark)}.results__download-btn:disabled{opacity:.65;cursor:wait}.cohort-qr{align-items:flex-start;gap:.75rem;min-width:14rem;display:flex}.cohort-qr__code-inner{background:#fff;padding:.5rem}.cohort-qr__code{font:inherit;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-shrink:0;padding:0;transition:border-color .15s,box-shadow .15s;position:relative}.cohort-qr__code:hover{border-color:var(--wr-blue);box-shadow:0 0 0 2px #07aad826}.cohort-qr__code:focus-visible{outline:2px solid var(--wr-blue);outline-offset:2px}.cohort-qr__toast{color:#fff;letter-spacing:.02em;pointer-events:none;background:#001f3ce0;border-radius:.5rem;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex;position:absolute;inset:0}.cohort-qr__hint{color:#6b7280;margin:0;font-size:.7rem}.cohort-qr__meta{flex-direction:column;gap:.35rem;min-width:0;display:flex}.cohort-qr__label{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin:0;font-size:.75rem;font-weight:600}.cohort-qr__url{word-break:break-all;color:#374151;font-size:.7rem;display:block}.cohort-qr__copy{align-self:flex-start;padding:.3rem .6rem!important;font-size:.75rem!important}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.results-bar{z-index:50;border-top:1px solid var(--wr-grey-light);background:#fff;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #001f3c14}.results-bar__inner{align-items:center;gap:1rem;max-width:52rem;margin:0 auto;padding:.875rem 1.5rem;display:flex}.results-bar__info{flex:1;align-items:center;gap:.875rem;min-width:0;display:flex}.results-bar__icon-wrap{background:color-mix(in srgb, var(--wr-teal) 12%, #fff);border:1px solid color-mix(in srgb, var(--wr-teal) 20%, #fff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.results-bar__text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.results-bar__label{color:var(--wr-navy);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.results-bar__hint{color:var(--wr-grey-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.results-bar__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.results-bar__preview-btn{border:1.5px solid var(--wr-teal);color:var(--wr-teal);cursor:pointer;background:0 0;border-radius:.625rem;align-items:center;gap:.4rem;padding:.7rem 1.1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.results-bar__preview-btn:hover:not(:disabled){background:var(--wr-teal);color:#fff}.results-bar__preview-btn:disabled{opacity:.65;cursor:wait}.results-bar__download-btn{background:var(--wr-teal);color:#fff;cursor:pointer;border:none;border-radius:.625rem;flex-shrink:0;align-items:center;gap:.45rem;padding:.7rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s;display:inline-flex}.results-bar__download-btn:hover:not(:disabled){background:var(--wr-teal-dark)}.results-bar__download-btn:disabled{opacity:.65;cursor:wait}@media (width<=480px){.results-bar__icon-wrap,.results-bar__hint{display:none}.results-bar__label{font-size:.82rem}.results-bar__preview-btn{padding:.6rem .9rem;font-size:.82rem}.results-bar__download-btn{padding:.65rem 1rem;font-size:.82rem}}.dev-section{margin-bottom:2rem}.dev-section h2{color:#111827;margin:0 0 .5rem;font-size:1rem}.dev-clear-btn{border:1px dashed var(--wr-grey-mid);color:var(--wr-grey-mid);cursor:pointer;background:0 0;border-radius:4px;margin-top:.75rem;padding:.35rem .75rem;font-size:.75rem}.dev-clear-btn:hover{border-color:var(--wr-grey-dark);color:var(--wr-grey-dark);background:0 0}.admin{z-index:1;background:#f3f4f6;min-height:100vh;display:flex;position:relative}.admin__sidebar{color:#fff;background:#111827;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:14rem;padding:1.5rem 1rem;display:flex}.admin__brand{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin:0 0 .25rem;font-size:.7rem;font-weight:600}.admin__role{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600}.admin__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.admin__nav-link{color:#d1d5db;border-radius:.5rem;padding:.6rem .75rem;font-size:.95rem;text-decoration:none}.admin__nav-link:hover{color:#fff;background:#ffffff14}.admin__nav-link--active{color:#111827;background:#fff;font-weight:600}.admin__back{color:#9ca3af;margin-top:1rem;font-size:.875rem;text-decoration:none}.admin__back:hover{color:#fff}.admin__sign-out{color:#d1d5db;font:inherit;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:.5rem;margin-top:auto;padding:.55rem .75rem;font-size:.875rem}.admin__sign-out:hover{color:#fff;background:#ffffff14}.admin-auth{z-index:1;background:#f5f5f5;place-items:center;min-height:100vh;padding:2rem;display:grid;position:relative}.admin-auth__card{background:#fff;border-radius:.75rem;width:min(100%,26rem);padding:2rem;box-shadow:0 10px 30px #001f3c14}.admin-auth__brand{color:var(--wr-navy,#001f3c);margin:0 0 .5rem;font-weight:700}.admin-auth__form{gap:1rem;margin-top:1.5rem;display:grid}.admin-auth__field{color:#494949;gap:.35rem;font-size:.875rem;display:grid}.admin-auth__field input{font:inherit;border:1px solid #e5e5e5;border-radius:.5rem;padding:.65rem .75rem}.admin-auth__hint{color:#a0a0a0;margin:1rem 0 0;font-size:.8125rem}.admin-auth__footer-link{margin:1rem 0 0;font-size:.875rem}.admin-auth__footer-link a{color:var(--wr-blue,#07aad8);text-decoration:none}.admin-auth__footer-link a:hover{text-decoration:underline}.admin__content{flex:1;padding:2rem 2.5rem;overflow:auto}.admin__header h1{color:#111827;margin:0 0 .35rem;font-size:1.5rem}.admin__header p{color:#6b7280;margin:0 0 1.5rem}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1rem;margin-bottom:2rem;display:grid}.admin-stat{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.admin-stat__value{color:#111827;font-size:1.75rem;font-weight:700}.admin-stat__label{color:#6b7280;font-size:.875rem}.admin-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #f3f4f6;padding:.85rem 1rem}.admin-table th{letter-spacing:.04em;text-transform:uppercase;color:#6b7280;background:#fafafa;font-size:.75rem;font-weight:600}.admin-table tr:last-child td{border-bottom:none}.admin-table__row{cursor:pointer}.admin-table__row:hover td{background:#f9fafb}.admin-table__row--selected td{background:#f3f4f6}.admin-table select{border:1px solid #d1d5db;border-radius:.375rem;min-width:12rem;padding:.4rem .5rem;font-size:.875rem}.admin-table__rate{min-width:2.5rem;margin-right:.5rem;font-weight:600;display:inline-block}.admin-table__bar{vertical-align:middle;background:#111827;border-radius:999px;max-width:6rem;height:.35rem;display:inline-block}.admin-table__participant-input{border:1px solid #d1d5db;border-radius:.375rem;width:5rem;padding:.4rem .5rem;font-size:.875rem}.admin-table__participant-input:focus{outline:2px solid var(--wr-blue-light,#6acce8);border-color:var(--wr-blue,#07aad8)}.admin-table__participant-display{min-width:5rem;font:inherit;color:#111827;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.375rem;padding:.4rem .5rem;font-size:.875rem;font-weight:600}.admin-table__participant-display:hover{background:#f9fafb;border-color:#d1d5db}.admin-table__participant-display:focus-visible{outline:2px solid var(--wr-blue-light,#6acce8);border-color:var(--wr-blue,#07aad8)}.admin-toolbar{margin-bottom:1.25rem}.admin-toolbar__primary{color:#fff;background:#111827;border-radius:.5rem;padding:.65rem 1.1rem;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-block}.admin-link{color:#1d4ed8;font-weight:500;text-decoration:none}.admin-link:hover{text-decoration:underline}.admin-table__actions{white-space:nowrap;flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.admin-link--danger{color:#b42318;font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.admin-link--danger:hover:not(:disabled){color:#912018;text-decoration:underline}.admin-link--danger:disabled{opacity:.6;cursor:not-allowed}.admin-inline-error{color:#b42318;margin:0 0 1rem;font-size:.9rem}.admin-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.admin-badge--published{color:#065f46;background:#d1fae5}.admin-badge--draft{color:#92400e;background:#fef3c7}.admin-editor-actions{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-form-panel{max-width:32rem}.admin-form{flex-direction:column;gap:1.25rem;max-width:32rem;display:flex}.admin-form__field{flex-direction:column;gap:.4rem;display:flex}.admin-form__field label{color:#001f3c;font-size:.95rem;font-weight:600}.admin-form__field input,.admin-form__field select{font:inherit;background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;padding:.65rem .75rem}.admin-form__field input:focus,.admin-form__field select:focus{outline-offset:1px;border-color:#07aad8;outline:2px solid #07aad8}.admin-form__hint{color:#616161;margin:0;font-size:.85rem}.admin-form__actions{gap:.75rem;display:flex}.admin-form__actions .admin-toolbar__primary{cursor:pointer;border:none}.admin-form__actions .admin-toolbar__primary:disabled{opacity:.6;cursor:not-allowed}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg,#eef2f6 0%,#f8fafc 45%,#eef2f6 90%) 0 0/200% 100%;border-radius:.375rem;animation:1.4s ease-in-out infinite skeleton-shimmer;display:block}.skeleton-auth-card__brand{width:10rem;height:.875rem;margin-bottom:1rem}.skeleton-auth-card__title{width:8rem;height:1.75rem;margin-bottom:.75rem}.skeleton-auth-card__hint{width:100%;height:2.5rem;margin-bottom:.5rem}.skeleton-auth-card__field{width:100%;height:2.75rem;margin-top:1rem}.skeleton-auth-card__button{width:100%;height:2.75rem;margin-top:1.5rem}.skeleton-table{flex-direction:column;gap:.75rem;padding:.25rem 0;display:flex}.skeleton-table__row{grid-template-columns:2fr 1.5fr .75fr;gap:1rem;display:grid}.skeleton-table__cell{height:2.75rem}.skeleton-table__cell--wide{height:3rem}.skeleton-table__cell--narrow{height:2rem}.skeleton-form{flex-direction:column;gap:.75rem;max-width:32rem;display:flex}.skeleton-form__label{width:8rem;height:.875rem}.skeleton-form__field,.skeleton-form__field--select{height:2.75rem}.skeleton-cohort-analytics{flex-direction:column;display:flex}.skeleton-cohort-analytics__heading{width:10rem;height:1.125rem;margin-bottom:.75rem}.skeleton-cohort-analytics__hint{width:14rem;height:.875rem;margin-bottom:1rem}.skeleton-cohort-analytics__stats{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.75rem;display:grid}.skeleton-cohort-analytics__stat{height:3.5rem}.skeleton-cohort-analytics__bar{height:2rem;margin-bottom:.65rem}.skeleton-results{flex-direction:column;gap:1rem;max-width:40rem;display:flex}.skeleton-results__title{width:min(24rem,80%);height:2rem}.skeleton-results__summary{width:100%;height:1rem}.skeleton-results__summary--short{width:70%}.skeleton-results__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.5rem;display:grid}.skeleton-results__card{border-radius:.75rem;height:8rem}.skeleton-complete{flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.skeleton-complete__spinner{border-radius:999px;width:3rem;height:3rem}.skeleton-complete__line{width:min(18rem,80vw);height:1rem}.skeleton-complete__line--short{width:min(12rem,60vw)}.cohort-panel__backdrop{z-index:40;cursor:pointer;background:#001f3c73;border:none;position:fixed;inset:0}.cohort-panel{z-index:50;border:1px solid var(--wr-grey-light,#e5e5e5);background:#fff;border-radius:.875rem;flex-direction:column;width:min(92vw,72rem);max-height:min(90vh,52rem);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 48px #001f3c29}.cohort-panel__header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.cohort-panel__header h2{color:var(--wr-navy,#001f3c);margin:0 0 .25rem;font-size:1.25rem}.cohort-panel__subtitle{color:#6b7280;margin:0;font-size:.875rem}.cohort-panel__close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;width:2rem;height:2rem;font-size:1.5rem;line-height:1}.cohort-panel__close:hover{color:#111827;background:#f3f4f6}.cohort-panel__body{flex:1;padding:1.5rem;overflow-y:auto}.cohort-panel__section+.cohort-panel__section{border-top:1px solid #f3f4f6;margin-top:1.75rem;padding-top:1.75rem}.cohort-panel__section h3{color:#111827;margin:0 0 .35rem;font-size:.95rem}.cohort-panel__blend-metrics{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.5rem;display:grid}.cohort-panel__metric-cell h3{color:#111827;margin:0 0 .35rem;font-size:.95rem}.cohort-panel__metric-cell .cohort-panel__hint:last-child{margin-bottom:0}@media (width<=52rem){.cohort-panel__blend-metrics{grid-template-columns:1fr}}.cohort-panel__hint{color:#6b7280;margin:0 0 1rem;font-size:.8125rem}.cohort-panel__stats{grid-template-columns:repeat(2,1fr);gap:.75rem;margin:0;display:grid}.cohort-panel__stats div{background:#fafafa;border:1px solid #e5e7eb;border-radius:.5rem;padding:.85rem 1rem}.cohort-panel__stats dt{color:#6b7280;margin:0 0 .15rem;font-size:.75rem;font-weight:500}.cohort-panel__stats dd{color:#111827;margin:0;font-size:1.125rem;font-weight:700}.cohort-panel__stat-value{font-size:inherit;font-weight:inherit;color:inherit}.cohort-panel__stats .inline-editable{align-items:center}.cohort-panel__bars{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.cohort-panel__bars li{grid-template-columns:5.5rem 1fr 2.5rem;align-items:center;gap:.65rem;display:grid}.cohort-panel__bar-label{color:#374151;font-size:.8125rem}.cohort-panel__bar-track{background:#f3f4f6;border-radius:999px;height:.5rem;overflow:hidden}.cohort-panel__bar-fill{background:var(--wr-blue,#07aad8);border-radius:999px;height:100%;display:block}.cohort-panel__bar-value{text-align:right;color:#111827;font-size:.8125rem;font-weight:600}.cohort-panel__pie-layout{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.cohort-panel__pie{border:1px solid #001f3c14;border-radius:50%;flex-shrink:0;width:9rem;height:9rem;box-shadow:inset 0 0 0 .35rem #fff}.cohort-panel__pie-legend{flex-direction:column;flex:1;gap:.65rem;min-width:12rem;margin:0;padding:0;list-style:none;display:flex}.cohort-panel__pie-legend li{grid-template-columns:auto auto 1fr;align-items:center;gap:.65rem;display:grid}.cohort-panel__pie-swatch{border-radius:999px;width:.75rem;height:.75rem}.cohort-panel__pie-value{color:#111827;white-space:nowrap;font-size:.8125rem;font-weight:600}.cohort-panel__pie-label{color:#374151;font-size:.8125rem}.cohort-panel__pairings{counter-reset:pairing;flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.cohort-panel__pairings li{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .85rem;display:flex}.cohort-panel__pairing-types{color:#111827;font-size:.875rem;font-weight:500}.cohort-panel__pairing-meta{color:#6b7280;flex-shrink:0;font-size:.8125rem}.cohort-panel__questions{flex-direction:column;gap:1rem;display:flex}.cohort-panel__question{background:#fafafa;border:1px solid #e5e7eb;border-radius:.625rem;padding:1rem}.cohort-panel__question h4{color:#111827;margin:0 0 .35rem;font-size:.95rem}.cohort-panel__question-options{flex-direction:column;gap:.75rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.cohort-panel__option-header{color:#111827;justify-content:space-between;align-items:flex-start;gap:1rem;font-size:.875rem;display:flex}.cohort-panel__option-label{flex-direction:column;gap:.2rem;min-width:0;display:flex}.cohort-panel__option-typology{color:#111827;font-size:.875rem;font-weight:700}.cohort-panel__option-response{color:#6b7280;font-size:.8125rem;line-height:1.4}.cohort-panel__option-value{white-space:nowrap;flex-shrink:0;font-weight:600}.cohort-panel__option-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:.5rem 0 0;display:grid}.cohort-panel__option-stats div{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem .65rem}.cohort-panel__option-stats dt{color:#6b7280;margin:0;font-size:.75rem}.cohort-panel__option-stats dd{color:#111827;margin:.15rem 0 0;font-size:.875rem;font-weight:600}.cohort-panel__section--management{padding-bottom:.25rem}.cohort-panel__management{gap:1rem;display:grid}.cohort-panel__management-item{background:#fafafa;border:1px solid #e5e7eb;border-radius:.625rem;padding:1rem}.cohort-panel__management-label{letter-spacing:.04em;text-transform:uppercase;color:#6b7280;margin:0 0 .65rem;font-size:.75rem;font-weight:600}.cohort-panel__quiz-select{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem .65rem;font-size:.875rem}.cohort-panel__completion{align-items:center;gap:.75rem;display:flex}.cohort-panel__completion-rate{min-width:2.75rem;color:var(--wr-navy,#001f3c);font-size:1.125rem;font-weight:700}.cohort-panel__completion-track{background:#f3f4f6;border-radius:999px;flex:1;height:.5rem;overflow:hidden}.cohort-panel__completion-fill{background:var(--wr-teal,#45b2ad);border-radius:999px;height:100%;display:block}.cohort-panel__question-toggle{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;padding:0;display:flex}.cohort-panel__question-summary{color:#374151;flex-direction:column;gap:.35rem;font-size:.875rem;display:flex}.cohort-panel__question-summary strong{letter-spacing:.04em;color:var(--wr-blue-dark,#0580a2);font-size:.75rem}.cohort-panel__question-meta{color:var(--wr-navy,#001f3c);flex-shrink:0;font-size:.8125rem;font-weight:600}.admin-table__cohort-name{color:var(--wr-navy,#001f3c);font-weight:600;display:block}.admin-table__cohort-hint{color:#6b7280;margin-top:.15rem;font-size:.75rem;display:block}@media (width<=640px){.screen{padding:1.5rem 1rem 5rem}.screen--quiz{padding:1rem 1rem max(.75rem, env(safe-area-inset-bottom,0px))}.screen__title{font-size:1.5rem}.question__prompt{font-size:1rem}.progress__meta{flex-wrap:wrap;gap:.25rem}.question__options--inline{flex-direction:column}.option--button{width:100%}.intro__hero{padding:.75rem 1rem}.intro__body-inner{padding:2rem 1rem 3rem}.intro__title{margin-bottom:1.5rem;font-size:1.75rem}.intro__eyebrow{overflow-wrap:break-word}.intro__typologies{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.intro__type-circle{width:6.5rem;height:6.5rem}.intro__type-name{font-size:.8125rem}.results-hero__primary{font-size:1.375rem}.rsp-score-row{flex-wrap:wrap}.results-bar__email-row{flex-direction:column}.results-bar__email-row input,.results-bar__email-row button{width:100%}.demo-switcher{padding:1rem}.ranked-options__item--overlay{max-width:calc(100vw - 2rem);transform:none}}@media (width<=900px){.admin{flex-direction:column}.admin__sidebar{flex-flow:wrap;align-items:center;gap:.75rem;width:100%}.admin__nav{flex-direction:row;flex:unset}}.inline-editable{align-items:flex-start;gap:.35rem;min-width:0;display:flex}.inline-editable--editing{flex-direction:column;align-items:stretch;gap:.5rem;width:100%}.inline-editable__value{flex:1;min-width:0}.inline-editable__edit{width:1.75rem;height:1.75rem;color:var(--wr-grey-mid);cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.inline-editable__edit:hover:not(:disabled){color:var(--wr-blue-dark);background:#eef2ff}.inline-editable__edit:disabled{opacity:.5;cursor:not-allowed}.inline-editable__icon{width:.875rem;height:.875rem}.inline-editable__input{width:100%;font:inherit;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem .65rem;font-size:.875rem;line-height:1.45}.inline-editable__input--multiline{resize:vertical;min-height:4.5rem}.inline-editable__input:focus{border-color:var(--wr-blue);outline:none;box-shadow:0 0 0 3px #07aad826}.inline-editable__actions{justify-content:flex-end;gap:.5rem;display:flex}.admin-workspace-label{margin-bottom:1rem}.admin-editor-note{margin-top:1rem}.quiz-content{flex-direction:column;gap:1.5rem;display:flex}.quiz-content__description{color:#4b5563;max-width:42rem;margin:0;line-height:1.6}.quiz-content__section-title{color:#111827;margin:0 0 1rem;font-size:1rem}.quiz-content__questions{flex-direction:column;gap:1rem;display:flex}.quiz-content__question{background:#fafafa;border:1px solid #e5e7eb;border-radius:.625rem;padding:1rem 1.1rem}.quiz-content__question-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.65rem;display:flex}.quiz-content__question-key{letter-spacing:.04em;color:#6b7280;font-size:.75rem;font-weight:700}.quiz-content__question-type{color:var(--wr-blue-dark,#0580a2);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.quiz-content__question-prompt{color:#111827;margin:0;font-size:.95rem;line-height:1.5}.quiz-content__options{flex-direction:column;gap:.55rem;margin:.85rem 0 0;padding-left:1.25rem;display:flex}.quiz-content__options li{color:#374151;gap:.45rem;font-size:.875rem;line-height:1.45;display:flex}.quiz-content__option-index{color:#6b7280;flex-shrink:0;font-weight:600}.quiz-content__option-label{min-width:0}.quiz-content__question-meta{color:#6b7280;margin:.65rem 0 0;font-size:.8125rem}.skeleton-quiz-detail__meta{width:16rem;height:1rem;margin-bottom:1rem}.skeleton-quiz-detail__heading{width:6rem;height:.875rem;margin-bottom:.75rem}.skeleton-quiz-detail__prompt{width:100%;height:1rem;margin-bottom:.75rem}.skeleton-quiz-detail__option{width:85%;height:.875rem;margin-bottom:.5rem}
