body:has(.map-page){overflow:hidden;background:var(--bg-secondary)!important}body:has(.map-page),body:has(.map-page) html{background-color:#151d2e!important}body:has(.map-page) header{display:block;position:fixed;top:0;left:320px;right:0;height:64px;z-index:1000;background:#0c1222f2;backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color)}body:has(.map-page) header .logo{display:none}body:has(.map-page) .header-container{justify-content:center;padding:0 24px;max-width:none}body:has(.map-page) .nav{gap:4px}body:has(.map-page) .nav-link{padding:10px 16px;font-size:14px;border-radius:8px}body:has(.map-page) .lang-switcher{position:absolute;right:24px}body:has(.map-page) .mobile-menu-btn{position:absolute;left:24px}body:has(.map-page) footer{display:none}body:has(.map-page) main{padding:0;margin:0;height:100vh;overflow:hidden}.map-page{width:100%;height:100vh;margin:0;padding:0;overflow:hidden;position:relative;background:#151d2e!important}.leaflet-container{font-family:Outfit,Inter,system-ui,-apple-system,sans-serif;background:#151d2e!important;z-index:1!important}.map-container{position:relative;z-index:1}.leaflet-top.leaflet-left{top:80px!important;left:16px!important}.leaflet-control-zoom{border:none!important;box-shadow:0 4px 20px #0006!important;border-radius:12px!important;overflow:hidden;margin:0!important}.leaflet-control-zoom a{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%)!important;color:var(--text-primary)!important;border:none!important;width:36px!important;height:36px!important;line-height:36px!important;font-size:18px!important;font-weight:600!important;transition:all .2s!important}.leaflet-control-zoom a:hover{background:var(--bg-hover)!important;color:var(--accent-primary)!important}.leaflet-control-zoom a:first-child{border-radius:12px 12px 0 0!important}.leaflet-control-zoom a:last-child{border-radius:0 0 12px 12px!important}.leaflet-control-zoom-in,.leaflet-control-zoom-out{border-bottom:1px solid var(--border-color)!important}.leaflet-control-zoom a:last-child{border-bottom:none!important}.leaflet-control-attribution{background:#0c1222cc!important;color:var(--text-muted)!important;font-size:10px!important;padding:4px 8px!important;border-radius:6px 0 0!important;backdrop-filter:blur(8px)}.leaflet-control-attribution a{color:var(--accent-primary)!important}.custom-marker{background:transparent!important;border:none!important}.map-marker{position:relative;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.map-marker-inner{width:24px;height:24px;border-radius:50%;background-color:var(--marker-color);border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px #0000004d,0 0 12px var(--marker-color);display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2;overflow:hidden}.map-marker-inner img{width:16px;height:16px;object-fit:contain;filter:brightness(0) invert(1)}.tower-marker-wrapper{position:relative;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));transition:transform .2s ease,filter .2s ease}.tower-marker-wrapper:hover{transform:scale(1.15);filter:drop-shadow(0 4px 12px rgba(0,0,0,.7))}.tower-marker-icon{width:40px;height:40px;object-fit:contain;filter:none;display:block}.fast-travel-marker-wrapper{position:relative;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));transition:transform .2s ease,filter .2s ease}.fast-travel-marker-wrapper:hover{transform:scale(1.15);filter:drop-shadow(0 4px 12px rgba(0,0,0,.7))}.fast-travel-marker-icon{width:40px;height:40px;object-fit:contain;filter:none;display:block}.sealed-realm-marker-wrapper{position:relative;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));transition:transform .2s ease,filter .2s ease}.sealed-realm-marker-wrapper:hover{transform:scale(1.15);filter:drop-shadow(0 4px 12px rgba(0,0,0,.7))}.sealed-realm-marker-icon{width:40px;height:40px;object-fit:contain;filter:none;display:block}.pal-marker-wrapper{position:relative;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));transition:transform .2s ease,filter .2s ease}.pal-marker-wrapper:hover{transform:scale(1.1);filter:drop-shadow(0 4px 16px rgba(0,0,0,.6))}.pal-marker-circle{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1e293bf2,#0f172af2);border:2px solid rgba(255,255,255,.3);box-shadow:0 2px 8px #0006,0 0 12px #3dd9eb33,inset 0 1px #ffffff1a;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .2s ease;backdrop-filter:blur(4px)}.pal-marker-wrapper:hover .pal-marker-circle{border-color:#3dd9eb99;box-shadow:0 4px 16px #00000080,0 0 20px #3dd9eb4d,inset 0 1px #ffffff26}.pal-marker-icon{width:28px;height:28px;object-fit:contain;filter:none;display:block;transition:transform .2s ease}.pal-marker-wrapper:hover .pal-marker-icon{transform:scale(1.05)}.map-marker:hover .map-marker-inner{transform:scale(1.2);box-shadow:0 4px 12px #0006,0 0 20px var(--marker-color)}.map-marker-pulse{position:absolute;width:100%;height:100%;border-radius:50%;background-color:var(--marker-color);opacity:0;animation:marker-pulse 2s ease-out infinite;z-index:1}@keyframes marker-pulse{0%{transform:scale(.8);opacity:.6}to{transform:scale(2);opacity:0}}.leaflet-popup-content-wrapper{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%)!important;border:1px solid var(--border-color)!important;border-radius:12px!important;box-shadow:0 8px 32px #00000080!important;padding:0!important;overflow:hidden}.leaflet-popup-content{margin:0!important;min-width:200px!important}.leaflet-popup-tip{background:var(--bg-tertiary)!important;border:1px solid var(--border-color)!important;box-shadow:none!important}.leaflet-popup-close-button{color:var(--text-muted)!important;font-size:20px!important;font-weight:400!important;width:28px!important;height:28px!important;padding:4px!important;top:8px!important;right:8px!important;transition:color .2s!important}.leaflet-popup-close-button:hover{color:var(--accent-primary)!important;background:transparent!important}.map-popup{padding:16px}.map-popup-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.map-popup-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.map-popup-title{font-size:14px;font-weight:700;color:var(--text-primary);margin:0 0 4px;line-height:1.3}.map-popup-type{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.map-popup-coords{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--bg-primary);border-radius:8px;font-size:12px}.map-popup-coords span{color:var(--text-muted)}.map-popup-coords code{color:var(--accent-primary);font-family:JetBrains Mono,Fira Code,monospace;font-size:11px;background:var(--bg-tertiary);padding:2px 6px;border-radius:4px}@media(max-width:768px){body:has(.map-page) header{left:0}body:has(.map-page) main{padding-top:64px}body:has(.map-page) .header-container{justify-content:space-between}body:has(.map-page) .nav{display:none}body:has(.map-page) .lang-switcher{position:static;right:auto}.map-page{height:calc(100vh - 64px);height:calc(100dvh - 64px)}.leaflet-top.leaflet-left{top:76px!important;left:12px!important}.leaflet-control-zoom{margin:0!important}.leaflet-control-zoom a{width:32px!important;height:32px!important;line-height:32px!important;font-size:16px!important}}.leaflet-tile,.leaflet-fade-anim .leaflet-tile{transition:opacity .3s ease}.map-container{transition:margin-left .3s ease}@media(max-width:768px){.map-container{margin-left:0!important}}.leaflet-container{cursor:grab!important}.leaflet-container:active,.leaflet-dragging .leaflet-container{cursor:grabbing!important}.leaflet-pane,.leaflet-tile-pane,.leaflet-overlay-pane,.leaflet-marker-pane,.leaflet-popup-pane{pointer-events:auto}.leaflet-map-pane{z-index:2!important}.leaflet-tile-pane{z-index:1!important}.leaflet-overlay-pane{z-index:4!important}.leaflet-marker-pane{z-index:6!important}.leaflet-tooltip-pane{z-index:7!important}.region-tooltip{background:linear-gradient(135deg,#151d2ef2,#0c1222f2)!important;border:1px solid var(--accent-primary)!important;border-radius:8px!important;padding:8px 12px!important;color:var(--text-primary)!important;font-size:14px!important;font-weight:500!important;box-shadow:0 4px 16px #0006,0 0 12px var(--accent-glow)!important;white-space:nowrap!important}.region-tooltip:before{border-right-color:var(--accent-primary)!important}.tower-tooltip{background:linear-gradient(135deg,#0f172afa,#080e1cfa)!important;border:1px solid rgba(61,217,235,.4)!important;border-radius:12px!important;padding:0!important;color:var(--text-primary)!important;box-shadow:0 8px 32px #0009,0 0 24px #3dd9eb33,inset 0 1px #ffffff1a!important;white-space:normal!important;min-width:200px!important;backdrop-filter:blur(10px)}.tower-tooltip:before{border-top-color:#3dd9eb66!important}.tower-tooltip-content{display:flex;flex-direction:column;align-items:center;padding:16px;gap:12px;min-width:200px}.tower-tooltip-name{font-size:16px;font-weight:600;color:var(--text-primary);text-align:center;line-height:1.4;letter-spacing:.3px;text-shadow:0 1px 3px rgba(0,0,0,.6);margin-bottom:4px}.tower-tooltip-boss{width:100%;display:flex;align-items:center;justify-content:center;padding:8px;background:linear-gradient(135deg,#3dd9eb14,#2dd4bf14);border:1px solid rgba(61,217,235,.25);border-radius:8px;box-shadow:0 2px 8px #0000004d,inset 0 1px #ffffff1a;overflow:hidden}.tower-tooltip-boss img{width:100%;height:auto;max-height:200px;object-fit:contain;filter:none;display:block}.leaflet-popup-pane{z-index:8!important}.leaflet-control{z-index:9!important}.leaflet-top,.leaflet-bottom{z-index:500!important}
