@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--ink:#15282d;--muted:#6c7778;--paper:#f4f3ed;--line:#dce0d7;--lime:#c7ef7d;--dark:#101d23;--radius:10px}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px 'DM Sans',sans-serif}button,input,select{font:inherit}button,a,input,select{outline-offset:4px}button{cursor:pointer}button{border:0;background:none;color:inherit}a{color:inherit}h1,h2,h3,p{margin:0}button:disabled{opacity:.45;cursor:not-allowed}[hidden]{display:none!important}header{height:84px;padding:0 28px;display:flex;align-items:center;gap:45px;border-bottom:1px solid var(--line);background:#fafaf5;position:relative;z-index:10}.identity{display:flex;gap:12px;text-decoration:none;align-items:center}.monogram{width:42px;height:42px;background:var(--ink);color:var(--lime);border-radius:50%;display:grid;place-items:center;font:600 24px 'Space Grotesk',sans-serif}.identity b{font:700 14px 'Space Grotesk';letter-spacing:1px}.identity small{display:block;font-size:10px;letter-spacing:2px;margin-top:5px}nav{display:flex;height:100%;gap:26px}nav button{font-size:14px;border-bottom:3px solid transparent;padding:0 0 2px}nav button.active{border-color:var(--ink);font-weight:700}.header-right{margin-left:auto;display:flex;gap:23px;align-items:center}.edition{font:11px 'Space Grotesk';letter-spacing:1px;white-space:nowrap}.edition i,.dot{display:inline-block;width:6px;height:6px;background:#588759;border-radius:50%;margin-right:6px}.outline{border:1px solid #c9d0c6;padding:10px 17px;border-radius:6px;font-size:14px;background:transparent}.primary{background:var(--ink);color:white;border-radius:5px;padding:13px 18px}main{display:flex;height:calc(100dvh - 84px);min-height:560px}.sidebar{width:354px;flex-shrink:0;display:flex;flex-direction:column;background:var(--paper);z-index:4;border-right:1px solid var(--line)}.side-top{padding:25px 23px 17px}.eyebrow{font:500 10px 'Space Grotesk';letter-spacing:1.7px}.sidebar h1{font:500 33px/1.04 'Space Grotesk';letter-spacing:-1.4px;margin:10px 0}.intro{color:var(--muted);font-size:13px;line-height:1.55;max-width:270px}.summary{display:flex;margin:22px 0;justify-content:space-between}.summary b{font:500 28px 'Space Grotesk';display:block}.summary span{font-size:11px;color:var(--muted)}.search{border:1px solid #cdd4cc;display:flex;align-items:center;border-radius:5px;background:#fbfbf7;gap:8px;padding:10px 11px}.search span{font-size:23px;line-height:1}.search input{background:none;border:0;width:100%;min-width:0;font-size:13px;outline:none}.search kbd{font-size:11px;color:#9aa39a;border:1px solid #dce0d7;padding:1px 4px}.filter-label{margin:20px 0 9px;display:flex;justify-content:space-between;font:11px 'Space Grotesk';letter-spacing:1px}.filter-label button{font-size:11px;color:var(--muted);letter-spacing:0}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{border:1px solid #d6ddd4;border-radius:30px;padding:7px 10px;font-size:12px;display:flex;align-items:center;gap:6px}.chip i,.legend i{width:6px;height:6px;border-radius:50%;display:inline-block}.chip.active{background:var(--ink);color:white;border-color:var(--ink)}.selects{display:flex;gap:9px;margin-top:17px}.selects label{font-size:10px;text-transform:uppercase;color:var(--muted);flex:1;letter-spacing:1px}.selects select{display:block;width:100%;font-size:12px;color:var(--ink);border:1px solid var(--line);border-radius:5px;background:#fafaf6;padding:9px 5px;margin-top:5px;letter-spacing:0}.list-heading{padding:10px 23px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:11px}.tabs{display:flex;gap:10px}.tabs button{font-size:12px;padding:4px 0;color:var(--muted)}.tabs button.active{color:var(--ink);font-weight:700}.results{overflow-y:auto;flex:1;min-height:70px}.brand-row,.site-row{width:100%;display:flex;text-align:left;padding:15px 23px;align-items:center;border-bottom:1px solid var(--line);gap:12px}.brand-row:hover,.site-row:hover,.brand-row.selected,.site-row.selected{background:#e7eade}.brand-logo{width:32px;height:32px;border-radius:50%;flex-shrink:0;border:1px solid #cbd3c5;display:grid;place-items:center;font:600 12px 'Space Grotesk';background:#fff8}.row-title{font-size:14px;font-weight:600;line-height:1.35}.row-sub{font-size:11px;color:var(--muted);margin-top:4px}.row-num{margin-left:auto;font:500 17px 'Space Grotesk';text-align:right}.row-num small{display:block;font:10px 'DM Sans';color:var(--muted);margin-top:2px}.side-foot{padding:11px 16px;font-size:10px;color:var(--muted);border-top:1px solid var(--line);display:flex;align-items:center}.side-foot button{margin-left:auto;font-size:10px}.map-area{flex:1;position:relative;overflow:hidden;background:#101d23}#map{position:absolute;inset:0}.map-top{position:absolute;top:20px;left:24px;right:24px;display:flex;justify-content:space-between;pointer-events:none;gap:12px}.map-top>*{pointer-events:auto}.segmented{display:flex;background:#f7f8ef;box-shadow:0 2px 20px #0002;padding:4px;border-radius:7px}.segmented button{font-size:12px;padding:10px 15px;border-radius:4px;white-space:nowrap}.segmented button.active{background:var(--ink);color:var(--lime)}.map-actions{display:flex;gap:7px}.map-actions button{background:#f7f8ef;border-radius:6px;width:40px;font:500 14px 'Space Grotesk'}.districts{position:absolute;top:84px;left:25px;display:flex;gap:7px;align-items:center;flex-wrap:wrap}.districts span{font:9px 'Space Grotesk';letter-spacing:1.4px;color:#cadbd3;margin-right:3px}.districts button{background:#172c32e8;color:#e1e8df;padding:7px 12px;border:1px solid #3d535a;border-radius:30px;font-size:11px}.map-caption{position:absolute;top:158px;left:28px;color:#f0f3e8;pointer-events:none;text-shadow:0 1px 20px #101d23}.map-caption .eyebrow{color:#b2c4be;font-size:9px}.map-caption h2{font:400 38px/1.05 'Space Grotesk';letter-spacing:-1.4px;margin-top:14px}.map-caption p{font-size:12px;color:#b9c7c0;margin-top:12px;max-width:310px}.map-bottom{position:absolute;bottom:31px;left:24px;right:24px;display:flex;align-items:flex-end;gap:18px;pointer-events:none}.legend{display:flex;flex-direction:column;gap:7px;font-size:10px;color:#e6ece4;background:#102027db;padding:12px;border:1px solid #355059;border-radius:6px;min-width:108px;pointer-events:auto}.legend span{display:flex;gap:6px;align-items:center}.legend small{font-size:9px;color:#bccfc6;max-width:135px;line-height:1.4}.timeline{width:370px;background:#f7f7efd9;backdrop-filter:blur(15px);padding:16px 18px 13px;border-radius:7px;pointer-events:auto;box-shadow:0 4px 30px #001c}.timeline-top{display:flex;justify-content:space-between;align-items:center}.timeline-top .eyebrow{font-size:9px;display:block}.timeline-top b{font:500 17px 'Space Grotesk';display:block;margin-top:5px}.timeline-top button{background:var(--ink);color:var(--lime);border-radius:50%;height:29px;width:29px;font-size:11px}input[type=range]{accent-color:var(--ink);width:100%;margin:15px 0 2px;height:4px}.years{display:flex;justify-content:space-between;font:10px 'Space Grotesk'}.timeline p{font-size:9px;color:#61716b;line-height:1.4;margin-top:10px}.map-counter{margin-left:auto;display:flex;flex-direction:column;color:#eaf1e5;text-align:right;white-space:nowrap;text-shadow:0 1px 8px #000}.map-counter b{font:400 45px 'Space Grotesk';letter-spacing:-2px}.map-counter span{font-size:11px}.map-counter small{font-size:9px;margin-top:4px;color:#bdd1c7}.selection{position:absolute;right:23px;top:80px;width:330px;max-height:calc(100% - 270px);overflow:auto;background:#f9faf3;border-radius:9px;box-shadow:0 16px 50px #0006;z-index:7}.selection-head{padding:23px 23px 17px;border-bottom:1px solid var(--line)}.selection-head .close{position:absolute;right:10px;top:10px;font-size:24px;color:#6f7b70}.selection h2{font:500 24px/1.05 'Space Grotesk';letter-spacing:-.8px;margin:9px 20px 6px 0}.selection .descriptor{font-size:12px;color:#6c7a72;line-height:1.5}.selection-body{padding:18px 23px}.selection-body p{font-size:12px;line-height:1.65;color:#4d635e;margin-bottom:12px}.tag{display:inline-block;font-size:10px;background:#e3eadb;padding:5px 7px;border-radius:4px;margin:3px 4px 4px 0}.tag.planned{background:#f8e8c6}.tag.closed{background:#efe0d9}.detail-label{font:500 9px 'Space Grotesk';letter-spacing:1px;color:#6c7a72;margin-top:16px;margin-bottom:6px}.source-link{display:block;font-size:11px;line-height:1.4;color:#237158;margin:9px 0;overflow-wrap:anywhere}.detail-actions{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0}.detail-actions button,.detail-actions a{border:1px solid #cdd8c7;border-radius:5px;font-size:11px;text-decoration:none;padding:8px}.child-location{width:100%;padding:11px 0;border-bottom:1px solid #dce3d8;text-align:left;font-size:12px}.child-location small{display:block;color:#718071;margin-top:4px;font-size:10px}.empty{padding:30px 24px;font-size:14px;line-height:1.6;color:var(--muted)}.page{padding:50px 6vw 70px;max-width:1600px;margin:auto;max-height:calc(100dvh - 84px);overflow:auto}.page-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:30px}.page h1{font:400 43px/1.1 'Space Grotesk';letter-spacing:-1.5px;margin:12px 0}.page-head p{max-width:690px;color:var(--muted);font-size:15px;line-height:1.6}.audit-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);margin:24px 0}.audit-stats div{padding:23px;border-right:1px solid var(--line)}.audit-stats b{display:block;font:400 34px 'Space Grotesk';margin-bottom:6px}.audit-stats span{font-size:12px;color:var(--muted)}.audit-search{max-width:440px;margin-bottom:24px}table{border-collapse:collapse;width:100%;font-size:13px}th{text-align:left;font:500 10px 'Space Grotesk';letter-spacing:1px;padding:15px 12px;border-bottom:2px solid var(--ink);text-transform:uppercase;white-space:nowrap}td{padding:18px 12px;border-bottom:1px solid var(--line);vertical-align:top;line-height:1.6}td:first-child{width:22%;font-weight:600}td:last-child{width:43%;color:var(--muted)}td small{font-size:11px;display:block;color:var(--muted)}td a{margin-right:10px;font-size:11px;color:#2b6b51}.coverage-badge{font-size:10px;padding:5px 7px;background:#e2eadb;border-radius:4px;display:inline-block}.coverage-badge.partial{background:#f3e8d2}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 38px}.method-grid article{border-top:1px solid #bfccbc;padding-top:20px}.method-grid article>span{font:10px 'Space Grotesk';letter-spacing:1px;color:var(--muted)}.method-grid h2{font:500 24px/1.1 'Space Grotesk';letter-spacing:-.6px;margin:15px 0}.method-grid p{color:#5c6b61;font-size:14px;line-height:1.8;margin-bottom:15px}.method-callout{background:#e6edda;padding:24px!important;border:0!important}.method-callout button{margin-top:10px}dialog{border:0;border-radius:12px;background:#f9faf3;padding:36px;width:min(480px,calc(100vw - 30px));box-shadow:0 40px 90px #0006}dialog::backdrop{background:#071b2380;backdrop-filter:blur(4px)}dialog h2{font:400 33px 'Space Grotesk';letter-spacing:-1px;margin:12px 0}dialog p{font-size:14px;color:var(--muted);line-height:1.6}.dialog-close{position:absolute;right:15px;top:11px;font-size:25px}.export-links{margin-top:25px}.export-links a,.export-links button{display:block;text-align:left;width:100%;padding:16px 0;border-top:1px solid var(--line);text-decoration:none}.export-links b{display:block;font-size:15px}.export-links span{display:block;font-size:12px;color:var(--muted);margin-top:5px}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--lime);color:var(--ink);padding:12px 19px;border-radius:6px;font-size:13px;z-index:30;display:none}.map-notice{position:absolute;bottom:190px;left:25px;right:25px;padding:10px;background:#f4e7c9;border-radius:4px;font-size:12px;z-index:6}.maplibregl-ctrl-attrib{font-size:9px!important}.maplibregl-ctrl-bottom-right{max-width:80%}.maplibregl-ctrl-scale{background:#f4f3ede8!important;font-size:9px!important}.maplibregl-popup-content{background:#f8faf0;color:#172c32;padding:10px 13px;border-radius:5px;font:12px 'DM Sans';box-shadow:0 3px 20px #0003}.maplibregl-popup-tip{border-top-color:#f8faf0!important}.light .map-caption,.light .map-counter{color:#18322e;text-shadow:0 1px 15px white}.light .map-caption p,.light .map-caption .eyebrow,.light .map-counter small{color:#416657}.light .districts span{color:#304c41}.table-scroll{overflow-x:auto}
@media(min-height:960px){.side-top{padding-top:30px;padding-bottom:22px}.sidebar h1{font-size:39px}.summary{margin:26px 0}.brand-row{padding-top:18px;padding-bottom:18px}}
@media(max-width:1150px){header{padding:0 20px;gap:30px}nav{gap:16px}.edition{display:none}.sidebar{width:315px}.side-top{padding:22px 18px 15px}.map-top{left:18px;right:18px}.segmented button{padding:9px 10px}.map-bottom{left:18px;right:18px;gap:12px}.legend{display:none}.timeline{width:330px}.selection{right:18px;width:310px}.map-caption h2{font-size:32px}.map-caption{left:22px}.map-counter b{font-size:36px}}
@media(max-width:780px){header{height:68px;padding:0 14px;gap:14px}.identity b{font-size:11px}.identity small{font-size:8px}.monogram{width:32px;height:32px;font-size:19px}nav{margin-left:auto;gap:10px}nav button{font-size:11px}nav button[data-view=method]{display:none}.header-right{margin:0}.header-right .outline{padding:8px;font-size:11px}main{height:calc(100dvh - 68px);flex-direction:column;min-height:620px}.map-area{order:0;min-height:390px;flex:1}.sidebar{order:1;width:100%;height:320px;flex-direction:row;overflow:hidden;border-top:1px solid var(--line)}.side-top{width:250px;padding:15px;flex-shrink:0;border-right:1px solid var(--line);overflow-y:auto}.side-top h1,.side-top .eyebrow,.intro,.summary{display:none}.filter-label{margin-top:12px}.chips{gap:4px}.chip{font-size:10px;padding:6px 8px}.selects{margin-top:12px}.results{padding-top:10px;min-width:0}.list-heading,.side-foot{display:none}.brand-row,.site-row{padding:11px 14px;gap:9px}.brand-logo{display:none}.row-title{font-size:12px}.row-sub{font-size:10px}.row-num{font-size:15px}.map-top{top:12px;left:12px;right:12px}.segmented button{font-size:10px;padding:8px}.map-actions{gap:4px}.map-actions button{width:32px;font-size:12px}.districts{top:61px;left:13px;gap:4px}.districts button{font-size:9px;padding:5px 8px}.map-caption{top:110px;left:15px}.map-caption h2{font-size:27px}.map-caption p{display:none}.map-caption .eyebrow{font-size:8px}.map-bottom{bottom:25px;left:13px;right:13px}.timeline{padding:10px 12px;width:270px}.timeline p{display:none}.timeline-top .eyebrow{font-size:8px}.timeline-top b{font-size:13px}.timeline-top button{height:24px;width:24px}.years{font-size:8px}.map-counter b{font-size:30px}.map-counter span{font-size:9px}.map-counter small{display:none}.selection{top:62px;right:12px;width:min(315px,calc(100% - 24px));max-height:calc(100% - 85px)}.selection-head{padding:16px 18px}.selection-body{padding:14px 18px}.page{padding:28px 20px;max-height:calc(100dvh - 68px)}.page h1{font-size:31px}.page-head{display:block}.page-head>.outline{margin-top:15px}.audit-stats{grid-template-columns:repeat(2,1fr)}.audit-stats div{padding:16px}.method-grid{grid-template-columns:1fr;gap:26px}th,td{padding:12px 8px;font-size:11px}.coverage-badge{font-size:9px}.table-scroll table{min-width:680px}}
@media(max-width:430px){.identity b{font-size:9px}.identity small{font-size:7px}nav button{font-size:10px}.header-right .outline{font-size:10px}.side-top{width:205px}.timeline{width:240px}.map-caption h2{font-size:25px}.row-sub{max-width:120px}.map-counter{display:none}}
/* Keep working labels legible at normal desktop zoom. */
body{font-size:16px}.intro{font-size:14px}.summary span,.row-sub,.side-foot,.side-foot button,.filter-label,.filter-label button,.selects label,.list-heading,.tabs button,.map-counter span,.map-counter small,.legend,.legend small,.timeline p,.years,.detail-label,.source-link,.child-location small,.tag,.coverage-badge{font-size:12px}.selects select,.search input,.chip,.segmented button,.districts button,.selection .descriptor,.selection-body p,.detail-actions button,.detail-actions a,.child-location{font-size:13px}.map-caption p{font-size:14px}.timeline{width:380px}.timeline .eyebrow{font-size:10px}.side-foot{flex-wrap:wrap;gap:3px}.map-counter{white-space:normal;min-width:100px}.legend small{max-width:150px}.selection{max-height:calc(100% - 290px)}
@media(max-width:1150px){.timeline{width:325px}.map-counter span,.map-counter small{font-size:11px}}
@media(max-width:780px){.timeline{width:270px}.selection{max-height:calc(100% - 85px)}.chip{font-size:11px}.selects select{font-size:12px}.row-sub{font-size:11px}.search input{font-size:12px}.districts button{font-size:11px}.segmented button{font-size:11px}.years{font-size:10px}}
