:root{font-family:Arial,Helvetica,sans-serif;color:#202727;background:#eef0ed;font-synthesis:none;--red:#e40422;--muted:#77807f;--line:#e8ebe7;--sidebar:316px}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,#viewport:focus-visible{outline:3px solid #3279a4;outline-offset:3px}button{border:0;background:none}a{color:inherit}svg{width:19px;height:19px;flex-shrink:0}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.app-header{height:82px;border-top:4px solid var(--red);display:flex;align-items:center;gap:27px;padding:0 30px;background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:30}.brand{display:flex;align-items:center;width:250px}.brand img{width:100%;height:auto}.header-separator{width:1px;height:28px;background:#dedfda}.project-title{font-size:17px;font-weight:700;letter-spacing:-.4px;white-space:nowrap}.project-title span{font-weight:400;font-size:13px;letter-spacing:0;color:var(--muted);margin-left:8px}.header-actions{margin-left:auto;display:flex;align-items:center;gap:22px}.concept-label{font-size:12px;color:var(--muted)}.button-subtle{display:flex;gap:8px;align-items:center;font-size:12px;color:#4b5654}.button-subtle:hover{color:var(--red)}.button-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px}.button-icon:hover{background:#f1f2ef}.workspace{height:calc(100dvh - 82px);display:flex;min-height:460px;position:relative}.sidebar{width:var(--sidebar);background:#fff;z-index:20;border-right:1px solid #e0e4dd;display:flex;flex-direction:column;flex-shrink:0;padding:30px 23px 0;min-height:0}.sidebar-heading{display:flex;justify-content:space-between;align-items:center}.eyebrow{font-size:9px;letter-spacing:1.7px;font-weight:700;color:#7d8581;margin:0 0 10px}.sidebar-heading .eyebrow{color:var(--red);font-size:9px;letter-spacing:1.4px}h1{font-size:23px;letter-spacing:-.9px;font-weight:700;margin:0 0 24px;line-height:1.2}.search-wrap{display:flex;align-items:center;gap:10px;border:1px solid #dfe4df;background:#fafbf9;border-radius:6px;padding:0 11px;height:41px;flex-shrink:0}.search-wrap>svg{width:16px;color:#737e76}.search-wrap input{width:100%;min-width:0;background:none;border:0;height:100%;outline:none;font-size:11px}.search-wrap:focus-within{border-color:#859387;box-shadow:0 0 0 2px #85938720}.search-wrap input::placeholder{color:#929b95}.search-wrap kbd{font-size:11px;color:#98a198;border:1px solid #dfe4dd;padding:1px 5px;border-radius:3px}.district-wrap{position:relative;margin-top:10px;flex-shrink:0}.district-wrap select{appearance:none;width:100%;border:1px solid #e4e7e1;border-radius:6px;background:#fff;padding:10px 32px 10px 12px;font-size:11px;color:#626d66;cursor:pointer}.district-wrap>svg{position:absolute;right:11px;top:9px;width:14px;pointer-events:none}.layers-section{padding:27px 0 15px;border-bottom:1px solid var(--line)}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;gap:10px}.section-title h2{font-size:12px;margin:0;font-weight:700}.text-button{font-size:10px;font-weight:600;color:var(--muted);padding:3px 0;text-decoration:underline;text-underline-offset:3px}.text-button:hover{color:var(--red)}.category-row{display:flex;align-items:center;gap:9px;min-height:43px;cursor:pointer;position:relative}.category-symbol{height:29px;width:29px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--category) 8%,white);color:var(--category)}.category-symbol svg{width:16px;height:16px}.category-name{font-size:11px;flex:1;white-space:nowrap}.category-count{font-size:10px;color:#889087;font-variant-numeric:tabular-nums;margin-right:4px}.category-input{position:absolute;opacity:0;width:31px;height:20px;right:0;cursor:pointer;margin:0}.switch{height:16px;width:28px;border-radius:20px;position:relative;background:#d7dcd5;transition:background .2s;flex-shrink:0}.switch:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0002;transition:transform .2s}.category-input:checked+.switch{background:var(--category)}.category-input:checked+.switch:after{transform:translate(12px)}.category-input:focus-visible+.switch{outline:3px solid #3279a4;outline-offset:4px}.category-row:has(input:not(:checked)) .category-symbol{filter:grayscale(1);opacity:.5}.category-row:has(input:not(:checked)) .category-name{color:#828981}.layers-note{font-size:9px;color:#8a9289;margin:13px 0 0}.base-layers{padding:17px 0;border-bottom:1px solid var(--line)}.base-layers summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:11px;font-weight:600}.base-layers summary::-webkit-details-marker{display:none}.base-layers summary span{display:flex;align-items:center;gap:8px}.base-layers summary svg{width:14px;height:14px;color:#6f7c71}.base-layers:not([open]) summary>svg{transform:rotate(-90deg)}.base-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 5px;margin-top:17px}.base-toggle{font-size:10px;display:flex;align-items:center;gap:7px;cursor:pointer;position:relative;white-space:nowrap}.base-toggle input{position:absolute;opacity:0;inset:0;width:16px;margin:0;cursor:pointer}.base-toggle>span{display:flex;align-items:center;justify-content:center;width:14px;height:14px;border:1px solid #d2d9d0;border-radius:3px}.base-toggle>span svg{display:none;width:10px;height:10px}.base-toggle input:checked+span{background:#667a68;border-color:#667a68;color:#fff}.base-toggle input:checked+span svg{display:block}.base-toggle input:focus-visible+span{outline:3px solid #3279a4;outline-offset:2px}.results-section{min-height:90px;display:flex;flex-direction:column;flex:1;padding-top:19px}.results-section .section-title{margin-bottom:7px}.section-title #result-count{font-size:10px;color:#899188}.results-list{overflow:auto;margin:0 -12px;padding:0 12px 12px;scrollbar-width:thin;scrollbar-color:#dadfd5 transparent}.result-row{width:100%;display:flex;align-items:center;text-align:left;gap:10px;padding:13px 0;border-bottom:1px solid #f0f1ed}.result-row>span:nth-child(2){min-width:0;flex:1}.result-row strong{font-size:10.5px;font-weight:500;display:block;line-height:1.4}.result-row small{font-size:9px;display:block;color:#8b938b;margin-top:4px}.result-row>svg{width:13px;height:13px;color:#9ba498}.result-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.result-row:hover strong,.result-row.selected strong{color:var(--red)}.result-row.selected{background:#fff9f9}.sidebar-footer{display:flex;align-items:center;gap:7px;font-size:9px;color:#838e84;min-height:40px;border-top:1px solid var(--line);flex-shrink:0}.status-dot{height:5px;width:5px;border-radius:50%;background:#738b71}.sidebar-footer button{margin-left:auto;padding:0}.sidebar-footer svg{width:12px;height:12px}.map-area{flex:1;position:relative;min-width:0;overflow:hidden;background:#eef0ed}#viewport{position:absolute;inset:0;overflow:hidden;touch-action:none}#viewport>canvas{width:100%;height:100%;display:block;cursor:grab}#viewport>canvas:active{cursor:grabbing}.map-title{position:absolute;top:29px;left:32px;pointer-events:none;z-index:4}.map-title .eyebrow{display:flex;align-items:center;gap:7px;font-size:8px;letter-spacing:1.4px}.red-dash{width:13px;height:2px;background:var(--red)}.map-title h2{font-size:25px;letter-spacing:-.9px;font-weight:500;margin:0 0 9px}.map-title p{font-size:10px;color:#7f8980;margin:0}.view-switch{position:absolute;top:31px;left:50%;transform:translate(-20%);display:flex;align-items:center;background:#ffffffdf;border:1px solid #dde2d9;border-radius:7px;padding:4px;box-shadow:0 3px 10px #39443105;z-index:6}.view-switch button{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:4px;font-size:10px;color:#829080;white-space:nowrap}.view-switch button svg{width:13px;height:13px}.view-switch button.active{background:#fff;color:#2b342b;box-shadow:0 1px 5px #33442215}.map-tools{position:absolute;top:29px;right:23px;display:flex;flex-direction:column;align-items:center;gap:16px;z-index:6}.compass-button{height:62px;display:flex;flex-direction:column;align-items:center;gap:2px}.compass-button>span{font-size:9px;font-weight:700;color:#485748}.compass-needle{width:27px;height:36px}.zoom-tools{background:#fffffff0;border:1px solid #dce1d6;border-radius:7px;box-shadow:0 2px 7px #33442208}.zoom-tools button{display:flex;align-items:center;justify-content:center;width:35px;height:35px}.zoom-tools button+button{border-top:1px solid #e5e8e0}.zoom-tools svg{width:16px;height:16px}.zoom-tools button:hover{background:#f3f5ee}.tool-reset{background:#fff;border:1px solid #dce1d6;height:36px;width:36px;border-radius:7px}.tool-reset svg{width:16px;height:16px}.map-labels,.map-markers{position:absolute;inset:0;pointer-events:none;overflow:hidden}.map-labels{z-index:1}.map-markers{z-index:2}.geo-label{position:absolute;top:0;left:0;font-family:Arial,sans-serif;white-space:nowrap;pointer-events:none}.district-label{color:#687367bb;font-size:9px;letter-spacing:1.3px;font-weight:600;text-shadow:0 1px 2px #ffffff,0 0 5px #eff0e9;max-width:135px;white-space:normal;text-align:center;line-height:1.5}.water-label{color:#4f8398;font-style:italic;font-size:10px;letter-spacing:.4px;text-shadow:0 0 3px #e8eeea}.road-label{background:#eaf0f2;color:#61788c;border:1px solid #95aab8;padding:2px 5px;border-radius:3px;font-size:8px;font-weight:600}.map-marker{position:absolute;top:0;left:0;width:25px;height:27px;border:2px solid #fff;border-radius:6px 6px 6px 1px;background:var(--pin);color:#fff;display:flex;align-items:center;justify-content:center;pointer-events:auto;padding:3px;box-shadow:0 2px 4px #30492a33;transition:box-shadow .15s;isolation:isolate}.map-marker>svg{width:17px;height:17px}.map-marker:hover,.map-marker:focus-visible{z-index:1000!important;box-shadow:0 0 0 3px #ffffffb3,0 5px 12px #2532264a}.map-marker.is-selected{z-index:1001!important;box-shadow:0 0 0 4px #fff,0 0 0 6px var(--pin),0 4px 14px #0004}.marker-tip{position:absolute;bottom:calc(100% + 8px);background:#fff;box-shadow:0 3px 15px #18291c20;color:#323c32;font-size:10px;padding:8px 11px;border-radius:5px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;font-weight:500}.map-marker:hover .marker-tip,.map-marker:focus-visible .marker-tip{opacity:1}.map-marker .cluster-count{display:none}.map-marker.is-cluster{background:#fff;color:var(--pin);border:2px solid var(--pin);border-radius:50%;width:28px;height:28px;box-shadow:0 0 0 3px #ffffffc9,0 2px 5px #23331b20}.map-marker.is-cluster>svg,.map-marker.is-cluster>.marker-tip{display:none}.map-marker.is-cluster .cluster-count{display:block;font-size:10px;font-weight:700}.map-legend{position:absolute;right:24px;bottom:86px;background:#ffffffce;border:1px solid #e2e6dc;border-radius:6px;padding:11px 14px;display:flex;gap:16px;pointer-events:none;z-index:4}.map-legend span{display:flex;align-items:center;gap:6px;font-size:9px;color:#77826f}.map-legend i{display:block;width:13px;height:3px}.legend-road{background:#e2c77f;outline:1px solid #bba575}.legend-street{background:#fff;border:1px solid #b4b9ae;height:4px!important}.legend-water{background:#a5c9d0;height:6px!important;border-radius:1px}.map-help{position:absolute;bottom:41px;left:32px;display:flex;gap:7px;align-items:center;font-size:9px;color:#879180;pointer-events:none;z-index:4}.map-help svg{width:12px;height:12px}.help-divider{height:10px;width:1px;background:#cdd3c6;margin:0 4px}.map-bottom{position:absolute;bottom:0;left:0;right:0;height:31px;padding:0 24px 0 32px;display:flex;justify-content:space-between;align-items:center;background:#edf0e9b8;z-index:5}.scale{align-self:flex-end;padding-bottom:6px;color:#7c8775;font-size:8px}.scale>span{display:block;margin-bottom:2px}.scale>div{width:100px;height:4px;border:1px solid #8a9582;border-top:0}.map-attribution{font-size:8px;display:flex;align-items:center;gap:8px;color:#849078}.map-attribution a{text-decoration:none}.map-attribution a:hover{text-decoration:underline}.map-attribution button{font-size:8px;padding:0;text-decoration:underline;text-underline-offset:2px}.detail-panel{position:absolute;z-index:10;right:24px;bottom:138px;width:310px;max-height:calc(100% - 165px);overflow:auto;padding:17px 21px 20px;background:#fffffffa;border:1px solid #fff;border-radius:9px;box-shadow:0 12px 55px #25332320;animation:reveal .25s ease}.detail-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.detail-eyebrow{display:flex;align-items:center;gap:6px;font-size:9px;font-weight:600}.detail-eyebrow svg{width:14px;height:14px}.detail-panel h2{font-size:23px;line-height:1.12;font-weight:500;letter-spacing:-.7px;margin:11px 0}.detail-location{font-size:10px;color:#7b877b;margin:0}.detail-location span{margin:0 4px}.detail-address{font-size:11px;line-height:1.5;display:flex;gap:8px;margin:20px 0;padding-top:15px;border-top:1px solid #e7ebe3;color:#566152}.detail-address svg{width:14px;height:14px;margin-top:1px}.detail-tags{display:flex;flex-wrap:wrap;gap:6px}.detail-tags>span{display:flex;align-items:center;gap:4px;background:color-mix(in srgb,var(--category) 7%,white);color:var(--category);font-size:8px;border-radius:4px;padding:6px 7px}.detail-tags svg{height:11px;width:11px}.detail-note{font-size:9px;line-height:1.5;color:#87907f;margin:12px 0 0}.source-link{display:flex;align-items:center;justify-content:space-between;background:#f4f6f0;text-decoration:none;border-radius:5px;padding:11px 13px;margin-top:20px;font-size:10px}.source-link:hover{background:#eaf0e4}.source-link svg{width:14px;height:14px}.colocated{border-top:1px solid var(--line);padding-top:13px;margin-top:15px}.colocated h3{font-size:9px;color:#8a9285;font-weight:400;margin:0 0 8px}.colocated button{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;font-size:10px;line-height:1.4;padding:5px 0;gap:8px}.colocated svg{width:11px;height:11px}.loading-card{position:absolute;z-index:15;background:#fff;box-shadow:0 8px 70px #22331117;border:1px solid #e2e7db;top:50%;left:50%;transform:translate(-50%,-50%);padding:35px;text-align:center;border-radius:10px;width:min(350px,90%)}.loading-card h3{font-size:18px;letter-spacing:-.4px;font-weight:500}.loading-card p{font-size:11px;line-height:1.6;color:#7b8776}.loader{border:2px solid #eaece7;border-top-color:var(--red);height:25px;width:25px;margin:auto;border-radius:50%;animation:spin 1s linear infinite}.empty-state{text-align:center;padding:25px 0;color:#83907c;font-size:11px;line-height:1.5}.empty-state>svg{display:block;margin:0 auto 15px}.empty-state strong{color:#45513e;font-size:12px;font-weight:500}.empty-state p{font-size:10px}dialog{border:1px solid #e4e7df;border-radius:12px;box-shadow:0 30px 100px #24331d30;width:min(520px,calc(100vw - 34px));padding:35px;max-height:85dvh;color:#263020}dialog::backdrop{background:#26331f50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:15px;top:15px}dialog h2{font-size:28px;font-weight:500;letter-spacing:-.6px;margin:9px 0 25px}dialog h3{font-size:13px;margin:23px 0 8px}dialog p{font-size:12px;line-height:1.65;color:#737d6c}dialog a{color:#b92030;text-underline-offset:3px}.dialog-done{background:var(--red);border-radius:5px;color:#fff;padding:12px 16px;font-size:11px;margin-top:18px;width:100%}.mobile-close,.mobile-layers,.sidebar-scrim{display:none}@keyframes spin{to{transform:rotate(360deg)}}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(min-width:1600px){:root{--sidebar:340px}.sidebar{padding-left:28px;padding-right:28px}.category-name,.result-row strong{font-size:12px}.map-title h2{font-size:29px}.map-title{top:36px;left:40px}.view-switch{top:36px}.map-help{left:40px}.map-marker{width:27px;height:29px}.map-marker>svg{width:18px;height:18px}}@media(max-height:850px)and (min-width:761px){.sidebar{padding-top:23px}.sidebar-heading h1{font-size:21px;margin-bottom:18px}.layers-section{padding-top:18px;padding-bottom:12px}.category-row{min-height:37px}.layers-note{margin-top:9px}.base-layers{padding:13px 0}.base-grid{margin-top:12px;gap:10px 4px}.results-section{padding-top:15px}}@media(max-width:1150px){:root{--sidebar:285px}.sidebar{padding-right:18px;padding-left:18px}.brand{width:223px}.app-header{padding:0 24px;gap:20px}.header-actions{gap:15px}.concept-label{display:none}.map-title{left:23px}.map-title h2{font-size:21px}.view-switch{top:126px;left:23px;transform:none}.map-legend{gap:10px;right:20px;bottom:84px}.map-help{left:23px;font-size:8px;gap:5px}.map-title p{font-size:9px}.map-bottom{padding:0 20px 0 23px}.map-attribution{font-size:7px;gap:5px}.map-attribution button{font-size:7px}.detail-panel{right:20px;width:290px;bottom:131px}}@media(max-width:760px){.app-header{height:67px;padding:0 16px;gap:0}.brand{width:207px}.header-separator,.project-title,.header-actions .button-subtle span{display:none}.header-actions{gap:8px}.header-actions .button-subtle{padding:7px}.header-actions .button-icon{width:27px}.workspace{height:calc(100dvh - 67px);min-height:420px}.sidebar{position:absolute;left:0;top:0;bottom:0;width:min(330px,90vw);transform:translate(-105%);transition:transform .25s;z-index:40;padding:24px 22px 0;box-shadow:10px 0 40px #28382120}.sidebar-open .sidebar{transform:translate(0)}.sidebar-scrim{position:absolute;inset:0;background:#23332050;z-index:39}.sidebar-open .sidebar-scrim{display:block}.mobile-close{display:flex;align-self:flex-start;margin-top:-6px;margin-right:-9px}.sidebar h1{font-size:23px;margin-bottom:20px}.sidebar .layers-section{padding-top:19px}.category-row{min-height:42px}.map-title{top:23px;left:21px}.map-title .eyebrow{font-size:8px;letter-spacing:1px}.map-title h2{font-size:25px}.map-title p{font-size:10px}.map-tools{right:16px;top:22px;gap:13px}.view-switch{top:121px;left:21px}.view-switch button{padding:8px 11px}.mobile-layers{display:flex;position:absolute;bottom:64px;left:50%;transform:translate(-50%);align-items:center;justify-content:center;gap:9px;background:#fff;padding:14px 18px;border-radius:8px;border:1px solid #dfe5d7;box-shadow:0 4px 18px #2d40291a;white-space:nowrap;z-index:11;font-size:12px}.mobile-layers>svg{height:16px;width:16px}.mobile-layers>span{font-size:10px;padding:3px 6px;background:#f3f5ef;border-radius:4px;color:#829177}.map-help{display:none}.map-legend{bottom:126px;left:50%;right:auto;transform:translate(-50%);white-space:nowrap;padding:8px 10px;gap:12px;background:#ffffffbd}.map-legend span{font-size:8px}.map-bottom{height:39px;padding:0 13px 7px;align-items:flex-end;background:#edf0e9c9}.map-attribution{font-size:7px;gap:4px;max-width:240px;flex-wrap:wrap;justify-content:flex-end;line-height:1.5}.map-attribution button{font-size:7px}.scale{padding-bottom:0;font-size:7px}.detail-panel{bottom:123px;left:16px;right:16px;width:auto;max-height:calc(100% - 285px);padding:15px 18px}.detail-panel h2{font-size:23px;margin:7px 0}.detail-address{margin:13px 0;padding-top:11px}.source-link{margin-top:13px}.detail-note{font-size:9px}.detail-panel .button-icon{width:25px;height:25px}.map-area:has(.detail-panel:not([hidden])) .map-legend{display:none}.district-label{font-size:8px;letter-spacing:.6px;max-width:110px}.map-marker{width:26px;height:28px}.map-marker.is-cluster{width:29px;height:29px}}.source-note{background:#f6f4ec;padding:9px;border-radius:4px}.source-note svg{width:11px;height:11px;vertical-align:middle;margin-right:5px}body{overflow:hidden}.export-button{display:flex;align-items:center;gap:7px;background:var(--red);color:#fff;border-radius:5px;font-size:11px;padding:10px 12px;white-space:nowrap}.export-button:hover{background:#b6001d}.export-button svg{height:15px;width:15px}.export-close{position:absolute;right:15px;top:15px}#export-dialog{width:min(455px,calc(100vw - 30px))}#export-dialog h2{margin-bottom:12px}#export-form fieldset{border:0;padding:0;margin:23px 0}#export-form legend{font-size:11px;font-weight:700;margin-bottom:11px}.export-choice{display:flex;align-items:flex-start;gap:10px;border:1px solid #e1e6dc;border-radius:6px;padding:13px;margin-bottom:9px;cursor:pointer}.export-choice:has(input:checked){border-color:#cc4b5a;background:#fff9f9}.export-choice input{accent-color:var(--red);margin:1px 0}.export-choice strong{display:block;font-size:11px;font-weight:600}.export-choice small{display:block;font-size:10px;color:#8b9386;margin-top:5px}.export-format{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:600}.export-format select{border:1px solid #dce1d5;background:#fff;padding:9px;border-radius:4px;font-size:11px;color:#52614a}.export-summary{font-size:10px;line-height:1.6;color:#859077;background:#f3f5ef;padding:11px;border-radius:5px;margin-top:18px}#export-submit{display:flex;align-items:center;justify-content:center;gap:8px}#export-submit:disabled{opacity:.6;cursor:wait}#export-error{color:#b52336}#export-submit svg{width:15px;height:15px}@media(max-width:1050px){.header-actions{gap:12px}.header-actions .button-subtle span{display:none}}@media(max-width:760px){.export-button{padding:8px;font-size:10px}.export-button span{display:none}.header-actions{gap:8px}.export-button svg{width:17px;height:17px}.brand{width:193px}}.export-ready{margin-top:18px;padding:13px;background:#eef5e9;border:1px solid #d7e5cd;border-radius:6px;font-size:11px}.export-ready strong{display:block;font-weight:600;margin-bottom:9px;color:#506e3c}.export-ready>div{display:flex;justify-content:space-between;gap:10px}.export-ready a{display:inline-flex;align-items:center;gap:4px;font-size:10px;color:#4a7133;cursor:pointer}.export-ready a svg{height:12px;width:12px}:root{--muted: #4d5953;--line: #cbd1cb;--sidebar: 350px;--header-height: 82px;--ui-text: 14px;--ui-small: 12px;--focus: #064cb5}html{scroll-behavior:auto}body{line-height:1.5}button,a,input,select,summary{touch-action:manipulation}button,a,input,select,summary,[tabindex]{scroll-margin:12px}:where(button,a,input,select,summary,[tabindex]):focus-visible{outline:3px solid var(--focus);outline-offset:3px}button:disabled{opacity:.65}.skip-link{position:fixed;left:12px;top:8px;z-index:100;transform:translateY(-160%);padding:12px 18px;background:#fff;color:#202727;border:2px solid var(--focus);border-radius:5px;font-size:16px;font-weight:700}.skip-link:focus{transform:none}.app-header{height:var(--header-height);gap:20px}.brand{flex-shrink:0}.header-actions{gap:10px}.button-icon,.header-actions .button-icon{width:44px;height:44px;min-width:44px;min-height:44px}.button-subtle,.export-button,#list-toggle{min-height:44px;min-width:44px;padding:10px;font-size:var(--ui-text)}#list-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #748278;border-radius:5px;white-space:nowrap}#list-toggle[aria-pressed=true],#a11y-open[aria-expanded=true]{background:#fff1f3;color:#a80a21;border-color:#a80a21}.workspace{height:calc(100dvh - var(--header-height));min-height:0}.sidebar{overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-top:22px;padding-bottom:8px}.sidebar>*{flex-shrink:0}.sidebar-heading{gap:8px}.sidebar-heading>div{min-width:0}.sidebar h1{line-height:1.25;margin-bottom:18px}.eyebrow,.sidebar-heading .eyebrow{color:#4d5953;font-size:var(--ui-small);letter-spacing:1px}.sidebar-heading .eyebrow{color:#b30c25}.search-wrap{height:46px;border-color:#77877b;background:#fff}.search-wrap input{font-size:var(--ui-text)}.search-wrap input::placeholder{color:#526056;opacity:1}.search-wrap>svg,.search-wrap kbd{color:#526056}.search-wrap kbd{font-size:var(--ui-small);border-color:#89968c}.search-wrap:focus-within{border-color:var(--focus);outline:3px solid var(--focus);outline-offset:3px;box-shadow:none}.search-wrap input:focus-visible{outline:none}.district-wrap select{min-height:46px;font-size:var(--ui-text);color:#303c33;border-color:#77877b}.district-wrap>svg{top:14px;color:#303c33}.layers-section{padding-top:14px;padding-bottom:14px}.section-title{min-height:44px;margin-bottom:4px;flex-wrap:wrap}.section-title h2{font-size:var(--ui-text)}.text-button{min-height:44px;padding:8px 2px;font-size:var(--ui-small);color:#46564a}.category-row{min-height:46px;gap:8px;padding:3px 0}.category-name{font-size:var(--ui-text);white-space:normal;line-height:1.35}.category-count{color:#4b584f;font-size:var(--ui-small)}.category-symbol{flex-shrink:0;width:30px;height:30px}.category-input{width:38px;height:44px}.switch{width:36px;height:22px;background:#667368;border:1px solid #46564a}.switch:after{width:14px;height:14px;top:3px;left:3px}.category-input:checked+.switch:after{transform:translate(14px)}.category-input:focus-visible+.switch,.base-toggle input:focus-visible+span{outline-color:var(--focus)}.category-row:has(input:not(:checked)) .category-name{color:#4d5953}.category-row:has(input:not(:checked)) .category-symbol{opacity:1}.layers-note{font-size:var(--ui-small);color:#4d5953;line-height:1.5}.base-layers{padding:8px 0 12px}.base-layers summary{font-size:var(--ui-text);min-height:44px}.base-layers summary svg{color:#46564a}.base-grid{margin-top:4px;gap:4px 8px}.base-toggle{min-height:44px;font-size:var(--ui-small);white-space:normal;line-height:1.35}.base-toggle input{width:22px;height:100%}.base-toggle>span{width:22px;height:22px;border-color:#627565;flex-shrink:0}.base-toggle>span svg{width:15px;height:15px}.base-toggle input:checked+span{background:#405b44;border-color:#405b44}.results-section{flex:1 0 220px;min-height:220px;padding-top:10px}.section-title #result-count{font-size:var(--ui-small);color:#4d5953}.results-list{min-height:150px;max-height:50dvh;scrollbar-color:#667368 #f1f3ef;padding-top:4px}.result-row{min-height:60px;padding:10px 0;border-color:#d7ddd5}.result-row strong{font-size:var(--ui-text);font-weight:600}.result-row small{color:#4d5953;font-size:var(--ui-small)}.result-row>svg{width:18px;height:18px;color:#586c58}.result-row.selected{box-shadow:inset 3px 0 #bd152f;padding-left:8px}.sidebar-footer{font-size:var(--ui-small);color:#4d5953;gap:6px;min-height:52px}.sidebar-footer button{width:44px;min-width:44px;height:44px}.sidebar-footer svg{width:18px;height:18px}.status-dot{background:#45683f;flex-shrink:0}#viewport:focus-visible{outline:3px solid var(--focus);outline-offset:-4px}.map-title{max-width:calc(100% - 105px)}.map-title .eyebrow,.map-title p{font-size:var(--ui-small);color:#43513f}.map-title h2{line-height:1.2}.view-switch{border-color:#7a8775;background:#fff}.view-switch button{min-height:44px;font-size:var(--ui-small);color:#4b5948}.view-switch button.active{background:#e8ede3;color:#233020;font-weight:700}.view-switch button svg{width:16px;height:16px}.map-tools{gap:12px}.compass-button{width:44px;min-height:62px}.compass-button>span{font-size:var(--ui-small);color:#33472f}.zoom-tools,.tool-reset{border-color:#788673;background:#fff}.zoom-tools button,.tool-reset{width:44px;height:44px}.zoom-tools button+button{border-color:#788673}.zoom-tools svg,.tool-reset svg{width:20px;height:20px}.district-label{color:#42563e;font-size:12px;letter-spacing:.8px}.water-label{color:#285971;font-size:12px}.road-label{color:#29475d;background:#f1f7fa;font-size:11px;border-color:#56728a}.map-marker{width:28px;height:30px}.map-marker.is-cluster{width:32px;height:32px}.map-marker.is-cluster .cluster-count{font-size:12px}.marker-tip{font-size:13px;border:1px solid #7a8775}.marker-tip small{display:block;margin-top:3px;color:#43513f;font-size:12px;font-weight:600}.marker-layers{position:absolute;left:0;right:0;bottom:-7px;display:flex;height:4px;gap:1px;outline:1px solid #fff;border-radius:1px}.marker-layers i{flex:1;height:4px}.layer-professional{background:#dc2638}.layer-volunteer{background:#925012}.layer-youth{background:#8058a0}.layer-rescue{background:#17658c}.layer-special{background:#576d75}.map-marker.is-cluster .marker-layers{display:none}.map-legend{background:#fff;border-color:#7a8775;flex-wrap:wrap;gap:8px 14px}.map-legend span{font-size:var(--ui-small);color:#3f5138}.map-help{color:#43573c;font-size:var(--ui-small);background:#f5f7f1f2;padding:4px 7px;border-radius:4px}.map-bottom{min-height:48px;height:auto;background:#f1f4ed;gap:12px}.scale{font-size:var(--ui-small);color:#43573c;flex-shrink:0}.scale>div{border-color:#5f7056}.map-attribution{font-size:var(--ui-small);color:#43573c;flex-wrap:wrap;justify-content:flex-end;line-height:1.5}.map-attribution a{text-decoration:underline;text-underline-offset:3px}.map-attribution a,.map-attribution button{min-height:44px;display:inline-flex;align-items:center}.map-attribution button{font-size:var(--ui-small)}.map-help{bottom:59px}.map-legend{bottom:103px}.detail-panel{width:340px;border-color:#82917d;bottom:153px;max-height:calc(100% - 178px)}.detail-eyebrow{font-size:var(--ui-small);color:#3d4c36!important}.detail-location{font-size:var(--ui-small);color:#4d5953}.detail-address{font-size:var(--ui-text);color:#35482e}.detail-note{font-size:var(--ui-small);color:#4d5953}.detail-tags>:is(span,li){display:flex;align-items:center;gap:5px;padding:6px 8px;border-radius:4px;color:#283b23;background:#f0f4ec;border-left:3px solid var(--category, #5d7258);font-size:var(--ui-small)}.detail-tags{list-style:none;padding-left:0}.detail-tags svg{width:15px;height:15px}.detail-panel .button-icon{width:44px;height:44px}.source-link{min-height:44px;font-size:var(--ui-text);color:#28481f;text-decoration:underline;text-underline-offset:3px}.colocated h3{font-size:var(--ui-small);color:#4d5953}.colocated :is(button,a){width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0;font-size:var(--ui-text);line-height:1.5;color:#283b23;text-align:left;text-underline-offset:3px}.colocated a svg{width:16px;height:16px}.loading-card p,.empty-state,.empty-state p{font-size:var(--ui-text);color:#4d5953}.empty-state strong{font-size:16px;color:#283b23}dialog{padding:30px;max-height:calc(100dvh - 32px);overflow-y:auto;overscroll-behavior:contain}dialog h2{padding-right:32px;line-height:1.2}dialog h3,dialog p,.dialog-done{font-size:var(--ui-text)}dialog p{color:#4d5953}dialog a{color:#a30c23;overflow-wrap:anywhere}.dialog-done{min-height:46px}.export-choice{min-height:64px;border-color:#7c8976}.export-choice input{width:20px;height:20px;flex-shrink:0;margin-top:2px}.export-choice strong,.export-format,.export-format select,#export-form legend{font-size:var(--ui-text)}.export-choice small,.export-summary{font-size:var(--ui-small);color:#4d5953}.export-format{gap:12px;flex-wrap:wrap}.export-format select{min-height:44px;border-color:#6f8267;color:#35482e}.export-ready,.export-ready a{font-size:var(--ui-text)}.export-ready a{min-height:44px}.export-ready>div{flex-wrap:wrap}#a11y-dialog{width:min(550px,calc(100vw - 30px))}.dialog-close-access{position:absolute;right:15px;top:15px}#a11y-dialog fieldset{border:0;padding:0;margin:20px 0}#a11y-dialog legend{font-size:var(--ui-text);font-weight:700}#a11y-dialog label{display:flex;align-items:flex-start;gap:12px;padding:14px 0;min-height:52px;font-size:var(--ui-text);cursor:pointer;border-bottom:1px solid var(--line)}#a11y-dialog input{width:22px;height:22px;margin:0;accent-color:#b80d29;flex-shrink:0}#a11y-dialog small{display:block;color:#4d5953;font-size:var(--ui-small)}#a11y-dialog :is(ul,ol){font-size:var(--ui-text);padding-left:22px}#a11y-dialog kbd{border:1px solid #7a8775;background:#f1f4ed;padding:1px 5px;border-radius:3px}.list-view{display:none;position:absolute;inset:0;overflow:auto;overscroll-behavior:contain;padding:28px 32px 95px;background:#f3f5f1;scroll-padding:16px}.list-view h2{font-size:26px;line-height:1.25;margin:0 0 12px}.list-view p{font-size:var(--ui-text)}.list-view :is(.list-description,.list-summary){color:#4d5953;max-width:70ch}.accessible-location{max-width:850px;margin:18px 0;padding:22px;border:1px solid #92a28a;border-radius:8px;background:#fff;overflow-wrap:anywhere}.accessible-location h3{margin:0 0 8px;font-size:20px;line-height:1.3}.accessible-location address{font-style:normal;font-size:var(--ui-text);margin:10px 0}.accessible-location summary{min-height:44px;padding:10px 0;font-size:var(--ui-text);cursor:pointer}.accessible-location details>ul{padding-left:20px}.accessible-location details li{padding:4px 0}.accessible-location details li p{margin:0 0 6px}.accessible-location :is(.tags,.location-tags){display:flex;flex-wrap:wrap;gap:8px;font-size:var(--ui-small)}.accessible-location :is(button,a){min-height:44px;font-size:var(--ui-text)}.accessible-location button{margin:12px 8px 0 0;border:1px solid #718468;border-radius:4px;padding:9px 12px;color:#273d20;background:#f3f6ef;text-align:left}.accessible-location a{display:inline-flex;align-items:center;color:#a30c23;text-underline-offset:3px}.list-mode .list-view{display:block}.list-mode :is(#viewport,.map-title,.map-tools,.map-legend,.map-help,.view-switch,.scale){display:none}.list-mode .map-bottom{justify-content:flex-end}.list-mode .detail-panel{z-index:12}.large-text{--ui-text: 18px;--ui-small: 16px;--sidebar: 410px}.large-text .sidebar{padding-left:22px;padding-right:22px}.large-text .category-row{min-height:54px}.large-text .category-name{white-space:normal}.large-text .base-grid{grid-template-columns:1fr}.large-text .sidebar h1{font-size:28px}.large-text :is(.detail-panel h2,.list-view h2,dialog h2){font-size:30px}.large-text .accessible-location h3{font-size:24px}.large-text .map-help{display:none}.large-text .map-legend{max-width:calc(100% - 40px)}.large-text .detail-panel{width:min(410px,calc(100% - 32px))}.reduce-motion *,.reduce-motion *:before,.reduce-motion *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.high-contrast{--muted: #151b14;--line: #535e4e}.high-contrast :is(.sidebar,.app-header,dialog,.detail-panel,.list-view,.accessible-location,.map-bottom,.map-legend){background:#fff;color:#111}.high-contrast :is(p,small,address,.category-name,.category-count,.text-button,.button-subtle,.detail-location,.detail-note,.detail-address,.sidebar-footer,.map-attribution,.scale,.map-legend span,.export-summary,.export-choice small,.eyebrow,.section-title #result-count){color:#151b14}.high-contrast :is(.accessible-location,.search-wrap,.district-wrap select,.detail-panel,.view-switch,.export-choice,.base-toggle>span){border-color:#222}.high-contrast :is(.source-link,.accessible-location a,dialog a,.colocated a){color:#111}.high-contrast :is(.source-link,.export-summary,.export-ready,.accessible-location button,.category-symbol){background:#fff;color:#111;border:1px solid #222}.high-contrast .detail-tags>:is(span,li){background:#fff;color:#111;border:1px solid #444;border-left:4px solid #111}.high-contrast :is(.view-switch button.active,#list-toggle[aria-pressed=true],.category-input:checked+.switch,.base-toggle input:checked+span){background:#111;color:#fff;border-color:#111}.high-contrast .switch{background:#fff;border:2px solid #111}.high-contrast .switch:after{background:#111;width:12px;height:12px}.high-contrast .category-input:checked+.switch:after{background:#fff}.high-contrast .result-row.selected{background:#f2f2f2;box-shadow:inset 3px 0 #111}.high-contrast :is(.result-row.selected strong,.map-title p,.map-title .eyebrow,.marker-tip small){color:#111}.high-contrast :is(.map-title,.map-help){background:#fff;padding:10px;border:1px solid #222;border-radius:4px}.high-contrast .geo-label{background:#fff;color:#111;text-shadow:none}.high-contrast .district-label{padding:2px 5px}.high-contrast .result-row{border-color:#758170}.high-contrast .map-marker:focus-visible{outline-color:#001ca8;outline-width:4px}@media(max-width:1250px){.app-header{padding:0 20px;gap:15px}.brand{width:220px}.project-title span{display:none}.header-actions{gap:6px}.header-actions .button-subtle span{display:none}.view-switch{top:133px;left:23px;transform:none}.map-help{display:none}.map-legend{bottom:100px}.map-bottom{min-height:68px}.map-attribution{gap:0 8px}.map-attribution a,.map-attribution button{min-height:32px}.map-attribution>span{display:none}}@media(max-width:1050px){.project-title,.header-separator{display:none}.map-title{left:20px}.map-title h2{font-size:23px}.map-title .eyebrow{font-size:11px;letter-spacing:.6px}.map-title p{font-size:12px}.map-title .eyebrow{flex-wrap:wrap}.map-legend{left:20px;right:20px}.map-legend span{font-size:12px}}@media(max-width:760px){:root{--header-height: 112px}.app-header{height:var(--header-height);padding:6px 12px;flex-wrap:wrap;justify-content:center;align-content:center;gap:4px}.brand{width:185px;max-width:100%}.header-actions{flex:0 0 100%;width:100%;margin:0;gap:8px;justify-content:center}.header-actions :is(.button-subtle,.export-button,#list-toggle){min-width:44px;width:44px;height:44px;padding:10px}.header-actions :is(.button-subtle,.export-button,#list-toggle) span{display:none}.header-actions svg{width:20px;height:20px}.workspace{min-height:0}.sidebar,.large-text .sidebar{width:min(380px,calc(100vw - 20px));padding:18px 18px 8px;max-height:100%}.sidebar h1{font-size:23px}.sidebar .layers-section{padding-top:14px}.sidebar .mobile-close{margin-top:0;margin-right:-7px}.results-list{max-height:none;overflow:visible}.results-section{flex:0 0 auto}.map-title{top:18px;left:16px;max-width:calc(100% - 79px)}.map-title h2{font-size:24px;margin-bottom:6px}.map-title .eyebrow{font-size:11px;margin-bottom:6px}.map-title p{font-size:12px}.map-tools{top:18px;right:12px}.view-switch{top:138px;left:16px}.view-switch button{min-height:44px;padding:8px}.map-bottom{min-height:70px;padding:5px 12px;align-items:center}.map-attribution{font-size:12px;max-width:none;gap:0 8px;line-height:1.35}.map-attribution button{font-size:12px}.map-attribution a,.map-attribution button{min-height:32px}.scale{font-size:12px}.map-legend{left:50%;right:auto;bottom:140px;max-width:calc(100% - 24px);width:max-content;transform:translate(-50%);padding:8px 10px;gap:5px 12px;white-space:normal}.mobile-layers{min-height:46px;bottom:82px;font-size:14px;padding:10px 16px}.mobile-layers>span{font-size:12px;color:#44593b;background:#edf2e7}.detail-panel{left:12px;right:12px;bottom:140px;width:auto;max-height:calc(100% - 155px);padding:15px 18px}.detail-panel h2{font-size:24px}.detail-note{font-size:var(--ui-small)}.list-view{padding:22px 16px 150px}.list-view h2{font-size:24px}.accessible-location{padding:17px}.list-mode .detail-panel{bottom:140px}.large-text .base-grid{grid-template-columns:1fr}.large-text .map-title{max-width:calc(100% - 80px)}.large-text .view-switch button,.large-text .map-legend span{font-size:13px}.large-text .detail-panel{width:auto}dialog{padding:24px 20px}dialog h2{font-size:25px}}@media(max-width:380px){.sidebar,.large-text .sidebar{padding-left:12px;padding-right:12px}.category-row{gap:6px}.category-symbol{width:25px;height:28px}.category-count{margin-right:0}.search-wrap kbd{display:none}.map-title h2{font-size:21px}.map-title .eyebrow{letter-spacing:0;font-size:10px}.view-switch{left:12px}.view-switch button{font-size:12px;gap:5px}.map-bottom .scale{display:none}.map-attribution{justify-content:flex-start}.base-grid{grid-template-columns:1fr}}@media(max-height:600px){.map-legend,.map-help{display:none}.map-title{top:10px;left:12px}.map-title :is(.eyebrow,p){display:none}.map-title h2{font-size:20px}.view-switch{top:48px;left:12px;transform:none}.detail-panel{top:12px;bottom:85px;max-height:none}.sidebar{padding-top:12px}.list-view{padding-top:16px}dialog{max-height:calc(100dvh - 20px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(forced-colors:active){:root{--focus: Highlight;--line: CanvasText}:is(.app-header,.sidebar,.detail-panel,dialog,.accessible-location,.map-legend,.view-switch,.map-bottom,.map-title,.map-help){background:Canvas;color:CanvasText;border-color:CanvasText;box-shadow:none}:is(.export-button,.dialog-done,.button-icon,#list-toggle,.zoom-tools button,.source-link,.accessible-location button){border:1px solid ButtonText}.switch{forced-color-adjust:none;background:Canvas;border:2px solid CanvasText}.switch:after{background:CanvasText;width:12px;height:12px}.category-input:checked+.switch{background:Highlight;border-color:Highlight}.category-input:checked+.switch:after{background:HighlightText}.base-toggle input:checked+span{forced-color-adjust:none;background:Highlight;color:HighlightText;border-color:Highlight}.view-switch button.active,.result-row.selected,#list-toggle[aria-pressed=true]{border:2px solid Highlight}.map-marker,.map-marker.is-cluster{border:2px solid ButtonText;background:ButtonFace;color:ButtonText;box-shadow:none}.geo-label,.marker-tip{background:Canvas;color:CanvasText;text-shadow:none}.category-symbol,.detail-tags>:is(span,li){color:CanvasText;border:1px solid CanvasText}.map-attribution a,dialog a,.accessible-location a{color:LinkText}}
