.InteractiveMap_pageContainer__vOXBR{width:100%;height:100%;padding:0;display:flex;flex-direction:column}.InteractiveMap_mapTitle__0hA0_{margin-bottom:1rem;text-align:center}.InteractiveMap_mapOuterContainer__wqe7F{position:relative;width:100%;height:calc(100vh - 200px);overflow:auto;border:1px solid #444;border-radius:4px}.InteractiveMap_mapContainer__Cjeyv{position:relative;display:flex;justify-content:center;align-items:center;min-width:200%;min-height:200%;padding:50% 0}.InteractiveMap_mapImageWrapper__l59iw{position:absolute;transform-origin:center;transition:transform .3s ease}.InteractiveMap_mapImage__E7sSZ{display:block;max-width:none;width:auto;height:auto}.InteractiveMap_zoomControls__tZ14M{display:flex;align-items:center;margin-bottom:10px;gap:8px;justify-content:center}.InteractiveMap_zoomButton__VIhcu{background-color:#2c2c2c;color:white;border:1px solid #444;border-radius:4px;padding:8px 12px;font-size:1rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;min-width:40px}.InteractiveMap_zoomButton__VIhcu:hover:not(:disabled){background-color:#444}.InteractiveMap_zoomButton__VIhcu:disabled{opacity:.5;cursor:not-allowed}.InteractiveMap_zoomLevel__WVRNA{margin-left:8px;font-size:.9rem;color:#aaa;min-width:48px;text-align:left}.InteractiveMap_mapPoint__KUe8G{width:28px;height:28px}.InteractiveMap_mapPointIcon__RLpBR,.InteractiveMap_mapPoint__KUe8G{position:absolute;border-radius:50%;background-color:#2196F3;border:2px solid white;box-shadow:0 0 8px rgba(0,0,0,.5);transform:translate(-50%,-50%);cursor:pointer;z-index:10}.InteractiveMap_mapPointIcon__RLpBR{width:66px;height:66px;display:flex;align-items:center;justify-content:center}.InteractiveMap_mapPointIcon__RLpBR:hover,.InteractiveMap_mapPoint__KUe8G:hover{transform:translate(-50%,-50%) scale(1.2)}.InteractiveMap_tooltip__1LQ3_{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.85);color:white;padding:10px 15px;border-radius:6px;width:200px;pointer-events:none;z-index:20}.InteractiveMap_tooltip__1LQ3_ h3{margin:0 0 5px;font-size:1rem;font-weight:700}.InteractiveMap_tooltip__1LQ3_ p{margin:0;font-size:.9rem}.InteractiveMap_tooltip__1LQ3_:after{content:"";position:absolute;top:100%;left:50%;border:8px solid transparent;border-top-color:rgba(0,0,0,.85);transform:translateX(-50%)}