/* Sema Map */
.sm-map                 { position: relative; width: 100%; max-width: 100%; background: #ddd; z-index: 0; }
.sm-map__fallback       { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #333; }
.sm-map.leaflet-container .sm-map__fallback { display: none; }
/* Tmavá varianta: OSM dlaždice se invertují, ovládací prvky a popup zůstávají čitelné. */
.sm-map--dark .leaflet-tile-pane { filter: invert(1) hue-rotate(180deg) brightness(.85) contrast(.9) saturate(.6); }
.sm-map--dark           { background: #1c1a18; }
