/* The restored geographic overview; no street tiles or external map widgets. */
#geography .logistics-map-panel{background:var(--bg)}
#geography #logistics-map{height:auto;aspect-ratio:1.5;background:var(--bg);color:#eee}
#geography .leaflet-container{background:var(--bg)}
#geography .leaflet-control-attribution{background:#202020;color:#d8d8d8;font-size:10px}
#geography .leaflet-control-attribution a{color:#e5e5e5}
#geography .map-toolbar,#geography .map-actions{background:#191919}
#geography .map-actions button{background:#242424;color:#f1f1f1;border-color:#626262;min-height:44px}
#geography .map-actions button:hover{border-color:var(--orange);color:var(--orange)}
#geography .city-results button:focus-visible{outline:2px solid var(--orange);outline-offset:-3px}
#geography .city-search-row{align-items:stretch}
#geography #destination-city,#geography .city-search-row .button{height:52px;min-height:52px}

/* A quiet technical grid belongs to the page, below geographic land layers. */
#geography #logistics-map{background-color:var(--bg);background-image:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px);background-size:32px 32px}
#geography .country-name{background:none;border:0;pointer-events:none}
#geography .country-name span{position:absolute;left:0;top:0;transform:translate(-50%,-50%);font:400 11px/1.2 var(--font);color:#292929;white-space:nowrap;visibility:hidden}
#geography .route-presets[hidden],#geography .city-results[hidden],#geography #city-search-hint[hidden]{display:none}
#geography #logistics-status:empty{display:none}
@media(max-width:600px){#geography .country-name span{font-size:10px}}
