.residential-layout{display:grid;grid-template-columns:minmax(300px,1fr) minmax(330px,1.2fr);gap:24px;align-items:start}.residential-layout h2{font-size:26px;margin-bottom:20px}.region-picker{margin:20px 0;border:1px solid var(--line);border-radius:10px;padding:12px}.region-picker summary{cursor:pointer;min-height:32px}.state-options{display:grid;grid-template-columns:repeat(4,1fr);max-height:220px;overflow-y:auto;padding-top:15px}.state-options label{display:flex;gap:7px;align-items:center;min-height:36px;margin:0}.state-options input,.residential-layout input[type=checkbox]{accent-color:var(--orange)}#neighborhood-map{margin:16px 0;border-radius:12px;overflow:hidden;background:var(--paper);border:1px solid var(--line)}#neighborhood-map svg{display:block;width:100%;height:auto}.map-basemap path{fill:#eaece3;stroke:#a8aca0;stroke-width:.8}.map-polygons path{fill:#ed573622;stroke:#ad4026;stroke-width:.6}.map-inset-label{font:12px Arial,sans-serif;fill:#62675d}#neighborhood-map circle{fill:#ad4026;stroke:#fffffc;stroke-width:1.5;transform-box:fill-box;transform-origin:center}#neighborhood-map [data-matches=none] circle{fill:#858a80}#area-results .area-card{padding:14px 0;border-bottom:1px solid var(--line)}.area-card p{font-size:12px;color:var(--muted);margin:6px 0}.neighborhood-panel>button{margin-top:18px}.neighborhood-panel .checkbox{margin-top:22px}#residential-form .button{margin-top:16px;width:100%}#run-progress{font-variant-numeric:tabular-nums}.residential-layout label>input:not([type=checkbox]),.residential-layout textarea,.residential-layout select{font-size:16px;min-height:44px}@media(max-width:760px){.residential-layout{grid-template-columns:1fr}.state-options{grid-template-columns:repeat(5,1fr)}.header nav{gap:12px}.header nav a{font-size:11px}.header .brand{font-size:22px}.header .brand-icon{display:none}}@media(prefers-reduced-motion:reduce){#neighborhood-map *{animation:none!important;transition:none!important}}
