*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #f0ebe0;--warm: #e6e0d4;--sand: #d4cdc1;--sage: #b8bfad;--forest: #2d5a3d;--forest-mid: #3d7a52;--forest-light: #5a9a72;--forest-pale: #eaf2ed;--white: #ffffff;--red: #b85c4a;--orange: #c8714f;--border: var(--sand);--shadow-sm: 0 1px 3px rgba(45,90,61,.08);--shadow-md: 0 4px 12px rgba(45,90,61,.1);--radius: 12px;--radius-sm: 8px;--font-display: "Barlow Condensed", sans-serif;--font-body: "Inter Tight", sans-serif}body{font-family:var(--font-body);background:var(--cream);color:var(--forest);line-height:1.5}.home-link{display:inline-flex;align-items:center;justify-content:center;color:var(--forest);opacity:.5;transition:opacity .2s;text-decoration:none;position:absolute;top:1rem;left:1.5rem}.home-link:hover{opacity:1}.site-header{background:var(--cream);color:var(--forest);padding:2.5rem 1.5rem 1.5rem;border-bottom:2px solid var(--sage);position:relative}.header-inner{max-width:1000px;margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.header-main{flex:1}.header-title{font-family:var(--font-display);font-weight:800;line-height:1.05;text-transform:uppercase;letter-spacing:.02em;color:var(--forest)}.header-title-line1{display:block;font-size:clamp(1.8rem,5vw,3.2rem)}.header-title-line2{display:block;font-size:clamp(1.3rem,3.5vw,2.2rem);opacity:.75}.header-subtitle{font-size:1rem;color:var(--forest-mid);margin-top:.5rem}.header-cta{display:inline-block;font-family:var(--font-body);font-size:.88rem;font-weight:600;padding:.55rem 1.2rem;background:var(--forest);color:var(--cream);border-radius:20px;text-decoration:none;white-space:nowrap;flex-shrink:0}.header-cta:hover{background:var(--forest-mid)}.header-right{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex-shrink:0}.header-logo{height:96px;width:auto;cursor:pointer}.main-content{max-width:1000px;margin:0 auto;padding:2rem 1.5rem 3rem}.section{margin-bottom:3rem}.section-title{font-family:var(--font-display);font-size:1.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--forest);border-bottom:2px solid var(--sage);padding-bottom:.4rem;margin-bottom:.75rem}.section-desc{color:var(--forest-mid);font-size:.92rem;margin-bottom:1.25rem}.filter-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.75rem 1rem;background:var(--forest-pale);border:1px solid var(--sage);border-radius:var(--radius-sm);margin-bottom:1.75rem}.filter-label{font-size:.85rem;font-weight:600;color:var(--forest);white-space:nowrap}.filter-select{font-family:var(--font-body);font-size:.88rem;padding:.35rem .6rem;border:1px solid var(--sand);border-radius:6px;background:var(--cream);color:var(--forest);cursor:pointer;flex:1;min-width:220px;max-width:400px}.filter-select:focus{outline:2px solid var(--forest-mid)}.filter-clear{font-size:.8rem;padding:.3rem .7rem;border:1px solid var(--sand);border-radius:6px;background:var(--cream);color:var(--forest-mid);cursor:pointer;white-space:nowrap}.filter-clear:hover{background:var(--warm);color:var(--red);border-color:var(--red)}.filter-hint{font-size:.75rem;color:var(--forest-mid);opacity:.7;flex-basis:100%;margin-top:.1rem}.district-context{font-size:.9rem;color:var(--forest-mid);margin-bottom:1.25rem}.hero-stats{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero-stat{flex:1;min-width:200px;padding:1.25rem 1.5rem;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));box-shadow:var(--shadow-sm)}.hero-stat-pct{font-family:var(--font-body);font-size:3.5rem;font-weight:600;line-height:1;color:var(--stat-accent, var(--orange));margin-bottom:.35rem}.hero-stat-label{font-size:.92rem;color:var(--forest);line-height:1.4}.hero-top-concerns{background:var(--white);border:1px solid var(--sand);border-radius:var(--radius-sm);padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.hero-concerns-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--forest-mid);margin-bottom:.75rem}.hero-concerns-list{list-style:none;counter-reset:concern-counter;display:flex;flex-direction:column;gap:.5rem}.hero-concerns-list li{counter-increment:concern-counter;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.88rem}.hero-concerns-list li:before{content:counter(concern-counter) ".";font-weight:700;color:var(--forest-mid);min-width:1.2rem;flex-shrink:0}.concern-name{color:var(--forest);flex:1}.concern-pct{color:var(--forest-mid);white-space:nowrap;font-size:.8rem}.hero-footnote{font-size:.78rem;color:var(--forest-light);font-style:italic}.county-map-wrap{position:relative;margin-bottom:1.5rem}.county-map-svg{width:100%;max-width:800px;height:auto;display:block;background:var(--forest-pale);border:1px solid var(--sand);border-radius:var(--radius-sm)}.map-tooltip{position:fixed;background:#2d5a3deb;color:#fff;font-size:.8rem;padding:.3rem .6rem;border-radius:4px;pointer-events:none;z-index:100;white-space:nowrap}.map-legend{display:flex;align-items:center;gap:1rem;margin-top:.5rem;font-size:.78rem;color:var(--forest-mid)}.legend-swatch{display:inline-block;width:14px;height:14px;border-radius:3px;vertical-align:middle}.county-table-wrap{max-height:300px;overflow-y:auto;border:1px solid var(--sand);border-radius:var(--radius-sm)}.county-table{width:100%;border-collapse:collapse;font-size:.88rem}.county-table th{position:sticky;top:0;background:var(--forest-pale);padding:.6rem 1rem;text-align:left;font-weight:600;color:var(--forest);border-bottom:1px solid var(--sand)}.county-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.county-table th.sortable:hover{background:#d5e8db}.county-table td{padding:.5rem 1rem;border-bottom:1px solid var(--warm)}.county-table tr:last-child td{border-bottom:none}.county-table tr:hover td{background:var(--forest-pale)}.band-tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.25rem}.band-tab{font-family:var(--font-body);font-size:.82rem;font-weight:600;padding:.3rem .9rem;border:1px solid var(--sand);border-radius:20px;background:var(--cream);color:var(--forest-mid);cursor:pointer;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{font-size:.78rem;color:var(--forest-light);font-style:italic;margin-bottom:.75rem}.band-comparison-row{cursor:pointer}.band-comparison-row:hover .hbar-fill{opacity:.8}.band-selected-note{font-size:.85rem;color:var(--forest-mid);margin-bottom:.75rem}.sentiment-bar{display:flex;height:40px;border-radius:6px;overflow:hidden;border:1px solid var(--sand);margin-bottom:1rem}.sentiment-segment{height:100%;transition:width .4s ease}.sentiment-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;font-size:.85rem;margin-bottom:.75rem}.legend-item{display:flex;align-items:center;gap:.35rem}.legend-swatch{display:inline-block;width:14px;height:14px;border-radius:3px}.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{font-size:.78rem;color:var(--forest-light);font-style:italic}.topline-stat{margin-bottom:1.75rem;padding:1.25rem 1.5rem;background:var(--white);border:1px solid var(--sand);border-left:4px solid var(--orange);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm)}.topline-pct{font-family:var(--font-body);font-size:2.8rem;font-weight:600;color:var(--orange);line-height:1;margin-right:.4rem}.topline-label{font-size:1rem;font-weight:500;color:var(--forest)}.topline-sub{display:block;margin-top:.4rem;font-size:.78rem;color:var(--forest-light)}.hbar-list-title{font-size:1rem;font-weight:600;color:var(--forest);margin-bottom:1rem}.hbar-row{display:grid;grid-template-columns:1fr 200px 80px;align-items:center;gap:.75rem;margin-bottom:.6rem}@media(max-width:600px){.hbar-row{grid-template-columns:1fr;gap:.25rem}}.hbar-label{font-size:.84rem;color:var(--forest);line-height:1.35}.hbar-track{height:20px;background:var(--warm);border-radius:4px;overflow:hidden}.hbar-fill{height:100%;border-radius:4px;transition:width .4s ease}.hbar-fill--concern{background:var(--red)}.hbar-fill--policy{background:var(--forest-mid)}.hbar-stat{font-size:.82rem;color:var(--forest-mid);white-space:nowrap}.hbar-count{font-weight:600;margin-right:.25rem}.hbar-pct{color:var(--forest-light)}.hbar-note{font-size:.75rem;color:var(--forest-light);font-style:italic;margin-top:.75rem}.quotes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:640px){.quotes-grid{grid-template-columns:1fr}}.quote-card{margin:0;padding:1.1rem 1.25rem;background:var(--white);border:1px solid var(--sand);border-left:4px solid var(--sage);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.quote-text{font-size:.88rem;color:var(--forest);line-height:1.55;flex:1;margin-bottom:.6rem}.quote-attr{font-size:.78rem;font-weight:600;color:var(--forest-mid);text-transform:uppercase;letter-spacing:.05em}.school-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-bottom:.75rem}.school-type-card{background:var(--white);border:1px solid var(--sand);border-radius:var(--radius-sm);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm)}.school-type-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid var(--sage)}.school-type-name{font-family:var(--font-display);font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--forest)}.school-type-n{font-size:.78rem;color:var(--forest-light);white-space:nowrap}.school-type-stats{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.1rem}.st-stat{display:flex;align-items:baseline;gap:.5rem}.st-pct{font-family:var(--font-body);font-size:1.6rem;font-weight:600;color:var(--forest-mid);line-height:1;min-width:3.5rem}.st-label{font-size:.82rem;color:var(--forest);line-height:1.3}.school-type-policies{padding-top:.75rem;border-top:1px solid var(--warm)}.st-policies-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--forest-mid);margin-bottom:.4rem}.st-policies-list{padding-left:1.1rem;display:flex;flex-direction:column;gap:.25rem}.st-policies-list li{font-size:.82rem;color:var(--forest);line-height:1.35}.school-type-note{font-size:.75rem;color:var(--forest-light);font-style:italic}.loading-state,.error-state,.empty-state{padding:2rem;text-align:center;color:var(--forest-light);font-size:.9rem}.error-state{color:var(--red)}.site-footer{background:var(--forest);color:#ffffffbf;padding:1.5rem;text-align:center;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}
