@import "https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;0,6..72,500;1,6..72,400&family=Inter:wght@300;400;500;600;700&display=swap";.header{background:var(--color-white);border-bottom:1px solid var(--color-warm-gray);width:100%}.header-inner{max-width:var(--max-width-page);height:50px;padding:0 var(--space-md);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.header-logo{color:var(--color-charcoal);font-size:1.125rem;font-weight:500;text-decoration:none}.header-nav-link{color:var(--color-charcoal);font-weight:400;text-decoration:none}.header-nav-link:hover{text-decoration:underline}@media (width>=48rem){.header-inner{padding:0}}.footer{background:var(--color-white);border-top:1px solid var(--color-warm-gray);width:100%}.footer-inner{max-width:var(--max-width-page);padding:var(--space-lg) var(--space-xl);align-items:center;gap:var(--space-md);flex-direction:column;margin:0 auto;display:flex}.footer-logo{color:var(--color-charcoal);font-size:1.125rem;font-weight:500;text-decoration:none}.footer-nav{gap:var(--space-xl);display:flex}.footer-nav-link{color:var(--color-charcoal);text-transform:uppercase;letter-spacing:.075rem;font-size:.75rem;text-decoration:none}.footer-nav-link:hover{text-decoration:underline}.footer-copy{color:var(--color-charcoal);text-transform:uppercase;letter-spacing:.075rem;font-size:.75rem}@media (width>=48rem){.footer-inner{flex-direction:row;justify-content:space-between}}.landing-page{flex-direction:column;display:flex}.landing-section-inner{max-width:var(--max-width-page);width:100%;margin:0 auto}.landing-section-title{font-family:var(--font-serif);color:var(--color-charcoal);margin-bottom:var(--space-md);font-size:2rem;font-weight:400}.landing-section-description{font-family:var(--font-sans);color:var(--color-gray-dark);margin-bottom:var(--space-xl);font-size:1rem;line-height:1.7}.landing-section{padding:2rem 1rem}.landing-hero-wrapper{background:linear-gradient(to bottom, var(--color-warm-tan), var(--color-white))}.landing-hero{max-width:var(--max-width-page);margin:0 auto;padding:2rem 0}.landing-hero-inner{max-width:var(--max-width-page);align-items:center;gap:var(--space-2xl);flex-direction:column;width:100%;padding:2rem 1rem 1rem;display:flex}.landing-hero-content{flex:1;max-width:580px}.landing-hero-title{font-family:var(--font-serif);color:var(--color-charcoal);margin-bottom:var(--space-md);font-size:3.5rem;font-weight:400;line-height:1.3}.landing-hero-description{color:var(--color-charcoal);margin-bottom:var(--space-xl);max-width:520px;font-size:1rem;line-height:1.7}.landing-cta{background:var(--color-plum);color:var(--color-white);padding:.75rem var(--space-xl);border-radius:var(--radius-sm);cursor:pointer;border:none;font-size:1rem;font-weight:500;transition:opacity .15s}.landing-cta:hover{opacity:.9}.landing-hero-image{flex-shrink:0}.landing-hero-image img{width:550px;max-width:100%;height:auto}.hero-quote{font-family:var(--font-serif);width:100%;margin-top:4rem;font-size:1.25rem;font-style:italic;font-weight:300}.landing-steps{gap:var(--space-lg);grid-template-columns:1fr;display:grid}.landing-arrow{width:30px;color:var(--color-rose);display:none}.landing-step-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-lg)}.landing-step-dot{background:var(--color-rose);width:70px;height:30px;margin-bottom:var(--space-md);color:var(--color-white);border-radius:10px;justify-content:center;align-items:center;display:flex}.landing-step-title{font-family:var(--font-sans);color:var(--color-charcoal);margin-bottom:var(--space-sm);font-size:1rem;font-weight:600}.landing-step-description{font-family:var(--font-sans);color:var(--color-gray-dark);font-size:.9375rem;line-height:1.6}.landing-tools{background:var(--color-warm-tan)}.landing-tools-grid{gap:var(--space-lg);grid-template-columns:1fr;display:grid}.landing-tool-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-lg);gap:var(--space-sm);flex-direction:column;display:flex}.landing-tool-icon{color:var(--color-rose)}.landing-tool-title{font-family:var(--font-sans);color:var(--color-charcoal);font-size:1rem;font-weight:600;line-height:1.4}.landing-tool-description{font-family:var(--font-sans);color:var(--color-gray-dark);flex:1;font-size:.9375rem;line-height:1.6}.landing-tool-btn{margin-top:var(--space-sm);align-self:flex-start;text-decoration:none}.landing-connect{background:var(--color-white)}.landing-connect-inner{gap:var(--space-2xl);flex-direction:column;display:flex}.landing-connect-image-placeholder{background:var(--color-warm-card);border-radius:var(--radius-md);width:100%;height:200px}.landing-accordion-item{background:#fff;border-radius:10px;margin-bottom:1rem;padding:1rem}.landing-accordion-title{margin-bottom:var(--space-sm);font-size:1.25rem;font-weight:600}.landing-accordion-preview{color:var(--color-gray-dark)}.landing-accordion-trigger{cursor:pointer;width:100%;font-family:var(--font-sans);color:var(--color-charcoal);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-size:1rem;font-weight:500;display:flex}.landing-accordion-chevron{color:var(--color-charcoal);flex-shrink:0;transition:transform .2s}.landing-accordion-chevron-open{transform:rotate(180deg)}.landing-accordion-content{font-family:var(--font-sans);color:var(--color-gray-dark);line-height:1.6}.landing-accordion-content ul{margin-left:1rem}.landing-accordion-content p,.landing-accordion-content ul{margin-bottom:1rem;line-height:1.7}.landing-cta-banner{background:var(--color-rose);max-width:var(--max-width-page);border-radius:20px;margin:0 1rem 6rem;padding:2rem}.landing-cta-banner-inner{gap:var(--space-lg);flex-direction:column;display:flex}.landing-cta-banner-title{font-family:var(--font-serif);color:var(--color-white);font-size:2.5rem;font-weight:400}.landing-cta-banner-description{font-family:var(--font-sans);color:var(--color-white);opacity:.9;font-size:1rem;line-height:1.6}.landing-cta-banner-btn{background:var(--color-plum);white-space:nowrap;align-self:flex-start}@media (width>=48rem){.landing-tools-grid{grid-template-columns:repeat(2,1fr)}.landing-cta-banner-inner{flex-direction:row;justify-content:space-between;align-items:center}.landing-cta-banner-btn{flex-shrink:0;align-self:auto}.hero-quote{width:28rem}}@media (width>=64rem){.landing-hero-inner{flex-direction:row;justify-content:space-between;align-items:center;padding:0 0 6rem}.landing-hero{padding:2rem 0 0}.landing-section{padding:5rem 0}.landing-steps{grid-template-columns:1fr 20px 1fr 20px 1fr 20px 1fr;align-items:stretch}.landing-tools-grid{grid-template-columns:repeat(4,1fr)}.landing-arrow{display:flex}.landing-cta-banner{margin:0 auto 6rem}}.survey-wrapper{flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.survey-content{width:100%;max-width:670px}.student-profiles{text-align:left;margin:1.5rem 0}.student-profile{border:1px solid #ddd;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.student-profile h3{margin-bottom:.5rem;font-size:1rem}.student-profile p{color:#333;font-size:.9375rem}.question-step{border:none;margin-bottom:1.5rem}.question-step-text-wrapper{margin-bottom:1.5rem}.question-step-text{color:var(--color-charcoal);margin-bottom:.5rem;font-size:1.33rem;font-weight:500;line-height:1.5;display:block}.question-step-hint{color:var(--color-gray-dark);font-size:.875rem}.question-step-options{flex-direction:column;gap:1rem;display:flex}.option-btn{text-align:left;width:100%;padding:.875rem var(--space-md);border:1px solid var(--color-warm-tan);border-radius:var(--radius-md);background:var(--color-white);color:var(--color-charcoal);cursor:pointer;justify-content:space-between;align-items:center;min-height:56px;font-size:1rem;line-height:1.5;transition:border-color .15s;display:flex}.option-btn:hover{border-color:var(--color-rose)}.option-btn-selected{border:2px solid var(--color-rose);background:var(--color-white)}.option-btn-label{display:none}.option-btn-check{background:var(--color-rose);width:20px;height:20px;margin-left:var(--space-md);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.option-btn-check svg{stroke:#fff;stroke-width:2.5px;fill:none;width:12px;height:12px}.scenario-step-content{background-color:var(--color-warm-light-gray);border-radius:var(--radius-md);color:var(--color-gray-dark);gap:10px;margin-bottom:2.5rem;padding:1rem;display:flex}.scenario-step-student{font-size:1.125rem;font-weight:600}.scenario-img{width:125px;height:100%}.survey-nav{justify-content:space-between;display:flex}.demographics-fields{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;display:flex}.demographics-label{color:var(--color-charcoal);margin-bottom:.5rem;font-size:1rem;font-weight:500;display:block}.demographics-input,.demographics-select{width:100%;min-height:56px;padding:.875rem var(--space-md);border:1px solid var(--color-warm-tan);border-radius:var(--radius-md);background:var(--color-white);font-family:var(--font-sans);color:var(--color-charcoal);appearance:none;font-size:1rem;transition:border-color .15s}.demographics-input:focus,.demographics-select:focus{border-color:var(--color-rose);outline:none}.demographics-select-wrapper{position:relative}.demographics-select-chevron{pointer-events:none;color:var(--color-charcoal);position:absolute;top:50%;right:1rem;transform:translateY(-50%)}@media (width>=64rem){.scenario-img{width:200px}}.profiles-step{gap:var(--space-lg);flex-direction:column;display:flex}.profiles-carousel{align-items:center;gap:var(--space-md);display:flex;position:relative}.profiles-slide{background:var(--color-warm-card);border-radius:var(--radius-lg);flex-direction:column;flex:1;align-items:center;min-height:220px;display:flex}.profiles-slide-image-intro{width:100%;height:auto}.profiles-slide-label{margin-bottom:.5rem;font-size:1.33rem;font-weight:500;line-height:1.5;display:block}.profiles-slide-label,.profiles-slide-description{color:var(--color-charcoal)}.profiles-slide-image{border-radius:var(--radius-lg);width:228px;height:100%}.profiles-slide-intro .profiles-slide-image{width:100%;max-width:320px;height:auto}.profiles-slide-content{flex:1;padding:1.5rem}.profiles-slide-name{font-family:var(--font-sans);color:var(--color-charcoal);margin-bottom:var(--space-sm);font-size:1.125rem;font-weight:600}.profiles-slide-description{font-family:var(--font-sans);color:var(--color-gray-dark);font-size:.9375rem;line-height:1.6}.profiles-arrow{cursor:pointer;color:var(--color-charcoal);padding:var(--space-sm);opacity:1;background:0 0;border:none;flex-shrink:0;transition:opacity .15s}.profiles-arrow:disabled{opacity:0;pointer-events:none}.profiles-dots{justify-content:center;gap:var(--space-sm);display:flex}.profiles-dot{background:var(--color-rose-light);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .15s}.profiles-dot-active{background:var(--color-rose)}@media (width>=48rem){.profiles-slide{flex-direction:row;align-items:end}}.results-page{max-width:var(--max-width-page);padding:0 var(--space-md);margin:2rem auto}.results-actions{margin-bottom:var(--space-lg);flex-direction:column;justify-content:start;align-items:start;gap:10px;display:flex}.results-profile-tag{background:var(--color-rose-light);color:var(--color-charcoal);font-family:var(--font-sans);border-radius:999px;padding:.375rem 1rem;font-size:.875rem;font-weight:500}.results-actions-buttons{gap:var(--space-sm);display:flex}.btn-print{justify-content:center;align-items:center;gap:4px}.results-name{font-family:var(--font-serif);color:var(--color-charcoal);font-size:3rem;font-weight:400;line-height:1.2}.results-years-exp{color:var(--color-gray-medium);margin-bottom:var(--space-2xl)}.results-opening{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:var(--space-xl)}.results-opening-text p{font-family:var(--font-sans);color:var(--color-text-body);margin-bottom:var(--space-sm);font-size:1rem;line-height:1.6}.results-opening-text p:last-child{margin-bottom:0}.section-card-title{font-family:var(--font-serif);color:var(--color-charcoal);margin-bottom:var(--space-md);border-bottom:1px solid var(--color-border);font-size:1.5rem;font-weight:400;line-height:1.3}.section-card-framing{background:var(--color-warm-card);padding:var(--space-lg);margin-bottom:var(--space-md);border-left:4px solid var(--color-rose)}.section-card-framing p:last-child{margin-bottom:0}.section-card-narrative{background:var(--color-warm-light-gray);border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:1rem}.section-card-narrative p:last-child{margin-bottom:0}.section-card-narrative p,.section-card-framing p{color:var(--color-gray-dark);line-height:1.75;font-family:var(--font-sans);margin-bottom:var(--space-sm);font-size:1rem}.section-card-framing p{font-style:italic}.section-card-reflection{background:var(--color-rose);border-radius:var(--radius-md);padding:var(--space-lg);background-image:url(../../assets/logo-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.section-card-reflection p:first-child{font-size:1.5rem;font-weight:500}.section-card-reflection p{font-family:var(--font-sans);color:var(--color-white);margin-bottom:var(--space-sm);font-size:1rem;line-height:1.6}.section-card-reflection p:last-child{margin-bottom:0}.results-quad-el{background-color:var(--color-olive)}.section-card-narrative.results-quad-el p,.section-card-narrative.results-quad-el .section-card-label{color:var(--color-white)}.results-closing{margin-top:var(--space-2xl);margin-bottom:var(--space-xl)}.results-closing-title{font-family:var(--font-serif);color:var(--color-charcoal);font-size:2rem;font-weight:400}.results-closing-text{border:1px solid var(--color-warm-gray);border-radius:var(--radius-md);padding:var(--space-xl)}.results-closing-text p{font-family:var(--font-sans);color:var(--color-charcoal);margin-bottom:var(--space-md);font-size:1rem;line-height:1.6}.results-closing-text p:last-child{margin-bottom:0;font-weight:700}.results-col-2{flex-direction:column;gap:0;margin-bottom:4rem;display:flex}.results-col-2.support-pattern .section-card:first-child{width:100%;margin-bottom:1rem}.section-card-label{margin-bottom:.5rem;font-size:1.25rem;font-weight:600;display:block}.results-quadrant-chart{grid-template-rows:1fr 1fr 60px;grid-template-columns:60px 1fr 1fr;gap:2px;max-width:700px;display:grid}.results-quadrant-y-axis{writing-mode:vertical-rl;font-family:var(--font-sans);color:var(--color-text-body);background:0 0;grid-area:1/1/3;justify-content:center;align-items:center;height:90%;margin-right:1rem;font-size:.875rem;display:flex;position:relative;transform:rotate(180deg)}.results-quadrant-y-axis:before{content:"";background:var(--color-gray-dark);z-index:-1;width:3px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.results-quadrant-y-axis:after{content:"";z-index:-1;border-left:8px solid #0000;border-right:8px solid #0000;border-top:12px solid var(--color-gray-dark);width:0;height:0;position:absolute;top:auto;bottom:-10px;left:50%;transform:translate(-50%)}.results-quadrant-x-axis{font-family:var(--font-sans);color:var(--color-text-body);background:0 0;grid-area:3/2/auto/4;justify-content:center;align-items:center;font-size:.875rem;display:flex;position:relative}.results-quadrant-x-axis:before{content:"";background:var(--color-gray-dark);z-index:-1;width:100%;height:3px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.results-quadrant-x-axis:after{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:12px solid var(--color-gray-dark);z-index:-1;width:0;height:0;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.results-quadrant-axis-label{color:var(--color-white);z-index:1;text-align:center;border-radius:var(--radius-sm);background:#4d5256;position:relative}.results-quadrant-axis-label.vertical-axis-label{padding:1rem .25rem}.results-quadrant-axis-label.horizontal-axis-label{padding:.25rem 1rem}.results-quadrant-box{background:var(--color-warm-light-gray);flex-direction:column;padding:1rem 2rem;display:flex}.results-quadrant-box.active{color:var(--color-white);background:var(--color-olive)}.results-quadrant-box.active .results-quadrant-label,.results-quadrant-box.active .results-quadrant-name{color:var(--color-white)}.results-quadrant-label{color:var(--color-gray-dark);text-transform:uppercase;letter-spacing:.05em;font-size:.82rem;font-weight:500}.results-quadrant-name-wrapper{justify-content:center;align-items:center;height:100px;display:flex}.results-quadrant-name{color:var(--color-charcoal);text-align:center;font-size:1.3rem;font-weight:400}.results-quadrant-to{grid-area:1/2}.results-quadrant-with{grid-area:1/3}.results-quadrant-not{grid-area:2/2}.results-quadrant-for{grid-area:2/3}.section-wrapper{margin-bottom:4rem}@media (width>=64rem){.results-page{padding:0}.results-col-2{flex-direction:row;gap:4rem}.results-col-2.support-pattern .section-card:first-child{width:33%;margin-bottom:0}}@media (width>=48rem){.results-actions{flex-direction:row;justify-content:space-between;align-items:center}.results-name{font-size:4rem}.section-card-title{font-size:2rem}.results-closing-title{font-size:3rem}}@media print{.no-print{display:none!important}.results-page{padding:0}.section-card{break-inside:avoid}}.terms-page{max-width:var(--max-width-page);margin:0 auto;padding:2rem 1rem}.terms-container h1{color:var(--color-charcoal);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.terms-section{margin-bottom:2rem}.terms-section:last-child{margin-bottom:0}.terms-section h2{color:var(--color-charcoal);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.terms-section p{color:var(--color-charcoal);margin-bottom:1rem;line-height:1.7}.terms-section p:last-child{margin-bottom:0}.terms-section ul{color:var(--color-charcoal);margin-bottom:1rem;margin-left:1.5rem;list-style:outside}.terms-section li{margin-bottom:.5rem;line-height:1.7}@media (width>=64rem){.terms-page{padding:2rem 0 4rem}}:root{--chart-color-green:#389961;--chart-color-gold:#cdad4f;--chart-color-red:#cd484d;--chart-color-blue:#53a5c2;--chart-color-indigo:#6366f1;--chart-color-orange:#f97316;--chart-color-teal:#14b8a6;--chart-color-purple:#4f64cd}.dashboard-header.header .header-inner{color:var(--color-charcoal);padding:2.5rem 1rem}.dashboard-header-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:500}.dashboard-header-logo,.dashboard-report-type{font-size:.875rem}.dashboard-page{background:var(--color-warm-white);min-height:100vh;color:var(--color-charcoal)}.dashboard-report-year{font-weight:700}.dashboard-main{max-width:var(--max-width-page);margin:0 auto;padding:2rem 1rem 6rem}.dashboard-section{margin-bottom:var(--space-lg)}.dashboard-section-label,.dashboard-chart-title{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-lg);font-size:.875rem;font-weight:600}.exec-summary-section,.leadership-priorities-section{background:#fff;border-radius:20px;padding:1.5rem}.dashboard-executive-body{font-family:var(--font-serif);color:var(--color-gray-dark);margin-bottom:var(--space-xl);font-size:1.5rem;line-height:1.6}.dashboard-stat-cards{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.dashboard-stat-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md);border:1px solid #ebebeb;flex-direction:column;display:flex}.dashboard-stat-value{margin-bottom:.25rem;font-size:1.5rem;font-weight:600;line-height:1}.dashboard-stat-gray{border-left:4px solid var(--color-light-gray)}.dashboard-stat-green{border-left:4px solid var(--chart-color-green)}.dashboard-stat-red{border-left:4px solid var(--chart-color-red)}.dashboard-stat-gold{border-left:4px solid var(--chart-color-gold)}.dashboard-stat-label{font-family:var(--font-sans);color:var(--color-charcoal);font-size:1rem;font-weight:500}.dashboard-stat-sublabel{color:var(--color-gray-medium);font-size:.875rem}.dashboard-chart-row{gap:var(--space-lg);grid-template-columns:1fr;display:grid}.dashboard-chart-card{background:var(--color-white);padding:var(--space-lg);border:1px solid var(--color-border);border-radius:20px}.dashboard-chart-placeholder{background:var(--color-warm-tan);border-radius:var(--radius-sm);height:200px;font-family:var(--font-sans);color:var(--color-gray-medium);justify-content:center;align-items:center;font-size:.875rem;display:flex}.dashboard-donut-center{text-align:center;pointer-events:none;z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard-donut-value{color:var(--color-charcoal);font-size:1.75rem;font-weight:500;line-height:1;display:block}.dashboard-donut-label{font-family:var(--font-sans);color:var(--color-gray-dark);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.875rem;font-weight:500;display:block}.dashboard-donut-legend{margin-top:var(--space-md);padding-top:var(--space-md);flex-direction:column;gap:.75rem;display:flex}.dashboard-donut-legend-row{align-items:center;gap:.5rem;display:flex}.dashboard-donut-legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dashboard-donut-legend-name{font-family:var(--font-sans);color:var(--color-charcoal);flex:1}.dashboard-donut-legend-value{font-family:var(--font-sans);color:var(--color-charcoal);font-size:.9375rem;font-weight:700}.dashboard-chart-takeaway{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid #d5d5d5}.dashboard-chart-takeaway-label{margin-bottom:.25rem;font-weight:600}.dashboard-chart-takeaway-description{color:var(--color-gray-dark);line-height:1.7}.dashboard-variability-row{gap:var(--space-xl);grid-template-columns:1fr;align-items:start;display:grid}.dashboard-variability-stat{border:1px solid var(--color-border);border-left:3px solid var(--color-dashboard-red);border-radius:var(--radius-sm);padding:var(--space-md);flex-direction:column;gap:.25rem;display:flex;position:relative}.dashboard-variability-tag{font-family:var(--font-sans);color:var(--color-dashboard-red);margin-top:.25rem;font-size:.8125rem;font-weight:500}.dashboard-variability-takeaway{padding-left:var(--space-md)}.compassion-section span.dashboard-stat-value{font-size:1.25rem}.compassion-section .dashboard-stat-sublabel{color:var(--color-charcoal)}.dashboard-fatigue-stats{gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.dashboard-fatigue-stat{border-radius:var(--radius-sm);padding:var(--space-sm);border:1px solid #ebebeb;align-items:center;gap:.75rem;min-width:100px;display:flex}.dashboard-stat-value-wrapper{flex-direction:column;display:flex}.dashboard-fatigue-dot{border-radius:50%;width:10px;height:10px}.dashboard-fatigue-dot-low,.dashboard-fatigue-bar-low{background:var(--chart-color-green)}.dashboard-fatigue-dot-moderate,.dashboard-fatigue-bar-moderate{background:var(--chart-color-gold)}.dashboard-fatigue-dot-high,.dashboard-fatigue-bar-high{background:var(--chart-color-red)}.dashboard-fatigue-bar-moderate{border-left:4px solid #fff;border-right:4px solid #fff}.dashboard-fatigue-bar{height:12px;margin-bottom:var(--space-lg);border-radius:999px;display:flex;overflow:hidden}.dashboard-continuum-row{align-items:center;gap:var(--space-md);margin-bottom:var(--space-sm);display:flex}.dashboard-continuum-name{font-family:var(--font-sans);color:var(--color-charcoal);flex-shrink:0;width:160px;font-size:.875rem}.dashboard-continuum-bar-track{background:var(--color-warm-tan);border-radius:999px;flex:1;height:10px;overflow:hidden}.dashboard-continuum-bar-fill{border-radius:999px;height:100%;transition:width .3s}.dashboard-continuum-value{font-family:var(--font-sans);color:var(--color-charcoal);text-align:right;flex-shrink:0;width:40px;font-size:.875rem;font-weight:600}.dashboard-trauma-stat-section{flex-direction:column;gap:2rem;display:flex}.dashboard-continuum-wrapper{width:100%}.dashboard-priorities-grid{gap:var(--space-lg);grid-template-columns:1fr;display:grid}.dashboard-priority-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-lg);gap:var(--space-sm);border:1px solid #d5d5d5;flex-direction:column;display:flex}.dashboard-priority-title{color:var(--color-charcoal);font-size:1.15rem}.dashboard-priority-description{font-family:var(--font-sans);color:var(--color-gray-dark);font-size:1rem;line-height:1.6}.dashboard-priority-supports-label{font-family:var(--font-sans);color:#5e5e5e;margin-top:var(--space-sm);font-weight:600}.dashboard-priority-tags{gap:var(--space-sm);flex-wrap:wrap;display:flex}.dashboard-priority-tag{color:var(--color-charcoal);font-family:var(--font-sans);border-radius:var(--radius-sm);background:#f4f7f5;padding:.375rem .75rem}.dashboard-priority-link{font-family:var(--font-sans);color:var(--color-rose);margin-top:var(--space-md);border:1px solid var(--color-rose);border-radius:var(--radius-sm);width:fit-content;padding:.25rem .5rem;font-weight:500;text-decoration:none}.dashboard-priority-link:hover{background-color:var(--color-rose);color:var(--color-white);text-decoration:none}.dashboard-insight-card{background:var(--color-warm-card);border-radius:var(--radius-md);padding:var(--space-xl)}.dashboard-insight-summary{font-family:var(--font-sans);color:var(--color-charcoal);margin-bottom:var(--space-md);line-height:1.7}.dashboard-insight-sublabel{font-family:var(--font-sans);color:var(--color-charcoal);margin-bottom:var(--space-sm);font-weight:600}.dashboard-insight-list{font-family:var(--font-sans);color:var(--color-gray-dark);margin-bottom:var(--space-md);padding-left:1.25rem;line-height:1.7}.dashboard-insight-list li{margin-bottom:.25rem}.leadership-insight-section{color:var(--color-white)}.dashboard-section.leadership-insight-section p.dashboard-section-label{font-weight:500}.dashboard-core-insight{border-radius:var(--radius-md);padding:var(--space-2xl);background:#225349}.dashboard-core-insight-text{font-family:var(--font-serif);color:var(--color-white);font-size:1.75rem;font-weight:400;line-height:1.5}@media (width>=48rem){.dashboard-stat-cards{grid-template-columns:repeat(4,1fr)}.dashboard-chart-row,.dashboard-priorities-grid{grid-template-columns:repeat(2,1fr)}.dashboard-trauma-stat-section{flex-direction:row;gap:4rem}}@media (width>=64rem){.dashboard-main{padding:3rem 0 6rem}.dashboard-variability-row{grid-template-columns:1fr 1fr 2fr}.dashboard-header.header .header-inner{padding:2.5rem 0}}:root{--color-plum:#2d1a26;--color-rose:#a1636c;--color-rose-light:#d9c5b2;--color-rose-muted:#c9bdb7;--color-olive:#7c8d74;--color-warm-white:#f6f1ec;--color-warm-card:#ece2d9;--color-warm-tan:#eadfd5;--color-warm-gray:#ded6ce;--color-warm-light-gray:#fffcfa;--color-light-gray:#eaeaed;--color-gray-dark:#3e3e3e;--color-gray-medium:#7d6f63;--color-charcoal:#2d2d2d;--color-white:#fff;--font-serif:"Newsreader", Georgia, serif;--font-sans:"Inter", system-ui, sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--radius-sm:.375rem;--radius-md:.625rem;--radius-lg:.75rem;--max-width-content:670px;--max-width-page:1170px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}button{font-family:var(--font-sans)}body{font-family:var(--font-sans);color:var(--color-text-dark);background:var(--color-warm-white);line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}.btn{border-radius:var(--radius-sm);font-family:var(--font-sans);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:flex}.btn-primary{background:var(--color-plum);color:var(--color-white)}.btn-primary:hover:not(:disabled){opacity:.9}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-secondary{color:var(--color-charcoal);border:1px solid var(--color-plum);background:0 0}.btn-secondary:hover{background:var(--color-warm-card)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.bg-warm-card{background-color:var(--color-warm-card)}.progress-bar{background:var(--color-warm-gray);width:100%;height:6px;margin-bottom:1.5rem;position:relative;overflow:hidden}.progress-bar-fill{background:var(--color-rose);height:100%;transition:width .3s}.progress-bar-label{color:#666;text-align:right;margin-top:.5rem;font-size:.8125rem;display:block}.insight-page{background:linear-gradient(to bottom, var(--color-warm-tan), var(--color-white));min-height:100vh;padding-bottom:1rem}.insight-page-hero{max-width:var(--max-width-page);margin:0 auto;padding:4rem 1rem 5rem}.insight-page-hero-inner{flex-direction:column;align-items:flex-start;gap:5rem;display:flex}.insight-page-hero-title{font-family:var(--font-serif);color:var(--color-charcoal);margin-bottom:var(--space-lg);font-size:2.5rem;font-weight:400;line-height:1.25}.insight-page-hero-body{color:var(--color-charcoal);margin-bottom:var(--space-xl);font-size:1rem;line-height:1.7}.insight-page-hero-image{flex-shrink:0;width:100%;max-width:420px;position:relative}.insight-hero-img{border-radius:var(--radius-md);width:100%}.insight-page-hero-quote{font-family:var(--font-serif);color:var(--color-charcoal);margin-top:var(--space-md);font-size:.875rem;font-style:italic;line-height:1.5}.insight-page-benefits{gap:var(--space-lg);grid-template-columns:1fr;display:grid}.insight-page-benefit-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-lg)}.insight-page-benefit-title{font-family:var(--font-sans);color:var(--color-charcoal);margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.insight-page-benefit-body{font-family:var(--font-sans);color:var(--color-gray-dark);font-size:1rem;line-height:1.6}.insight-page-how-divider{background:var(--color-border);width:100%;height:1px;margin-bottom:var(--space-2xl)}.insight-page-how-body{flex-direction:column;gap:3rem;display:flex}.insight-page-steps{flex-direction:column;flex:1;display:flex}.insight-page-step{gap:var(--space-lg);padding-bottom:var(--space-xl);align-items:flex-start;display:flex}.insight-page-step-divider{background:#a9a9a9;width:90%;height:1px;margin:0 auto 2rem}.insight-page-step-number{font-family:var(--font-serif);color:var(--color-rose);flex-shrink:0;min-width:48px;font-size:3rem;font-weight:400;line-height:1}.insight-page-step-title{font-family:var(--font-serif);color:var(--color-charcoal);margin-bottom:var(--space-sm);font-size:1.75rem;font-weight:400;line-height:1}.insight-page-step-body{font-family:var(--font-sans);color:var(--color-gray-dark);font-size:1rem;line-height:1.65}.insight-page-how-image{border-radius:var(--radius-md);flex-shrink:0;width:100%;position:relative}.insight-page-quote{font-family:var(--font-serif);color:var(--color-charcoal);background:#fff;width:200px;padding:1rem;font-size:1rem;font-style:italic;line-height:1.4;position:absolute;bottom:-16px;left:-16px}.insight-page-intentionality-card{background:var(--color-warm-card);border-radius:var(--radius-md);padding:var(--space-2xl)}.insight-page-intentionality-title{font-family:var(--font-serif);color:var(--color-charcoal);margin-bottom:var(--space-sm);font-size:2rem;font-weight:400}.insight-page-intentionality-body{font-family:var(--font-sans);color:var(--color-gray-dark);font-size:1rem;line-height:1.7}.insight-page-next-cards{grid-template-columns:1fr;gap:2.5rem;display:grid}.insight-page-next-card-image{border-radius:var(--radius-md);background-position:bottom;background-size:cover;width:100%;height:320px}.insight-page-next-card-image-3{background-position:50%}.insight-page-next-card-body{padding-top:var(--space-lg);gap:var(--space-sm);flex-direction:column;display:flex}.insight-page-next-card-title{font-family:var(--font-serif);color:var(--color-charcoal);font-size:1.5rem;font-weight:500}.insight-page-next-card-text{font-family:var(--font-sans);color:var(--color-gray-dark);flex:1;font-size:.938rem;line-height:1.6}.insight-page-next-card-btn{margin-top:var(--space-sm);align-self:flex-start;padding:.5rem 1.25rem;font-size:.875rem}.insight-cta-banner{margin:5rem auto}.insight-cta-banner .landing-cta-banner-description{color:var(--color-white);font-size:1.25rem;font-weight:300;line-height:1.6}.insight-cta-banner .landing-cta-banner-inner{gap:3rem}@media (width>=48rem){.insight-page-benefits,.insight-page-next-cards{grid-template-columns:repeat(3,1fr)}}@media (width>=64rem){.insight-page-hero{padding:5rem 0 6rem}.insight-page-hero-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}.insight-page-hero-title{font-size:3.25rem}.insight-page-hero-image{width:420px}.insight-page-how-body{flex-direction:row;align-items:center;gap:5rem}.insight-page-how-image{width:400px}}.modal-backdrop{z-index:1000;padding:var(--space-md,1rem);background-color:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--color-white,#fff);border-radius:var(--radius-md,.5rem);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.modal-body{padding:var(--space-xl,2rem)}.modal-body h2{color:var(--color-charcoal,#333);margin-bottom:var(--space-md,1rem);font-size:1.5rem;font-weight:600;line-height:1.3}.modal-body p{font-family:var(--font-sans,sans-serif);color:var(--color-text-body,#333);margin-bottom:var(--space-md,1rem);font-size:1rem;line-height:1.6}.modal-body p:last-child{margin-bottom:0}.modal-footer{padding:var(--space-lg,1.5rem) var(--space-xl,2rem);border-top:1px solid var(--color-border,#ddd);justify-content:flex-end;display:flex}@media (width>=48rem){.modal-content{max-width:700px}}.modal-footer{gap:var(--space-sm,.5rem)}.share-modal-checkbox{align-items:center;gap:var(--space-sm,.5rem);color:var(--color-text-body,#333);margin-bottom:var(--space-lg,1.5rem);cursor:pointer;font-size:1rem;display:flex}.share-modal-checkbox input[type=checkbox]{width:1.125rem;height:1.125rem}.share-modal-email-label{color:var(--color-text-body,#333);margin-bottom:var(--space-xs,.25rem);font-size:.875rem;display:block}.share-modal-email-input{width:100%;padding:var(--space-sm,.5rem);border:1px solid var(--color-border,#ddd);border-radius:var(--radius-sm,.25rem);box-sizing:border-box;font-size:1rem}.share-modal-email-input:focus{outline:2px solid var(--color-primary,#4a7c59);outline-offset:1px}.share-modal-error{color:var(--color-error,#c0392b);margin-top:var(--space-xs,.25rem);font-size:.875rem}@media print{.modal-backdrop{display:none!important}}
