.zone-intervention-content{align-items:start;display:grid;gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.map-container{background:var(--surface-2);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);height:500px;overflow:hidden;position:relative}#google-map{border:none;height:100%;width:100%}.leaflet-container{background:var(--surface-2);font-family:var(--font-text);height:100%;width:100%}.leaflet-control-container .leaflet-bottom,.leaflet-control-container .leaflet-top{color:var(--text-1)}.leaflet-bar a,.leaflet-bar a:hover{background:var(--surface-1);border:1px solid var(--separator);color:var(--text-1)}:root[data-theme=dark] .leaflet-bar a,:root[data-theme=dark] .leaflet-bar a:hover{background:var(--surface-3);border-color:var(--separator);color:var(--text-1)}.leaflet-popup-content{color:var(--text-1);margin:8px 12px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--surface-1);color:var(--text-1)}.leaflet-popup-close-button{color:var(--text-2)}.leaflet-control-attribution{background:rgba(0,0,0,.45);color:#fff}:root[data-theme=light] .leaflet-control-attribution{background:hsla(0,0%,100%,.7);color:#000}.map-loader{align-items:center;background:var(--surface-2);display:flex;inset:0;justify-content:center;position:absolute;z-index:500}.spinner{animation:spin 1s linear infinite;border-top:3px solid var(--separator);border:3px solid var(--separator);border-radius:50%;border-top-color:var(--primary);height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.map-loader.hidden{display:none}