*,*::before,*::after{box-sizing:border-box}html,body{margin:0;height:100%;background:#1b1b1b;font-family:'Inter',sans-serif;font-size:14px;color:#fff;overflow:hidden}.leaflet-control-attribution{display:none!important}#map{width:100%;height:100%}.map-tooltip{position:fixed;z-index:10000;max-width:280px;pointer-events:auto;background:rgb(35 35 35 / .95);border:1px solid rgb(255 255 255 / .1);border-radius:12px;padding:10px;box-shadow:0 15px 40px rgb(0 0 0 / .6);backdrop-filter:blur(8px);transform:translate(-50%,calc(-100% - 16px))}.map-tooltip.hidden{display:none}.map-tooltip-arrow{position:absolute;bottom:-6px;left:50%;width:12px;height:12px;transform:translateX(-50%) rotate(45deg);background:rgb(35 35 35 / .95);border-right:1px solid rgb(255 255 255 / .1);border-bottom:1px solid rgb(255 255 255 / .1)}.measure-label{background:transparent!important;border:none!important}.map-tool-btn{position:absolute;right:10px;z-index:2000;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#262626;border:1px solid #444;border-radius:12px;cursor:pointer;transition:all 0.2s ease}.map-tool-btn:hover{background:#303030}.map-tool-btn.active{background:rgb(0 200 255 / .2);border-color:#00c8ff}.map-tool-btn svg{width:20px;height:20px;fill:#ccc;transition:fill 0.2s ease}.map-tool-btn.active svg{fill:#00c8ff}#measureToggle{bottom:110px}#highlightToggle{bottom:60px}#clusterToggle{bottom:10px}.top-right-controls{position:absolute;top:10px;right:10px;z-index:2000;display:flex;gap:10px;align-items:flex-start}.language-switcher,.external-links-switcher{position:relative;background:#262626;border:1px solid #444;border-radius:8px;padding:6px 10px;height:34px;display:flex;align-items:center}.switcher-button,#currentLangButton{display:flex;align-items:center;gap:8px;cursor:pointer;background:#fff0}.switcher-arrow,#langArrow{transition:transform 0.2s ease;margin-left:4px;font-size:10px}.lang-dropdown{position:absolute;top:100%;right:0;min-width:100%;width:max-content;display:none;flex-direction:column;transform:translateY(8px);background:#262626;border:1px solid #444;border-radius:6px;z-index:3000}.lang-dropdown::before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.language-switcher:hover .lang-dropdown,.external-links-switcher:hover .lang-dropdown{display:flex}.lang-dropdown.hidden-momentary{display:none!important}.lang-option,.external-link{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff0;border:none;color:#fff;cursor:pointer;width:100%;text-align:left;text-decoration:none;font-size:14px;transition:background 0.2s;white-space:nowrap}.lang-option:hover{background:rgb(255 255 255 / .1)}.lang-option img{width:18px;height:18px;object-fit:contain;border-radius:2px}.language-switcher:hover #langArrow,.external-links-switcher:hover .switcher-arrow{transform:rotate(180deg)}.layers-panel-wrapper{position:absolute;top:0;left:0;z-index:1000;max-width:25%;pointer-events:none}.layers-panel{pointer-events:auto;margin:10px;background:#262626;border:1px solid #444;border-radius:10px;padding:10px;box-shadow:0 0 20px #000;max-height:96vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#4f4f4f #1f1f1f}.category-card{border:1px solid #444;border-radius:8px;background:#2b2b2b;margin-bottom:10px;overflow:hidden}.category-header{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;cursor:pointer;transition:filter 0.2s ease}.category-header:hover{filter:brightness(1.1)}.category-left{display:flex;align-items:center;gap:8px}.category-title{font-size:20px;font-weight:600}.category-counter{font-size:12px;background:rgb(255 255 255 / .05);padding:2px 6px;border-radius:999px}.active-count{font-weight:600;color:#4CAF50}.divider,.total-count{opacity:.6}.category-actions{display:flex;gap:6px}.category-actions button{background:#fff0;border:none;color:#fff;opacity:.5;cursor:pointer;padding:4px;border-radius:6px;transition:all 0.2s ease}.category-actions button:hover{background:rgb(255 255 255 / .1);opacity:1}.collapse-btn.rotated{transform:rotate(180deg)}.category-content{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;padding:8px}.category-card.collapsed .category-content{display:none}.resource-button{display:flex;align-items:center;gap:8px;width:100%;border-radius:6px;border:1px solid rgb(100 200 255 / .3);background:rgb(100 200 255 / .08);padding:8px;font-size:14px;cursor:pointer;transition:all 0.2s ease}.resource-button:hover{background:rgb(100 200 255 / .15)}.resource-button.active{background:rgb(76 175 80 / .15);border-color:rgb(76 175 80 / .4)}.resource-button .icon{width:20px;height:20px;object-fit:contain}.resource-button .label{flex:1;min-width:0;white-space:normal;word-break:break-word;line-height:1.2}.resource-button .count{flex-shrink:0;font-size:11px;font-weight:600;padding:2px 6px;border-radius:999px;background:rgb(255 255 255 / .1);opacity:.7}.resource-button.active .count{background:rgb(76 175 80 / .25);color:#4CAF50}.resource-cluster{width:44px;height:44px;border-radius:50%;background:rgb(30 30 30 / .9);border:2px solid rgb(255 255 255 / .2);display:flex;align-items:center;justify-content:center;position:relative}.resource-cluster img{width:22px;height:22px}.resource-cluster span{position:absolute;bottom:-6px;right:-6px;background:#00c8ff;color:#fff;font-size:11px;font-weight:600;border-radius:10px;padding:2px 6px}.leaflet-zoom-anim .leaflet-canvas-layer{display:none}@media (max-width:1560px){.layers-panel-wrapper{max-width:85%;min-width:280px}.category-content{grid-template-columns:1fr}.layers-panel{margin:5px;padding:8px;max-height:calc(100vh - 80px)}.category-title{font-size:16px}}@media (max-width:400px){.layers-panel-wrapper{max-width:95%}}.custom-div-icon{display:flex;flex-direction:column;align-items:center;overflow:visible!important}.custom-div-icon>div:first-child{flex-shrink:0;display:block}.marker-bottom-text{color:#fff;font-size:16px;font-weight:800;color:#f0ad09;white-space:normal;word-wrap:break-word;text-align:center;width:150px;margin-left:0;line-height:1.1;margin-top:4px;text-shadow:1px 1px 2px #000,-1px -1px 2px #000;pointer-events:none;position:relative}.route-panel{position:absolute;bottom:10px;right:60px;background:rgb(38 38 38 / .95);border:1px solid #00c8ff;border-radius:8px;padding:12px;z-index:2500;min-width:180px;box-shadow:0 4px 15px rgb(0 200 255 / .2);color:#fff}.route-panel.hidden{display:none}.route-panel-header{font-size:13px;font-weight:600;color:#00c8ff;margin-bottom:10px;text-transform:uppercase;border-bottom:1px solid rgb(0 200 255 / .3);padding-bottom:5px}.route-res-item{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:14px}.route-res-item img{width:22px;height:22px;object-fit:contain}.share-route-btn{margin-top:10px;width:100%;background:#00c8ff;color:#111;border:none;padding:6px;border-radius:4px;font-weight:700;cursor:pointer;transition:0.2s}.share-route-btn:hover{background:#00e5ff}.custom-marker-label{background:rgb(20 20 20 / .9)!important;border:1px solid #16f7c6!important;color:#16f7c6!important;padding:6px 6px!important;border-radius:4px;font-size:13px;font-weight:700;box-shadow:0 0 10px rgb(22 247 198 / .3);display:block!important;white-space:normal!important;width:max-content!important;max-width:250px!important;min-width:10px;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.leaflet-tooltip.custom-marker-label{border:none;box-shadow:none}.leaflet-tooltip-top.custom-marker-label::before{border-top-color:#16f7c6}.leaflet-tooltip-top:before{border-top-color:rgb(0 0 0 / .7)}.map-ctrl-active{cursor:crosshair!important}.map-edit-mode{cursor:url(.\icons\other\plus-math.png) 10 10,crosshair!important}.route-help-panel{padding:10px;background:rgb(0 0 0 / .3);border-radius:6px;font-size:12px;line-height:1.6;color:#ccc;margin-bottom:10px}.help-item{margin-bottom:5px;display:flex;align-items:center;gap:5px}kbd{background-color:#333;border:1px solid #555;border-radius:3px;box-shadow:0 1px 0 rgb(0 0 0 / .2),inset 0 0 0 2px #444;color:#0fc;display:inline-block;font-family:monospace;font-size:14px;font-weight:700;padding:2px 5px;white-space:nowrap}.help-divider{border:0;border-top:1px solid rgb(0 255 204 / .2);margin:10px 0}.top-panel-btn{display:inline-flex;align-items:center;justify-content:center;height:100%;min-height:32px;padding:0 10px;background:#1b1b1b;border:1px solid #333;border-radius:4px;color:#ccc;cursor:pointer;transition:all 0.2s ease;box-sizing:border-box;line-height:1}.top-panel-btn svg{width:18px;height:18px;display:block;pointer-events:none}.top-panel-btn:hover{background:#252525;color:#00c8ff;border-color:#00c8ff;box-shadow:0 0 8px rgb(0 200 255 / .2)}.top-panel-btn:active{transform:translateY(1px);background:#121212}.info-modal{position:fixed;inset:0;background:rgb(0 0 0 / .85);z-index:99999;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity 0.1s linear,visibility 0.1s;will-change:opacity}.info-modal:not(.hidden){opacity:1;visibility:visible}.info-modal-content{background:#121212;border:1px solid #333;border-top:3px solid #00c8ff;width:90%;max-width:550px;max-height:85vh;display:flex;flex-direction:column;transform:translateZ(0);backface-visibility:hidden;user-select:text!important;-webkit-user-select:text!important}.info-modal:not(.hidden) .info-modal-content{transform:scale(1)}.modal-header{padding:15px 25px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #222}.modal-header h2{margin:0;font-size:1.2rem;color:#00c8ff;text-transform:uppercase;letter-spacing:1px}.close-btn{background:none;border:none;color:#666;font-size:24px;cursor:pointer;transition:color 0.2s}.close-btn:hover{color:#fff}.modal-body{padding:20px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.info-section h3{color:#fff;font-size:.95rem;margin:0 0 12px 0;display:flex;align-items:center;gap:8px;border-left:3px solid #00c8ff;padding-left:10px}.info-card{background:#1a1a1a;border-radius:6px;padding:12px 15px;margin-bottom:25px;border:1px solid #252525}.info-card p,.info-card li{font-size:.9rem;color:#ccc;line-height:1.5;margin:5px 0}.key{background:#333;color:#00c8ff;padding:2px 6px;border-radius:4px;font-family:monospace;border-bottom:2px solid #000}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#0a0a0a}.modal-body::-webkit-scrollbar-thumb{background:#222;border-radius:4px;border:1px solid #333}.modal-body::-webkit-scrollbar-thumb:hover{background:#00c8ff}.contact-box{margin-top:10px;padding:8px;background:#00c8ff22;border:1px dashed #00c8ff;text-align:center;border-radius:4px;color:#fff}