@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter+Tight:wght@400;500;600&display=swap";
.dashboard-root,.dashboard-root *,.dashboard-root :before,.dashboard-root :after{box-sizing:border-box;margin:0;padding:0}.dashboard-root{--cream:#f0ebe0;--warm:#e6e0d4;--sand:#d4cdc1;--sage:#b8bfad;--forest:#2d5a3d;--forest-mid:#3d7a52;--forest-light:#5a9a72;--forest-pale:#eaf2ed;--white:#fff;--red:#b85c4a;--orange:#c8714f;--border:var(--sand);--shadow-sm:0 1px 3px #2d5a3d14;--shadow-md:0 4px 12px #2d5a3d1a;--radius:12px;--radius-sm:8px;--font-display:"Barlow Condensed", sans-serif;--font-body:"Inter Tight", sans-serif;font-family:var(--font-body);background:var(--cream);color:var(--forest);line-height:1.5}.home-link{color:var(--forest);opacity:.5;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:inline-flex;position:absolute;top:1rem;left:1.5rem}.home-link:hover{opacity:1}.dash-header{background:var(--cream);color:var(--forest);border-bottom:2px solid var(--sage);padding:2.5rem 1.5rem 1.5rem;position:relative}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;max-width:1000px;margin:0 auto;display:flex}.header-main{flex:1}.header-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;color:var(--forest);font-weight:800;line-height:1.05}.header-title-line1{font-size:clamp(1.8rem,5vw,3.2rem);display:block}.header-title-line2{opacity:.75;font-size:clamp(1.3rem,3.5vw,2.2rem);display:block}.header-subtitle{color:var(--forest-mid);margin-top:.5rem;font-size:1rem}.header-cta{font-family:var(--font-body);background:var(--forest);color:var(--cream);white-space:nowrap;border-radius:20px;flex-shrink:0;padding:.55rem 1.2rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-block}.header-cta:hover{background:var(--forest-mid)}.header-right{flex-direction:column;flex-shrink:0;align-items:center;gap:.3rem;display:flex}.header-logo{cursor:pointer;width:auto;height:96px}.main-content{max-width:1000px;margin:0 auto;padding:2rem 1.5rem 3rem}.section{margin-bottom:3rem}.section-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;color:var(--forest);border-bottom:2px solid var(--sage);margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.6rem;font-weight:700}.section-desc{color:var(--forest-mid);margin-bottom:1.25rem;font-size:.92rem}.subsection-title{font-family:var(--font-display);color:var(--forest);margin-top:2rem;margin-bottom:.35rem;font-size:1.15rem;font-weight:700}.subsection-card{background:var(--warm);border:1px solid var(--sand);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);margin-top:1.5rem;padding:1.25rem 1.5rem}.subsection-card .subsection-title{margin-top:0}.subsection-card .section-desc{margin-bottom:1rem}.filter-bar{background:var(--forest-pale);border:1px solid var(--sage);border-radius:var(--radius-sm);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.75rem;padding:.75rem 1rem;display:flex}.filter-label{color:var(--forest);white-space:nowrap;font-size:.85rem;font-weight:600}.filter-select{font-family:var(--font-body);border:1px solid var(--sand);background:var(--cream);color:var(--forest);cursor:pointer;border-radius:6px;flex:1;min-width:220px;max-width:400px;padding:.35rem .6rem;font-size:.88rem}.filter-select:focus{outline:2px solid var(--forest-mid)}.filter-clear{border:1px solid var(--sand);background:var(--cream);color:var(--forest-mid);cursor:pointer;white-space:nowrap;border-radius:6px;padding:.3rem .7rem;font-size:.8rem}.filter-clear:hover{background:var(--warm);color:var(--red);border-color:var(--red)}.filter-hint{color:var(--forest-mid);opacity:.7;flex-basis:100%;margin-top:.1rem;font-size:.75rem}.district-context{color:var(--forest-mid);margin-bottom:1.25rem;font-size:.9rem}.hero-stats{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;display:flex}.hero-stat{background:var(--stat-bg,#faf0e8);border:1px solid var(--stat-border,#e0c4b0);border-radius:var(--radius-sm);border-left-width:4px;border-left-color:var(--stat-accent,var(--orange));min-width:200px;box-shadow:var(--shadow-sm);flex:1;padding:1.25rem 1.5rem}.hero-stat-pct{font-family:var(--font-body);color:var(--stat-accent,var(--orange));margin-bottom:.35rem;font-size:3.5rem;font-weight:600;line-height:1}.hero-stat-label{color:var(--forest);font-size:.92rem;line-height:1.4}.hero-top-concerns{background:var(--white);border:1px solid var(--sand);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);margin-bottom:1rem;padding:1.25rem 1.5rem}.hero-concerns-title{text-transform:uppercase;letter-spacing:.08em;color:var(--forest-mid);margin-bottom:.75rem;font-size:.78rem;font-weight:700}.hero-concerns-list{counter-reset:concern-counter;flex-direction:column;gap:.5rem;list-style:none;display:flex}.hero-concerns-list li{counter-increment:concern-counter;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.88rem;display:flex}.hero-concerns-list li:before{content:counter(concern-counter) ".";color:var(--forest-mid);flex-shrink:0;min-width:1.2rem;font-weight:700}.concern-name{color:var(--forest);flex:1}.concern-pct{color:var(--forest-mid);white-space:nowrap;font-size:.8rem}.hero-footnote{color:var(--forest-light);font-size:.78rem;font-style:italic}.county-map-wrap{margin-bottom:1.5rem;position:relative}.county-map-svg{background:var(--forest-pale);border:1px solid var(--sand);border-radius:var(--radius-sm);width:100%;max-width:800px;height:auto;display:block}.map-tooltip{color:#fff;pointer-events:none;z-index:100;white-space:nowrap;background:#2d5a3deb;border-radius:4px;padding:.3rem .6rem;font-size:.8rem;position:fixed}.map-legend{color:var(--forest-mid);align-items:center;gap:1rem;margin-top:.5rem;font-size:.78rem;display:flex}.legend-swatch{vertical-align:middle;border-radius:3px;width:14px;height:14px;display:inline-block}.county-table-wrap{border:1px solid var(--sand);border-radius:var(--radius-sm);max-height:300px;overflow-y:auto}.county-table{border-collapse:collapse;width:100%;font-size:.88rem}.county-table th{background:var(--forest-pale);text-align:left;color:var(--forest);border-bottom:1px solid var(--sand);padding:.6rem 1rem;font-weight:600;position:sticky;top:0}.county-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.county-table th.sortable:hover{background:#d5e8db}.county-table td{border-bottom:1px solid var(--warm);padding:.5rem 1rem}.county-table tr:last-child td{border-bottom:none}.county-table tr:hover td{background:var(--forest-pale)}.band-tabs{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.band-tab{font-family:var(--font-body);border:1px solid var(--sand);background:var(--cream);color:var(--forest-mid);cursor:pointer;border-radius:20px;padding:.3rem .9rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s}.band-tab:hover{background:var(--warm)}.band-tab--active{background:var(--forest);border-color:var(--forest);color:var(--white)}.band-comparison{margin-bottom:1.25rem}.band-comparison-hint{color:var(--forest-light);margin-bottom:.75rem;font-size:.78rem;font-style:italic}.band-comparison-row{cursor:pointer}.band-comparison-row:hover .hbar-fill{opacity:.8}.band-selected-note{color:var(--forest-mid);margin-bottom:.75rem;font-size:.85rem}.sentiment-bar{border:1px solid var(--sand);border-radius:6px;height:40px;margin-bottom:1rem;display:flex;overflow:hidden}.sentiment-segment{height:100%;transition:width .4s}.sentiment-legend{flex-wrap:wrap;gap:.75rem 1.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.legend-item{align-items:center;gap:.35rem;display:flex}.legend-swatch{border-radius:3px;width:14px;height:14px;display:inline-block}.legend-label{color:var(--forest);font-weight:500}.legend-pct{color:var(--forest-mid)}.legend-count{color:var(--forest-light);font-size:.78rem}.sentiment-note{color:var(--forest-light);font-size:.78rem;font-style:italic}.topline-stat{background:var(--white);border:1px solid var(--sand);border-left:4px solid var(--orange);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);margin-bottom:1.75rem;padding:1.25rem 1.5rem}.topline-pct{font-family:var(--font-body);color:var(--orange);margin-right:.4rem;font-size:2.8rem;font-weight:600;line-height:1}.topline-label{color:var(--forest);font-size:1rem;font-weight:500}.topline-sub{color:var(--forest-light);margin-top:.4rem;font-size:.78rem;display:block}.hbar-list-title{color:var(--forest);margin-bottom:1rem;font-size:1rem;font-weight:600}.hbar-row{grid-template-columns:1fr 200px 80px;align-items:center;gap:.75rem;margin-bottom:.6rem;display:grid}@media (max-width:600px){.hbar-row{grid-template-columns:1fr;gap:.25rem}}.hbar-label{color:var(--forest);font-size:.84rem;line-height:1.35}.hbar-track{background:var(--warm);border-radius:4px;height:20px;overflow:hidden}.hbar-fill{border-radius:4px;height:100%;transition:width .4s}.hbar-fill--concern{background:var(--red)}.hbar-fill--policy{background:var(--forest-mid)}.hbar-stat{color:var(--forest-mid);white-space:nowrap;font-size:.82rem}.hbar-count{margin-right:.25rem;font-weight:600}.hbar-pct{color:var(--forest-light)}.hbar-note{color:var(--forest-light);margin-top:.75rem;font-size:.75rem;font-style:italic}.quote-spotlight{background:var(--forest);color:var(--cream);border-radius:var(--radius);box-shadow:var(--shadow-md);text-align:center;margin:0 0 1.5rem;padding:1.5rem 2rem}.quote-spotlight-text{font-family:var(--font-display);font-size:1.1rem;font-style:italic;font-weight:500;line-height:1.55}.quote-spotlight-attr{text-transform:uppercase;letter-spacing:.06em;color:var(--sage);margin-top:.75rem;font-size:.8rem;font-weight:600}@media (max-width:640px){.quote-spotlight{padding:1.25rem}.quote-spotlight-text{font-size:1rem}}.quotes-grid+.quote-spotlight{margin-top:1.5rem}.quotes-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (max-width:640px){.quotes-grid{grid-template-columns:1fr}.quote-card--wide .quote-text{column-count:1}}.quote-card{background:var(--white);border:1px solid var(--sand);border-left:4px solid var(--sage);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);flex-direction:column;margin:0;padding:1.1rem 1.25rem;display:flex}.quote-card--wide{grid-column:1/-1}.quote-card--wide .quote-text{column-count:2;column-rule:1px solid var(--sand);column-gap:2rem}.quote-text{color:var(--forest);flex:1;margin-bottom:.6rem;font-size:.88rem;line-height:1.55}.quote-paragraph{break-inside:avoid;margin:0 0 .5rem}.quote-bullet{text-indent:-.75rem;break-inside:avoid;margin:0 0 .65rem;padding-left:1.1rem}.quote-bullet:before{content:"— "}.quote-attr{color:var(--forest-mid);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:600}.school-type-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-bottom:.75rem;display:grid}.school-type-card{background:var(--white);border:1px solid var(--sand);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);padding:1.25rem 1.5rem}.school-type-header{border-bottom:2px solid var(--sage);justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:1rem;padding-bottom:.6rem;display:flex}.school-type-name{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;color:var(--forest);font-size:1.1rem;font-weight:700}.school-type-n{color:var(--forest-light);white-space:nowrap;font-size:.78rem}.school-type-stats{flex-direction:column;gap:.75rem;margin-bottom:1.1rem;display:flex}.st-stat{align-items:baseline;gap:.5rem;display:flex}.st-pct{font-family:var(--font-body);color:var(--forest-mid);min-width:3.5rem;font-size:1.6rem;font-weight:600;line-height:1}.st-label{color:var(--forest);font-size:.82rem;line-height:1.3}.school-type-policies{border-top:1px solid var(--warm);padding-top:.75rem}.st-policies-label{text-transform:uppercase;letter-spacing:.07em;color:var(--forest-mid);margin-bottom:.4rem;font-size:.72rem;font-weight:700}.st-policies-list{flex-direction:column;gap:.25rem;padding-left:1.1rem;display:flex}.st-policies-list li{color:var(--forest);font-size:.82rem;line-height:1.35}.school-type-note{color:var(--forest-light);font-size:.75rem;font-style:italic}.loading-state,.error-state,.empty-state{text-align:center;color:var(--forest-light);padding:2rem;font-size:.9rem}.error-state{color:var(--red)}.methodology{border:1px solid var(--sand);border-radius:var(--radius-sm);background:var(--white);margin-top:2rem}.methodology-toggle{font-family:var(--font-display);color:var(--forest-mid);cursor:pointer;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;list-style:none;display:flex}.methodology-toggle::-webkit-details-marker{display:none}.methodology-toggle:before{content:"▶";font-size:.6rem;transition:transform .2s}.methodology[open] .methodology-toggle:before{transform:rotate(90deg)}.methodology-body{color:var(--forest);padding:0 1.25rem 1.25rem;font-size:.85rem;line-height:1.6}.methodology-body h3{font-family:var(--font-display);color:var(--forest);margin:1rem 0 .3rem;font-size:.88rem;font-weight:700}.methodology-body h3:first-child{margin-top:0}.methodology-body p{margin:0 0 .5rem}.dash-footer{background:var(--forest);color:#ffffffbf;text-align:center;padding:1.5rem;font-size:.82rem}.footer-inner{max-width:1000px;margin:0 auto}.footer-updated{margin-bottom:.5rem}.footer-links a{color:#ffffffd9;text-decoration:none}.footer-links a:hover{text-decoration:underline}.pdf-button{font-family:var(--font-body);background:var(--forest);color:var(--cream);cursor:pointer;border:none;border-radius:20px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex}.pdf-button:hover{background:var(--forest-mid)}.pdf-button svg{flex-shrink:0}.print-header{display:none}@media print{@page{size:letter;margin:.6in .5in}body{color:#222;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff;font-size:11pt}.dash-header,.dash-footer,.filter-bar,.pdf-button,.header-cta,.county-map-wrap,.band-comparison-hint,.school-type-section,body>header,body>footer{display:none!important}.print-header{border-bottom:2px solid #2d5a3d;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex!important}.print-logo{width:auto;height:60px}.print-title{font-family:var(--font-display);text-transform:uppercase;color:#2d5a3d;font-size:18pt;font-weight:800;line-height:1.1}.print-district{color:#3d7a52;font-size:13pt;font-weight:600}.print-meta{color:#666;margin-top:.15rem;font-size:8pt}.main-content{max-width:none;padding:0}.section{margin-bottom:.75rem}.hero-section{break-inside:auto}.section-title{break-after:avoid;margin-bottom:.3rem;padding-bottom:.2rem;font-size:12pt}.section-desc{margin-bottom:.5rem;font-size:8pt}.hero-stats{gap:.5rem}.hero-stat{break-inside:avoid;padding:.5rem .75rem}.hero-stat-pct{font-size:1.8rem}.hero-stat-label{font-size:.8rem}.hero-footnote{margin-top:.2rem;font-size:7pt}.district-context{margin-bottom:.5rem;font-size:.8rem}.hero-top-concerns{break-inside:avoid;margin-bottom:.5rem;padding:.75rem 1rem}.hero-concerns-list li{gap:.5rem;font-size:.8rem}.hbar-row{break-inside:avoid;margin-bottom:.3rem}.hbar-label{font-size:.78rem}.topline-stat{break-inside:avoid;margin-bottom:1rem;padding:.75rem 1rem}.school-type-card{break-inside:avoid}.quotes-grid{gap:.5rem}.quote-card{break-inside:avoid;padding:.5rem .7rem}.quote-text{margin-bottom:.3rem;font-size:.8rem}.county-table-wrap{max-height:none;overflow:visible}.sentiment-bar{height:24px;margin-bottom:.5rem}.sentiment-legend{gap:.4rem 1rem;margin-bottom:.3rem;font-size:.78rem}.band-tabs{margin-bottom:.75rem}.subsection-card{margin-top:.75rem;padding:.75rem 1rem}a{color:inherit;text-decoration:none}}.county-map-svg path:hover{opacity:.85}
