:root{--Surface-dark:#0f1214;--Text-light:#fff}#map{position:fixed;top:0;bottom:0;width:100%;height:100%}#zoom-controls{position:absolute;bottom:96px;right:48px;display:flex;flex-direction:column;z-index:1}.zoom-button{all:unset;width:32px;height:32px;cursor:pointer;margin-top:8px;backdrop-filter:blur(20px);transition:transform .2s}.zoom-button:hover{background-color:hsla(0,0%,100%,.1)}.zoom-button:active{transform:scale(1.1)}.zoom-button:first-child{margin-top:0;margin-bottom:16px}.mapboxgl-marker{z-index:5}.custom-marker{height:32px;width:32px;display:flex;justify-content:center;align-items:center;position:relative}.custom-marker .cross{transition:transform .3s;transform-origin:center}.custom-marker:before{width:42px;height:42px}.custom-marker:after,.custom-marker:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg) scale(0);border:1px solid #37a137;opacity:0;z-index:-1;transition:transform .3s,opacity .3s}.custom-marker:after{width:56px;height:56px}.custom-marker.hovered:after,.custom-marker.hovered:before,.custom-marker:hover:after,.custom-marker:hover:before{transform:translate(-50%,-50%) rotate(45deg) scale(1);opacity:.48}.custom-marker:active:after,.custom-marker:active:before{transform:translate(-50%,-50%) rotate(45deg) scale(1.2);opacity:.7}.custom-marker-icon{cursor:pointer;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);z-index:2}.custom-marker .active-green{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:32px;height:32px;background-color:transparent;z-index:-1;transition:background-color .3s}.custom-marker .label-container{position:absolute;bottom:0;opacity:0;transform:scaleY(0);transition:opacity .3s,transform .5s}.custom-marker.hovered>.label-container,.custom-marker:hover>.label-container{opacity:1;transform:scaleY(1)}.custom-marker-text{position:absolute;bottom:-78px;left:50%;transform:translateX(-50%);font-size:14px;line-height:1;text-transform:uppercase;color:#fff;white-space:nowrap;z-index:3}@media(max-width:768px){.custom-marker-text{bottom:-90px}}.custom-marker-text-bg{position:absolute;bottom:-74px;left:50%;transform:translateX(-50%);z-index:2;backdrop-filter:blur(20px);clip-path:polygon(7% 0,100% 0,93% 100%,0 100%)}@media(max-width:768px){.custom-marker-text-bg{bottom:-86px}}.custom-marker-text-bg-glow{position:absolute;bottom:-108px;left:50%;transform:translateX(-50%);z-index:1}.custom-marker.active .cross{transform:rotate(45deg)}.custom-marker.active .active-green{background-color:#37a137;z-index:1}.mapboxgl-canvas-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;background:linear-gradient(180deg,transparent 24.75%,rgba(0,0,0,.64)),rgba(0,0,0,.24)}