:root{color-scheme:light;--page:#fff;--surface:#f3f7f8;--surface-hover:#e5f0f2;--input:#fff;--map-bg:#eaf1f3;--control-border:#9aa9b2;--placeholder:#667784;--primary:#147f99;--primary-hover:#0e667d;--button-ink:#fff;--focus-ring:#147f993d;--green:#1a7f37;--green-bg:#dafbe1;--amber:#9a6700;--amber-bg:#fff8c5;--gray:#596c78;--gray-bg:#e6eef0;--ink:#17283b;--muted:#596c78;--line:#d4dfe3;--link:#0f7690;--marker-camping:#2563eb;--marker-camping-ink:#fff;--marker-fuel:#d97706;--marker-fuel-ink:#1f2328;--marker-rest:#15803d;--marker-rest-ink:#fff;--marker-other:#64748b;--marker-other-ink:#fff}:root[data-theme=dark]{color-scheme:dark;--page:#16181a;--surface:#202326;--surface-hover:#2a2e32;--input:#111315;--map-bg:#24282c;--control-border:#6d7782;--placeholder:#8c959f;--primary:#1f6feb;--primary-hover:#58a6ff;--button-ink:#fff;--focus-ring:#58a6ff52;--green:#56d364;--green-bg:#17391f;--amber:#f2cc60;--amber-bg:#332d16;--gray:#adb5bd;--gray-bg:#2a2e32;--ink:#f0f3f6;--muted:#adb5bd;--line:#3d444d;--link:#79b8ff;--marker-camping:#58a6ff;--marker-camping-ink:#111315;--marker-fuel:#f0a44b;--marker-fuel-ink:#111315;--marker-rest:#56d364;--marker-rest-ink:#111315;--marker-other:#9aa4ae;--marker-other-ink:#111315}*{box-sizing:border-box}body{color:var(--ink);background:var(--page);margin:0;font:16px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.container{max-width:1080px;margin:0 auto;padding:0 16px}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:1100;border-bottom:1px solid var(--line);background:var(--page);position:relative}.header-inner{grid-template-columns:max-content minmax(240px,400px) max-content;justify-content:space-between;align-items:center;gap:20px;padding:12px 16px;display:grid}.header-inner-simple{grid-template-columns:max-content max-content}.site-logo{min-width:0;color:var(--ink);align-items:center;gap:8px;font-size:1.1rem;font-weight:800;display:inline-flex}.site-logo:hover{color:var(--primary);text-decoration:none}.brand-mark{object-fit:contain;flex:none;width:36px;height:36px;display:block}.header-actions{justify-content:flex-end;align-items:center;gap:14px;display:flex}.site-nav{flex-wrap:wrap;justify-content:flex-end;gap:8px 20px;display:flex}.site-nav a{color:var(--ink);font-size:.93rem;font-weight:600}.theme-switch{min-height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:7px;padding:0;font-size:.82rem;display:inline-flex}.theme-switch-track{border:1px solid var(--control-border);background:var(--input);border-radius:11px;width:38px;height:22px;transition:border-color .15s,background-color .15s;position:relative}.theme-switch-thumb{background:var(--muted);border-radius:50%;width:14px;height:14px;transition:transform .15s,background-color .15s;position:absolute;top:3px;left:3px}:root[data-theme=dark] .theme-switch-track{border-color:var(--primary);background:var(--primary)}:root[data-theme=dark] .theme-switch-thumb{background:var(--page);transform:translate(16px)}.theme-switch:hover .theme-switch-track{border-color:var(--link)}.theme-switch:focus-visible{outline:2px solid var(--link);outline-offset:3px;border-radius:3px}.site-search{width:100%;min-width:0;display:flex}.site-search-field{flex:auto;min-width:0;position:relative}.search-input{border:1px solid var(--control-border);width:100%;min-width:0;height:40px;color:var(--ink);background:var(--input);border-right:0;border-radius:6px 0 0 6px;padding:7px 11px}.search-input::placeholder{color:var(--placeholder)}.search-input:focus{z-index:1;border-color:var(--link);outline:2px solid var(--focus-ring);outline-offset:0;position:relative}.search-submit{border:1px solid var(--primary);min-width:72px;height:40px;color:var(--button-ink);background:var(--primary);cursor:pointer;border-radius:0 6px 6px 0;flex:none;padding:7px 13px;font-weight:600}.search-submit:hover{background:var(--primary-hover)}.search-submit:focus-visible,.search-more:focus-visible{outline:2px solid var(--link);outline-offset:2px}.search-suggestions{z-index:1000;border:1px solid var(--line);background:var(--surface);border-radius:6px;max-height:min(420px,60vh);margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 24px #0003}.search-suggestions[hidden]{display:none}.search-suggestion-link{min-height:58px;color:var(--ink);border-radius:4px;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:7px 9px;display:grid}.search-suggestion-link:hover,.search-suggestion-link[aria-selected=true]{background:var(--surface-hover);text-decoration:none}.search-suggestion-link:focus-visible{outline:2px solid var(--link);outline-offset:-2px}.search-suggestion-icon{width:28px;height:28px;color:var(--link);place-items:center;display:grid}.search-suggestion-copy{min-width:0;display:grid}.search-suggestion-title{text-overflow:ellipsis;white-space:nowrap;font-weight:600;line-height:1.3;overflow:hidden}.search-suggestion-meta{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;line-height:1.35;overflow:hidden}.search-suggestion-arrow{color:var(--muted);place-items:center;display:grid}.search-suggestion-svg{width:18px;height:18px}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:var(--surface);margin-top:48px;font-size:.9rem}.site-footer .container{padding-left:16px;padding-right:16px}.footer-grid{grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(0,1fr));gap:28px 26px;padding-top:28px;padding-bottom:24px;display:grid}.footer-summary{max-width:440px}.footer-logo{color:var(--ink);align-items:center;gap:7px;font-size:1rem;font-weight:700;display:inline-flex}.footer-logo-mark{width:24px;height:30px}.footer-summary p{margin:8px 0}.footer-grid nav{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.footer-grid h2{color:var(--ink);margin:0 0 4px;font-size:.9rem}.footer-grid a{color:var(--muted)}.footer-bottom{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;gap:6px 24px;padding-top:14px;padding-bottom:20px;display:flex}.footer-bottom p{margin:0}.breadcrumbs ol{color:var(--muted);flex-wrap:wrap;gap:6px;margin:0;padding:12px 0 0;font-size:.9rem;list-style:none;display:flex}.breadcrumbs li+li:before{color:var(--line);content:"/";margin-right:6px}.home-hero-band{background:#edf5f7;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}:root[data-theme=dark] .home-hero-band{background:#1b292d}.home-hero-inner{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);align-items:center;gap:64px;max-width:1080px;min-height:540px;margin:0 auto;padding:58px 16px 64px;display:grid}.home-hero-copy{min-width:0}.home-eyebrow{color:var(--link);letter-spacing:0;text-transform:uppercase;margin:0 0 10px;font-size:.84rem;font-weight:800}.home-hero-copy h1{letter-spacing:0;max-width:590px;margin:0 0 18px;font-size:3.2rem;line-height:1.06}.home-hero-sub{max-width:560px;color:var(--muted);margin:0 0 24px;font-size:1.08rem}.home-hero-copy .site-search-page{max-width:540px;margin-bottom:12px}.home-hero-copy .search-input,.home-hero-copy .search-submit{height:50px}.home-hero-copy .search-input{border-color:var(--line);box-shadow:0 4px 14px #17283b12}.home-location-link{font-size:.92rem;font-weight:700;display:inline-block}.home-hero-image{aspect-ratio:16/9;object-fit:cover;border-radius:8px;width:100%;height:auto;display:block;box-shadow:0 14px 30px #17283b26}.tonight-callout{color:var(--ink);background:#f6fbfc;border:1px solid #a9d3dc;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;margin:38px 0 24px;padding:20px 22px;display:flex}:root[data-theme=dark] .tonight-callout{border-color:var(--line);background:var(--surface)}.tonight-callout:hover{border-color:var(--primary);text-decoration:none}.tonight-callout>span:first-child{gap:2px;display:grid}.tonight-callout small{color:var(--muted);font-size:.9rem}.tonight-callout-action{color:var(--link);flex:none;font-size:.9rem;font-weight:700}.home-steps{padding:66px 0 34px}.home-section-heading{text-align:center;max-width:680px;margin:0 auto 26px}.home-section-heading h2,.home-tools h2{margin:0;font-size:1.65rem}.home-section-heading>p:last-child{color:var(--muted);margin:8px 0 0}.home-section-heading-left{text-align:left;margin-left:0;margin-right:0}.home-step-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin:0;padding:0;list-style:none;display:grid}.home-step-grid li{border:1px solid var(--line);background:var(--page);border-radius:8px;min-width:0;padding:24px}.home-step-number{width:34px;height:34px;color:var(--button-ink);background:var(--primary);border-radius:50%;place-items:center;font-weight:800;display:grid}.home-step-grid h3{margin:18px 0 6px;font-size:1.08rem}.home-step-grid p{color:var(--muted);margin:0;font-size:.94rem}.home-tools{grid-template-columns:minmax(230px,.65fr) minmax(0,1.35fr);align-items:center;gap:34px;margin:50px 0 66px;display:grid}.workflow-links{border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(3,1fr);margin:0;display:grid}.workflow-links a{border-right:1px solid var(--line);min-width:0;min-height:96px;color:var(--ink);flex-direction:column;justify-content:center;padding:18px 16px;display:flex}.workflow-links a:last-child{border-right:0}.workflow-links a:hover{background:var(--surface);text-decoration:none}.workflow-links strong{color:var(--link);font-size:.96rem}.workflow-links span{color:var(--muted);margin-top:3px;font-size:.84rem}.home-states{background:var(--surface);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:62px max(16px,50vw - 524px) 68px}.home-state-grid{columns:auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 28px;margin-top:22px;display:grid}.home-state-grid li{border-bottom:1px solid var(--line);min-width:0;padding:8px 0}.home-state-grid a{overflow-wrap:anywhere;font-weight:600}.home-featured-badge{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;padding-top:48px;display:flex}.home-featured-badge a,.home-featured-badge img{display:block}.home-featured-badge-fit{object-fit:contain}h1{margin:20px 0 6px;font-size:1.9rem}h2{margin:32px 0 12px;font-size:1.3rem}h3{margin:14px 0 4px;font-size:1.05rem}.lead{color:var(--muted);margin-top:4px}.count{color:var(--muted);font-size:.85em;font-weight:400}.state-grid{columns:4 220px;margin:12px 0;padding:0;list-style:none}.state-grid li{break-inside:avoid;justify-content:space-between;gap:8px;padding:5px 0;display:flex}.county-filter{justify-content:space-between;align-items:center;gap:12px 24px;margin:10px 0 4px;display:flex}.county-filter input{border:1px solid var(--control-border);width:min(100%,320px);height:40px;color:var(--ink);background:var(--input);border-radius:6px;padding:7px 10px}.county-filter input::placeholder{color:var(--placeholder)}.county-filter input:focus{border-color:var(--link);outline:2px solid var(--focus-ring);outline-offset:0}.county-filter-status{min-width:132px;color:var(--muted);text-align:right;flex:none;margin:0;font-size:.9rem}.county-list{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:0 30px;margin:12px 0;padding:0;list-style:none;display:grid}.county-list li{justify-content:space-between;gap:8px;min-width:0;padding:5px 0;display:flex}.county-list li[hidden]{display:none}.county-list a{overflow-wrap:anywhere;min-width:0}.city-list{columns:3 200px;padding:0;list-style:none}.city-list li{break-inside:avoid;justify-content:space-between;gap:8px;padding:4px 0;display:flex}.muted{color:var(--muted);font-size:.9em}.station-actions{flex-wrap:wrap;gap:8px;margin:16px 0 12px;display:flex}.station-actions a{border:1px solid var(--line);border-radius:6px;justify-content:center;align-items:center;min-height:40px;padding:8px 16px;font-weight:600;display:inline-flex}.station-actions a:hover{border-color:var(--link);text-decoration:none}.station-actions .action-primary{border-color:var(--primary);color:var(--button-ink);background:var(--primary)}.verification-note{border-left:3px solid var(--line);max-width:720px;color:var(--muted);background:var(--surface);margin:0 0 18px;padding:10px 12px}.station-table{border-collapse:collapse;width:100%;margin:12px 0;font-size:.95rem}.station-table th,.station-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:8px 10px}.station-table th{background:var(--surface);font-weight:600}.station-table tbody tr:hover{background:var(--surface)}.station-table-full{min-width:760px}.table-scroll{border-bottom:1px solid var(--line);max-width:100%;overflow-x:auto}.table-scroll .station-table{margin-bottom:0}.map{border:1px solid var(--line);background:var(--map-bg);border-radius:8px;height:320px;margin:16px 0}.map-large{height:440px}.map-station{flex:1;min-width:280px;height:300px;margin:0}.map-panel{margin:16px 0}.map-panel .map{margin:0}.map-filters{border:0;flex-wrap:wrap;gap:8px 18px;min-height:32px;margin:0 0 10px;padding:0;display:flex}.map-filter{min-height:32px;color:var(--ink);white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-size:.9rem;display:inline-flex}.map-filter input{width:16px;height:16px;margin:0}.map-filter-camping input{accent-color:var(--marker-camping)}.map-filter-fuel input{accent-color:var(--marker-fuel)}.map-filter-rest input{accent-color:var(--marker-rest)}.map-filter-other input{accent-color:var(--marker-other)}.map-key{width:22px;height:22px;color:var(--marker-other-ink);background:var(--marker-other);border-radius:4px;flex:none;place-items:center;display:inline-grid}.map-key-camping{color:var(--marker-camping-ink);background:var(--marker-camping)}.map-key-fuel{color:var(--marker-fuel-ink);background:var(--marker-fuel)}.map-key-rest{color:var(--marker-rest-ink);background:var(--marker-rest)}.map-key-other{color:var(--marker-other-ink);background:var(--marker-other)}.map-key .map-symbol-icon{width:14px;height:14px}.map-filter-count{color:var(--muted);font-variant-numeric:tabular-nums}.map-marker-icon{background:0 0;border:0}.map-pin{width:28px;height:28px;color:var(--marker-other-ink);background:var(--marker-other);border:2px solid #fff;border-radius:50% 50% 50% 0;place-items:center;margin:3px 4px 11px;display:grid;position:relative;transform:rotate(-45deg);box-shadow:0 2px 5px #00000059}.map-pin .map-symbol-icon{width:15px;height:15px;transform:rotate(45deg)}.map-pin-camping,.map-pin-overview{color:var(--marker-camping-ink);background:var(--marker-camping)}.map-pin-fuel{color:var(--marker-fuel-ink);background:var(--marker-fuel)}.map-pin-rest{color:var(--marker-rest-ink);background:var(--marker-rest)}.map-pin-other{color:var(--marker-other-ink);background:var(--marker-other)}.leaflet-marker-icon.map-cluster{font-variant-numeric:tabular-nums;text-align:center;background:0 0;border:0;border-radius:50%;place-items:center;font-size:.78rem;font-weight:700;line-height:1;display:grid}.map-cluster-ring{background:var(--cluster-ring);border:2px solid #fff;border-radius:50%;width:100%;height:100%;padding:4px;display:grid;box-shadow:0 0 0 4px #3341552e,0 2px 5px #00000040}.map-cluster-count{width:100%;height:100%;color:var(--ink);background:var(--surface);border-radius:50%;place-items:center;line-height:1;display:grid}.map-cluster-small{width:36px;height:36px}.map-cluster-medium{width:42px;height:42px}.map-cluster-large{width:48px;height:48px}.map-popup{min-width:190px}.map-popup-name{color:var(--ink);font-size:.98rem;line-height:1.3;display:block}.map-popup-meta{color:var(--muted);margin:5px 0 9px;font-size:.85rem}.map-popup-actions{gap:12px;font-weight:600;display:flex}:root[data-theme=dark] .leaflet-tile-pane{filter:brightness(.68)contrast(1.18)saturate(.72)}:root[data-theme=dark] .leaflet-container{color:var(--ink);background:var(--map-bg)}:root[data-theme=dark] .leaflet-popup-content-wrapper,:root[data-theme=dark] .leaflet-popup-tip,:root[data-theme=dark] .leaflet-control-zoom a{color:var(--ink);background:var(--surface)}:root[data-theme=dark] .leaflet-control-zoom a{border-bottom-color:var(--line)}:root[data-theme=dark] .leaflet-control-attribution{color:var(--muted);background:#16181ad1}:root[data-theme=dark] .leaflet-control-attribution a{color:var(--link)}.station-layout{flex-wrap:wrap;gap:24px;margin:16px 0;display:flex}.station-details{flex:1;min-width:280px}.detail-list{grid-template-columns:120px 1fr;gap:6px 16px;margin:0;display:grid}.detail-list dt{color:var(--muted);font-weight:600}.detail-list dd{overflow-wrap:anywhere;margin:0}.copy-block{max-width:760px;margin:30px 0}.search-page{max-width:780px;margin:0 auto;padding-bottom:12px}.search-page-header{padding:26px 0 18px}.search-page-header h1{margin:0 0 6px}.site-search-page{max-width:680px;margin:4px 0 26px}.site-search-page .search-input,.site-search-page .search-submit{height:46px}.site-search-page .search-input{padding-left:13px;padding-right:13px}.site-search-page .search-submit{min-width:86px}.search-results{max-width:680px;min-height:220px}.search-status{min-height:25px;color:var(--muted);margin:0 0 8px}.search-result-list{margin:0;padding:0;list-style:none}.search-result-item{border-bottom:1px solid var(--line);padding:14px 0 15px}.search-result-title{margin:0 0 3px;font-size:1.05rem}.search-result-meta,.search-result-address{color:var(--muted);margin:2px 0;font-size:.92rem}.search-result-address{color:var(--ink)}.search-more{border:1px solid var(--line);min-height:40px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:6px;margin-top:18px;padding:7px 14px;font-weight:600}.search-more:hover{border-color:var(--control-border);background:var(--gray-bg)}.search-more:disabled{cursor:wait;opacity:.65}.nearby-page{max-width:900px;margin:0 auto;padding-bottom:12px}.nearby-hero{padding:28px 0 18px}.nearby-hero h1{margin:0 0 8px}.nearby-hero .lead{max-width:720px;font-size:1.08rem}.nearby-tool{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin:8px 0 34px;padding:20px}.nearby-location-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.nearby-location-row h2{margin:0 0 4px}.nearby-location-status{max-width:570px;min-height:24px;color:var(--muted);margin:0}.nearby-locate{border:1px solid var(--primary);min-height:42px;color:var(--button-ink);background:var(--primary);cursor:pointer;border-radius:6px;flex:none;padding:8px 16px;font-weight:600}.nearby-locate:hover{background:var(--primary-hover)}.nearby-locate:disabled{cursor:wait;opacity:.7}.nearby-locate:focus-visible,.nearby-more:focus-visible{outline:2px solid var(--link);outline-offset:2px}.nearby-controls{border-top:1px solid var(--line);grid-template-columns:minmax(260px,.8fr) minmax(380px,1.2fr);gap:18px 30px;margin-top:18px;padding-top:18px;display:grid}.nearby-controls-wide{grid-template-columns:minmax(240px,.85fr) minmax(310px,1.15fr)}.nearby-fieldset{border:0;min-width:0;margin:0;padding:0}.nearby-fieldset legend{color:var(--ink);margin-bottom:8px;font-size:.9rem;font-weight:600}.nearby-segments{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.nearby-segments label{cursor:pointer;min-width:0}.nearby-segments input{opacity:0;pointer-events:none;position:absolute}.nearby-segments span{border:1px solid var(--line);min-height:38px;color:var(--ink);background:var(--input);white-space:nowrap;border-radius:6px;place-items:center;padding:6px 8px;font-size:.9rem;font-weight:600;display:grid}.nearby-segments input:checked+span{border-color:var(--primary);color:var(--button-ink);background:var(--primary)}.nearby-segments input:focus-visible+span{outline:2px solid var(--link);outline-offset:2px}.nearby-types{flex-wrap:wrap;align-content:start;gap:8px 18px;display:flex}.nearby-types legend{width:100%}.nearby-types label{cursor:pointer;align-items:center;gap:6px;min-height:38px;font-size:.9rem;display:inline-flex}.nearby-types input{width:17px;height:17px;accent-color:var(--link);margin:0}.nearby-attributes{border-top:1px solid var(--line);flex-wrap:wrap;grid-column:1/-1;gap:8px 18px;padding-top:14px;display:flex}.nearby-attributes legend{width:100%}.nearby-attributes label{cursor:pointer;align-items:center;gap:6px;min-height:34px;font-size:.9rem;display:inline-flex}.nearby-attributes input{width:17px;height:17px;accent-color:var(--link);margin:0}.nearby-fallback{color:var(--muted);margin:14px 0 0;font-size:.9rem}.nearby-results{margin:0 0 40px}.nearby-results-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 20px;margin-bottom:12px;display:flex}.nearby-results-header h2{margin:0}.nearby-result-status{color:var(--muted);margin:0}.nearby-map{border:1px solid var(--line);background:var(--map-bg);border-radius:8px;width:100%;height:420px;margin:16px 0 22px}.nearby-result-list{margin:0;padding:0;list-style:none}.nearby-result-item{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding:16px 0;display:flex}.nearby-result-content{min-width:0}.nearby-result-item h3{margin:0 0 3px}.nearby-result-meta,.nearby-result-features{color:var(--muted);margin:2px 0;font-size:.92rem}.nearby-result-address{color:var(--ink);overflow-wrap:anywhere;margin:2px 0;font-size:.92rem}.nearby-result-features{color:var(--ink)}.nearby-result-actions{flex-wrap:wrap;gap:8px 18px;margin-top:7px;font-size:.92rem;font-weight:600;display:flex}.nearby-result-distance{color:var(--ink);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-weight:700}.nearby-more{border:1px solid var(--line);min-height:40px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:6px;margin-top:18px;padding:7px 14px;font-weight:600}.nearby-more:hover{border-color:var(--control-border);background:var(--gray-bg)}.nearby-copy{max-width:720px;margin:34px 0}.nearby-copy h2{margin-bottom:8px}.nearby-copy p{margin:8px 0}.overnight-warning{border-left-color:var(--amber);background:var(--amber-bg);max-width:none;margin-top:0}.directory-page-header{padding:28px 0 18px}.directory-page-header h1{margin:0 0 8px}.directory-page-header .lead{max-width:760px;font-size:1.08rem}.route-submit,.station-report-actions button{border:1px solid var(--primary);min-height:42px;color:var(--button-ink);background:var(--primary);cursor:pointer;border-radius:6px;padding:8px 16px;font-weight:600}.route-submit:hover,.station-report-actions button:hover{background:var(--primary-hover)}.route-submit:disabled,.station-report-actions button:disabled{cursor:wait;opacity:.65}.route-page{max-width:940px;margin:0 auto;padding-bottom:12px}.route-form{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin:6px 0 34px;padding:20px}.route-input-grid{grid-template-columns:minmax(0,1fr) max-content minmax(0,1fr) max-content;align-items:end;gap:12px;display:grid}.route-input-grid label{min-width:0;color:var(--ink);gap:6px;font-size:.9rem;font-weight:600;display:grid}.route-input-grid input{border:1px solid var(--control-border);width:100%;min-width:0;height:42px;color:var(--ink);background:var(--input);border-radius:6px;padding:7px 10px;font-weight:400}.route-input-grid input:focus,.station-report textarea:focus{border-color:var(--link);outline:2px solid var(--focus-ring);outline-offset:0}.route-use-location{border:1px solid var(--control-border);min-height:42px;color:var(--ink);background:var(--input);cursor:pointer;white-space:nowrap;border-radius:6px;padding:8px 12px;font-weight:600}.route-use-location:hover{border-color:var(--link)}.route-use-location:disabled{cursor:wait;opacity:.65}.route-status{min-height:25px;color:var(--muted);margin:14px 0 0}.route-results{margin:0 0 38px}.route-results-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:5px 20px;margin-bottom:12px;display:flex}.route-results-header h2{margin:0}.route-summary{max-width:620px;color:var(--muted);margin:0}.route-result-controls{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:minmax(240px,.7fr) minmax(400px,1.3fr);gap:20px 32px;margin:14px 0;padding:14px 0;display:grid}.nearby-segments-three{grid-template-columns:repeat(3,1fr)}.route-type-filters{border:0;flex-wrap:wrap;align-content:start;gap:5px 18px;min-width:0;margin:0;padding:0;display:flex}.route-type-filters legend{width:100%;margin-bottom:3px;font-size:.9rem;font-weight:600}.route-type-filters label{cursor:pointer;align-items:center;gap:6px;min-height:30px;font-size:.88rem;display:inline-flex}.route-type-filters input{width:16px;height:16px;accent-color:var(--link);margin:0}.route-map{border:1px solid var(--line);background:var(--map-bg);width:100%;height:460px;margin:16px 0 22px}.route-result-distance{text-align:right;white-space:normal;max-width:130px}.route-copy{max-width:760px;margin:34px 0}.route-copy h2{margin-bottom:8px}.route-copy p{margin:8px 0}.station-report{border:1px solid var(--line);background:var(--surface);border-radius:8px;max-width:780px;margin:34px 0;padding:20px}.station-report-heading h2{margin:0 0 5px}.station-report-heading p{color:var(--muted);margin:0 0 16px}.station-report-form fieldset{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:0 0 16px;padding:0;display:grid}.station-report-form legend{margin-bottom:8px;font-weight:600}.station-report-form fieldset label{cursor:pointer;align-items:center;gap:7px;min-height:32px;display:inline-flex}.station-report-form fieldset input{width:17px;height:17px;accent-color:var(--link);margin:0}.station-report-details{gap:6px;font-weight:600;display:grid}.station-report-details textarea{resize:vertical;border:1px solid var(--control-border);width:100%;max-width:680px;min-height:96px;color:var(--ink);background:var(--input);border-radius:6px;padding:8px 10px;font-weight:400}.report-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.station-report-actions{flex-wrap:wrap;align-items:center;gap:10px 16px;margin-top:14px;display:flex}.station-report-status{min-height:24px;color:var(--muted);margin:0}.station-report-fallback{color:var(--muted);margin:12px 0 0;font-size:.9rem}.city-summary{max-width:780px;margin:28px 0}.city-summary h2{margin-bottom:8px}.city-summary p{margin:8px 0}.city-types,.city-faq{max-width:780px;margin:32px 0}.type-count-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin:0;padding:0;list-style:none;display:grid}.type-count-list li{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding:8px 0;display:flex}.type-count-list strong{font-variant-numeric:tabular-nums}.faq-entry{border-top:1px solid var(--line);padding:14px 0}.faq-entry:last-child{border-bottom:1px solid var(--line)}.faq-entry h3{margin:0 0 5px}.faq-entry p{color:var(--muted);margin:0}.city-correction-note{margin-top:32px}.eyebrow{color:var(--link);letter-spacing:0;text-transform:uppercase;margin:0 0 10px;font-size:.84rem;font-weight:800}.faq-index{max-width:860px;margin:0 auto;padding-bottom:24px}.faq-index-header{border-bottom:1px solid var(--line);max-width:780px;padding:26px 0 22px}.faq-index-header h1{margin:0 0 10px}.faq-index-header .lead{max-width:720px}.faq-index-list{border-top:1px solid var(--line);gap:0;margin:28px 0 36px;padding:0;list-style:none;display:grid}.faq-index-item{border-bottom:1px solid var(--line);padding:17px 0}.faq-index-item h2{margin:0 0 6px;font-size:1.1rem}.faq-index-item p{max-width:720px;color:var(--muted);margin:0}.faq-index-next{max-width:720px;padding:20px 0 0}.faq-index-next h2{margin:0 0 8px}.faq-index-next p{margin:8px 0}.faq-page{max-width:780px;margin:0 auto;padding-bottom:24px}.faq-page-header{border-bottom:1px solid var(--line);padding:26px 0 22px}.faq-page-header h1{max-width:760px;margin:0 0 10px}.faq-page-header .lead{max-width:700px}.faq-answer,.faq-details,.faq-related{max-width:720px;margin:30px 0}.faq-answer h2,.faq-details h2,.faq-related h2{margin:0 0 10px}.faq-answer p{margin:0}.faq-details ul,.faq-related ul{margin:0;padding-left:24px}.faq-details li,.faq-related li{margin:7px 0;padding-left:3px}.trust-page{max-width:780px;margin:0 auto}.trust-header{border-bottom:1px solid var(--line);padding:26px 0 22px}.trust-header h1{max-width:720px;margin:0 0 10px}.trust-lead{max-width:680px;color:var(--muted);margin:0;font-size:1.08rem}.trust-date{color:var(--muted);margin:14px 0 0;font-size:.88rem}.trust-content{max-width:720px;padding-bottom:8px}.trust-content section{margin:30px 0}.trust-content h2{margin:0 0 10px}.trust-content h3{margin-top:22px}.trust-content p{margin:10px 0}.trust-content li{margin:5px 0;padding-left:3px}.trust-content ul,.trust-content ol{padding-left:24px}.contact-email{color:var(--ink);overflow-wrap:anywhere;font-size:1.08rem;font-weight:700}.text-action{font-weight:600}.sitemap-page{max-width:960px;margin:0 auto;padding-bottom:24px}.sitemap-header{border-bottom:1px solid var(--line);padding:26px 0 22px}.sitemap-header h1{margin:0 0 10px}.sitemap-section{margin:32px 0}.sitemap-section>h2{margin:0 0 12px}.sitemap-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 28px;margin:0;padding:0;list-style:none;display:grid}.sitemap-links li{border-bottom:1px solid var(--line);min-width:0;padding:8px 0}.sitemap-links a{overflow-wrap:anywhere}.sitemap-links-wide{grid-template-columns:repeat(4,minmax(0,1fr))}.sitemap-count{color:var(--muted);margin-left:6px;font-size:.82rem;font-weight:400}.sitemap-directory{gap:0;display:grid}.sitemap-directory>h2{margin-bottom:12px}.sitemap-state{border-top:1px solid var(--line)}.sitemap-state:last-child{border-bottom:1px solid var(--line)}.sitemap-state summary{color:var(--ink);cursor:pointer;justify-content:space-between;align-items:baseline;gap:16px;padding:13px 0;font-size:1.08rem;font-weight:700;list-style-position:inside;display:flex}.sitemap-state summary:hover{color:var(--link)}.sitemap-state summary:focus-visible{outline:2px solid var(--link);outline-offset:3px}.sitemap-state-body{padding:0 0 24px 24px}.sitemap-directory-link{margin:0 0 18px;font-weight:600}.sitemap-subsection{margin-top:14px}.sitemap-subsection h3{color:var(--muted);text-transform:uppercase;margin:0 0 3px;font-size:.82rem;font-weight:700}@media (width<=860px){.header-inner{grid-template-columns:minmax(150px,1fr) max-content;gap:10px 16px}.site-search-header{grid-area:2/1/auto/-1;max-width:none}.nearby-controls{grid-template-columns:1fr}.nearby-attributes{grid-column:auto}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-summary{grid-column:1/-1}.route-result-controls{grid-template-columns:1fr}.route-input-grid{grid-template-columns:minmax(0,1fr) max-content}.route-submit{grid-column:2}.home-hero-inner{grid-template-columns:1fr 1fr;gap:34px;min-height:480px}.home-hero-copy h1{font-size:2.5rem}.home-tools{grid-template-columns:1fr;gap:20px}.home-state-grid,.sitemap-links-wide{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.header-inner{align-items:start;gap:10px 12px}.site-nav{gap:4px 14px;max-width:160px}.site-nav a:first-child{width:100%}.home-hero-inner{grid-template-columns:1fr;gap:30px;min-height:0;padding-top:38px;padding-bottom:42px}.home-hero-copy h1{font-size:2.25rem}.home-hero-image{max-height:330px}.tonight-callout{flex-direction:column;align-items:flex-start;gap:12px;margin-top:24px}.home-steps{padding-top:52px}.home-step-grid{grid-template-columns:1fr;gap:12px}.home-step-grid li{padding:20px}.home-tools{margin:44px 0 54px}.home-state-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}h1{font-size:1.5rem}.station-table{font-size:.85rem}.station-table th,.station-table td{padding:6px}.map-large{height:320px}.map-filters{gap:4px 14px}.map-filter{font-size:.82rem}.footer-grid{gap:24px}.workflow-links{grid-template-columns:1fr}.workflow-links a{border-right:0;border-bottom:1px solid var(--line);min-height:78px}.workflow-links a:last-child{border-bottom:0}.county-filter{flex-direction:column;align-items:stretch;gap:6px}.county-filter input{width:100%}.county-filter-status{text-align:left;min-width:0}.search-page-header,.nearby-hero{padding-top:22px}.nearby-tool{padding:16px}.nearby-location-row{flex-direction:column;align-items:stretch;gap:14px}.nearby-locate{width:100%}.nearby-map{height:330px}.nearby-result-item{gap:12px}.route-form{padding:16px}.route-input-grid{grid-template-columns:1fr}.route-use-location,.route-submit{grid-column:auto;width:100%}.route-map{height:350px}.station-report{padding:16px}.station-report-form fieldset,.type-count-list{grid-template-columns:1fr}.sitemap-links,.sitemap-links-wide{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.sitemap-state-body{padding-left:14px}}@media (width<=420px){.footer-grid{grid-template-columns:1fr}.footer-summary{grid-column:auto}.sitemap-links,.sitemap-links-wide{grid-template-columns:1fr}.nearby-result-item{flex-direction:column}.nearby-result-distance{order:-1}.home-state-grid{grid-template-columns:1fr}}@media (width<=360px){.theme-switch{gap:0}.theme-switch-text{display:none}.nearby-segments{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.header-inner{grid-template-columns:1fr}.site-logo{grid-row:1}.header-actions{grid-row:2;justify-content:space-between;width:100%}.site-nav{justify-content:flex-start;max-width:none}.site-nav a:first-child{width:auto}.site-search-header{grid-row:3}}@media (prefers-reduced-motion:reduce){.theme-switch-track,.theme-switch-thumb{transition:none}}
