:root{--app-bottom-bar-height: 72px;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}html,body,#root{height:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.cluster-miniatures-container{position:fixed;top:80px;left:0;right:0;z-index:1000;padding:10px;max-height:120px;overflow:hidden}.cluster-miniatures-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 10px}.cluster-miniatures-header h3{color:#4caf50;font-size:14px;margin:0;font-weight:600}.cluster-count{color:#fff;font-size:12px;background:#4caf504d;padding:2px 8px;border-radius:10px;border:1px solid #4CAF50}.cluster-miniatures-list{display:flex;gap:8px;overflow-x:auto;padding:0 10px;scrollbar-width:none;-ms-overflow-style:none}.cluster-miniatures-list::-webkit-scrollbar{display:none}.cluster-miniature{display:flex;flex-direction:column;align-items:center;min-width:80px;max-width:80px;background:#f5cd34;border-radius:8px;padding:6px;cursor:pointer;transition:all .3s ease;animation:slideInFromRight .5s ease-out forwards;transform:translate(100px);opacity:0}@keyframes slideInFromRight{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}.cluster-miniature:hover{background:#4caf50b3;border-color:#4caf50;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.miniature-icon{width:50px;height:50px;margin-bottom:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative}.miniature-icon.no-bg{width:60px;height:60px}.cluster-miniature.no-bg{min-width:96px;max-width:96px}.miniature-image{width:100%;height:100%;object-fit:cover;border-radius:4px}.miniature-marker{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.miniature-marker svg{width:28px;height:28px}.miniature-category-icon{width:40px;height:40px}.miniature-icon.no-bg .miniature-marker svg{width:32px;height:32px}.miniature-info{text-align:center;width:100%}.miniature-name{color:#000;font-size:11px;font-weight:500;line-height:1.2;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.miniature-distance{color:#fff;background:#000;font-size:11px;font-weight:700;margin-bottom:1px;padding:1px 4px;border-radius:4px;display:inline-block}.miniature-points{color:gold;font-size:8px;font-weight:500}@media (max-width: 768px){.cluster-miniatures-container{top:70px;padding:8px;max-height:100px}.cluster-miniatures-header h3{font-size:12px}.cluster-count{font-size:10px;padding:1px 6px}.cluster-miniature{min-width:70px;max-width:70px;padding:4px}.miniature-icon{width:28px;height:28px}.miniature-icon.no-bg{width:34px;height:34px}.cluster-miniature.no-bg{min-width:84px;max-width:84px}.miniature-marker svg,.miniature-category-icon{width:24px;height:24px}.miniature-icon.no-bg .miniature-marker svg,.miniature-icon.no-bg .miniature-category-icon{width:28px;height:28px}.miniature-name{font-size:9px}.miniature-distance{font-size:10px}.miniature-points{font-size:7px}}.cluster-miniatures-container.entering{animation:slideDown .3s ease-out}.cluster-miniatures-container.exiting{animation:slideUp .3s ease-in}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.cluster-debug-panel{position:fixed;top:200px;right:20px;width:300px;max-height:400px;background:#000000e6;border:2px solid #4CAF50;border-radius:8px;padding:15px;z-index:1001;color:#fff;font-size:12px;overflow-y:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000080}.debug-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;border-bottom:1px solid #4CAF50;padding-bottom:8px}.debug-header h4{margin:0;color:#4caf50;font-size:14px}.debug-header button{background:none;border:none;color:#ff6b6b;font-size:16px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.debug-info p{margin:5px 0;font-size:11px}.debug-clusters{margin-top:10px}.debug-clusters h5{margin:8px 0 5px;color:#4caf50;font-size:12px}.debug-cluster{background:#ffffff0d;border:1px solid rgba(76,175,80,.3);border-radius:4px;padding:8px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.debug-cluster.active{border-color:#4caf50;background:#4caf501a}.cluster-info{flex:1}.cluster-info strong{color:#4caf50;font-size:11px}.cluster-info small{color:#ccc;font-size:9px;display:block;margin-top:2px}.jump-button{background:#4caf50;color:#fff;border:none;border-radius:4px;padding:4px 8px;font-size:9px;cursor:pointer;transition:background .2s}.jump-button:hover{background:#45a049}.debug-toggle{background:none;border:1px solid rgba(76,175,80,.5);color:#4caf50;border-radius:4px;padding:2px 6px;font-size:12px;cursor:pointer;transition:all .2s;position:absolute;top:4px;right:8px;z-index:1100}.debug-toggle:hover{background:#4caf501a;border-color:#4caf50}@media (max-width: 768px){.cluster-debug-panel{right:10px;width:280px;top:180px;font-size:11px}.debug-header h4{font-size:12px}.cluster-info strong{font-size:10px}.cluster-info small{font-size:8px}.jump-button{font-size:8px;padding:3px 6px}}.cluster-miniatures-container,.cluster-miniature{pointer-events:auto}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.hex-progress-tooltip{background:#000000bf;border:1px solid #FFD700;color:#fff;border-radius:4px;padding:2px 4px;font-size:11px}.hex-outline{vector-effect:non-scaling-stroke;pointer-events:none;shape-rendering:geometricPrecision}.hex-canvas{pointer-events:none}.app{text-align:center;width:100%;height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.leaflet-container,#map{width:100%;height:100%}.header{display:flex;flex-direction:column;background:#333;color:#fff;padding:.5em 1em;position:sticky;top:0;z-index:1001;box-shadow:0 2px 4px #0000004d}.header-single-row{display:flex;justify-content:space-between;align-items:center;width:100%}.city-discovery-section{display:flex;align-items:center;gap:1em}.city-discovery-percentage{font-size:2em;font-weight:700;color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.city-button{background:linear-gradient(45deg,gold,#ffed4e);border:none;color:#000;font-size:1em;cursor:pointer;font-weight:700;padding:.5em 1em;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.city-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #ffd7004d}.xp-display{color:gold;font-weight:700;font-size:18px;line-height:1.1;max-height:2.2em;overflow:hidden;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.debug-button{background:#ffffff1a;border:1px solid #ffd700;color:gold;padding:.4em .8em;border-radius:4px;cursor:pointer;font-size:.9em;transition:all .2s ease}.debug-button:hover{background:#ffd70033;transform:translateY(-1px)}.unlock-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9999;display:flex}.unlock-overlay.pass-through{pointer-events:none}.offcanvas-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;display:flex;justify-content:flex-end}.offcanvas-panel{background:#333;width:350px;height:100vh;box-shadow:-2px 0 10px #0000004d;display:flex;flex-direction:column;animation:slideInRight .3s ease-out}@keyframes loading-bar{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.offcanvas-header{display:flex;justify-content:space-between;align-items:center;padding:1em;border-bottom:1px solid #555;background:#2a2a2a}.offcanvas-header h3{color:gold;margin:0;font-size:1.2em}.offcanvas-close{background:none;border:none;color:gold;font-size:1.5em;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.offcanvas-close:hover{background:#ffd70033}.offcanvas-content{flex:1;padding:1em;overflow-y:auto;color:#fff;text-align:left}.offcanvas-content>*{margin-bottom:1em}.offcanvas-content label{display:flex;align-items:center;gap:.5em;cursor:pointer}.offcanvas-content input[type=checkbox]{margin:0}.leaflet-pane.leaflet-fog-pane{pointer-events:none}.city-boundary-outline{pointer-events:none;vector-effect:non-scaling-stroke}.progress-section{display:flex;flex-direction:column;gap:.3em}.progress-bar-container{display:flex;align-items:center;gap:.5em;font-size:.85em}.progress-bar{flex:1;height:8px;background:#fff3;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,gold,#ffed4e);border-radius:4px;transition:width .3s ease}.progress-text{min-width:60px;text-align:right;font-weight:700;color:gold}.progress-section-bottom{position:fixed;bottom:0;left:0;right:0;background:#000000e6;color:#fff;padding:.8em 1em;z-index:1000}.progress-cells{display:flex;gap:2px;flex:1;height:8px;border-radius:4px;overflow:hidden}.progress-cell{flex:1;background:#fff3;border-radius:2px;overflow:hidden;position:relative}.progress-cell-fill{height:100%;background:linear-gradient(90deg,gold,#ffed4e);border-radius:2px;transition:width .3s ease}.poi-list{position:fixed;bottom:50px;left:0;right:0;max-height:40vh;overflow:auto;background:#000000e6;color:#fff;padding:0;z-index:1000;border-top:2px solid #ffd700;border-bottom:none}.poi-list summary{cursor:pointer;padding:.8em 1em;color:#fff;background:#000c;font-weight:700;border-bottom:1px solid #444;position:sticky;top:0;z-index:1001}.poi-list summary:hover{background:#ffffff1a}.poi-list ul{list-style:none;padding:0;margin:0}.poi-list li{padding:.8em 1em;border-bottom:1px solid #444;transition:background .2s ease}.poi-list li:hover{background:#ffffff0d}.poi-item{display:flex;align-items:center;gap:.8em;width:100%}.poi-thumbnail{width:50px;height:40px;object-fit:cover;border-radius:4px;flex-shrink:0;border:1px solid #555}.poi-info{display:flex;flex-direction:column;align-items:flex-start;flex:1}.poi-name{font-weight:700;color:#fff;margin-bottom:.2em}.poi-distance{font-size:.85em;color:#ccc}.poi-points{background:linear-gradient(45deg,gold,#ffed4e);color:#000;padding:.3em .6em;border-radius:15px;font-weight:700;font-size:.8em;min-width:40px;text-align:center}.leaflet-control-zoom{position:absolute!important;bottom:20px!important;right:20px!important;top:auto!important;left:auto!important;z-index:900!important}.star-rating-overlay{pointer-events:auto;display:flex;flex-direction:row;align-items:center;gap:.5em;background:#000000b3;padding:10px 16px;border-radius:8px;box-shadow:0 2px 6px #00000059;min-height:100%;box-sizing:border-box}.top-bar{position:fixed;top:20px;left:20px;right:20px;z-index:1000;display:flex;justify-content:space-between;align-items:stretch;gap:12px;pointer-events:none}.stars-container{display:flex;gap:.3em;background:#ffffff14;padding:.35em .6em;border-radius:6px;align-items:center;line-height:1.1;max-height:2.8em;overflow:hidden}.fog-blur{opacity:.97;transition:opacity .3s ease}.fog-blur:hover{opacity:.99}.star{font-size:1.5em;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.8));transition:all .3s ease}.star-full{color:gold;text-shadow:0 0 10px #ffd700}.star-half{position:relative;color:#666}.star-half:before{content:"⭐";position:absolute;top:0;left:0;color:gold;text-shadow:0 0 10px #ffd700;clip-path:polygon(0 0,50% 0,50% 100%,0 100%)}.star-empty{color:#666;opacity:.5}.xp-behind-stars{background:#000c;color:gold;padding:.3em .8em;border-radius:15px;font-weight:700;font-size:.9em;text-shadow:1px 1px 2px rgba(0,0,0,.8);border:1px solid #ffd700}.radar{position:absolute;bottom:160px;right:20px;width:200px;height:200px;border-radius:50%;pointer-events:none;z-index:999;transition:all .3s ease}.map-controls{position:absolute;bottom:104px;left:20px;display:flex;flex-direction:column;gap:8px;z-index:900}.map-control-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:4px;padding:6px 10px;font-size:12px;cursor:pointer;transition:background .2s ease}.map-control-btn:hover{background:#fff3}.toggle-3d-btn{position:absolute;bottom:104px;left:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:4px;padding:6px 10px;font-size:12px;cursor:pointer;z-index:900;transition:background .2s ease}.toggle-3d-btn:hover{background:#fff3}.toggle-satellite-btn{position:absolute;bottom:104px;left:80px;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:4px;padding:6px 10px;font-size:12px;cursor:pointer;z-index:900;transition:background .2s ease}.toggle-satellite-btn:hover{background:#fff3}.toggle-clustering-btn{position:absolute;bottom:104px;left:160px;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:4px;padding:6px 10px;font-size:12px;cursor:pointer;z-index:900;transition:background .2s ease}.toggle-clustering-btn:hover{background:#fff3}.toggle-clustering-btn:disabled{opacity:.5;cursor:not-allowed}.radar-gps{border:2px solid yellow}.radar-expanded{width:80vw!important;height:80vw!important;max-width:400px!important;max-height:400px!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;bottom:auto!important;right:auto!important;z-index:1500!important;box-shadow:0 0 20px #000c}.debug{color:#fff;margin-top:.5em}.debug summary{cursor:pointer;padding:.5em;background:#ffffff1a;border-radius:4px}.debug label,.debug div{font-size:.9em;display:block;margin-top:.25em}.poi-popup{z-index:2000}.poi-popup-content{display:flex;flex-direction:column;gap:8px;min-width:200px}.poi-popup-wrapper{display:flex}.poi-popup-nearby{display:flex;flex-direction:column;margin-left:8px}.poi-nearby-item{display:flex;align-items:center;gap:4px;margin-bottom:6px;cursor:pointer}.poi-nearby-marker{width:24px;height:24px}.poi-nearby-arrow{color:#fff;font-size:16px}.leaflet-tooltip{white-space:normal;max-width:312px;word-wrap:break-word;overflow-wrap:break-word;background:transparent;border:none;box-shadow:none}.tooltip-container{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:286px;text-align:center}.tooltip-thumbnail{width:100%;max-width:260px;height:auto;object-fit:cover;border-radius:8px;flex-shrink:0}.tooltip-marker-container .tooltip-thumbnail{height:100%;border-radius:0}.tooltip-info{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0}.tooltip-name{font-weight:700;font-size:1em;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.tooltip-status{font-weight:700;font-size:.8em;line-height:1.1;padding:2px 4px;border-radius:6px;box-shadow:0 1px 3px #0003;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:inline-block}.tooltip-status.discovered{background:#3cb44bf2;color:#fff}.tooltip-status.undiscovered{background:#282828f2;color:#fff}.tooltip-points{font-size:.75em;font-weight:700;line-height:1.1;padding:2px 4px;border-radius:6px;background:#ffd700e6;color:#000;box-shadow:0 1px 3px #0003;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:inline-block}.tooltip-marker-container{position:relative;width:104px;height:104px;border-radius:50%;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 6px #00000080}.tooltip-points-overlay{position:absolute;bottom:0;width:100%;background:#0009;color:#fff;font-size:.75em;font-weight:700;text-align:center;padding:2px 0}.tooltip-thumbnail.placeholder{background:#555;display:flex;align-items:center;justify-content:center}.poi-hover-label{position:absolute;top:0;right:0;left:auto;transform:none;background:#000000b3;color:#fff;padding:4px 8px;border-radius:0 0 0 6px;z-index:1100;pointer-events:none}.poi-popup-thumbnail-container{position:relative;width:100%;margin-bottom:8px}.poi-popup-thumbnail{width:100%;max-width:100%;height:auto;min-height:120px;object-fit:cover;border-radius:8px;display:block}.poi-popup-badges{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;pointer-events:none}.poi-popup-points-badge{background:#ffd700f2;color:#000;padding:4px 8px;border-radius:12px;font-size:.85em;font-weight:700;box-shadow:0 2px 4px #0000004d;border:2px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.poi-popup-status-badge{padding:4px 8px;border-radius:12px;font-size:.8em;font-weight:700;box-shadow:0 2px 4px #0000004d;border:2px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.poi-popup-status-badge.discovered{background:#4caf50f2;color:#fff}.poi-popup-status-badge.undiscovered{background:#9e9e9ef2;color:#fff}.poi-popup-info{display:flex;flex-direction:column;gap:6px}.poi-popup-title{font-size:1.2em;font-weight:700;margin:0;line-height:1.3}.poi-popup-description{font-size:1em;margin:0;line-height:1.4;color:#333}.poi-popup-distance{font-size:.9em;color:#555;margin:0}.poi-popup-button{color:#fff;border:none;border-radius:12px;padding:12px 16px;font-size:1.1em;font-weight:700;cursor:pointer;margin-top:8px;width:100%;min-height:44px;transition:all .2s ease}.poi-popup-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0003}.poi-popup-button:active{transform:translateY(0)}.poi-popup-large .leaflet-popup-content{font-size:1.1em;line-height:1.4}.poi-popup-large{max-width:350px}@media (max-width: 768px){.poi-popup .leaflet-popup-content{margin:12px 16px;min-width:280px}.poi-popup-content{gap:10px}.poi-popup-thumbnail{min-height:150px;border-radius:12px}.poi-popup-title{font-size:1.4em}.poi-popup-description{font-size:1.1em;line-height:1.5}.poi-popup-distance{font-size:1em}.poi-popup-button{font-size:1.2em;padding:14px 18px;min-height:48px;border-radius:14px}.poi-popup-wrapper{flex-direction:column}.poi-popup-nearby{flex-direction:row;margin-left:0;margin-top:8px;justify-content:center}.poi-nearby-item{margin:0 4px}.poi-nearby-thumbnail{margin-bottom:0}.poi-popup-large .leaflet-popup-content{min-width:300px}.poi-popup-large{max-width:90vw}}@media (min-width: 769px){.app{max-width:none;width:100%;height:100vh}.leaflet-container{width:100%!important;max-width:none!important;height:100%!important;flex:1!important}.leaflet-container .leaflet-map-pane{width:100%!important;height:100%!important}.header{padding:.8em 2em;width:100%;max-width:none}.header-top{margin-bottom:.8em}.city{font-size:1.2em}.xp-level{gap:.8em;font-size:1.1em}.level-badge{padding:.3em .8em;font-size:1em}.xp-display{font-size:1.1em}.progress-bar-container{font-size:1em;gap:.8em}.progress-bar{height:12px}.progress-text{min-width:80px;font-size:1em}.poi-list{max-height:45vh}.poi-list summary{padding:1em 1.5em;font-size:1.1em}.poi-list li{padding:1em 1.5em}.poi-item{gap:1em}.poi-thumbnail{width:60px;height:48px}.poi-name{font-size:1.1em}.poi-distance{font-size:1em}.poi-points{font-size:1em;padding:.4em .8em;min-width:50px}.radar{bottom:180px;right:30px;width:270px;height:270px}.debug{margin-top:.8em}.debug summary{padding:.8em;font-size:1em}.debug label,.debug div{font-size:1em}}@media (max-width: 768px){.header{padding:.4em .8em}.header-top{margin-bottom:.4em}.city{font-size:.9em}.xp-level{gap:.3em;font-size:.8em}.level-badge{padding:.15em .4em;font-size:.75em}.progress-bar-container{font-size:.8em;gap:.4em}.progress-bar{height:6px}.progress-text{min-width:50px;font-size:.75em}.poi-list{max-height:35vh}.poi-list summary{padding:.6em .8em;font-size:.9em}.poi-list li{padding:.6em .8em}.poi-item{gap:.6em}.poi-thumbnail{width:40px;height:32px}.poi-name{font-size:.9em}.poi-distance{font-size:.8em}.poi-points{font-size:.75em;padding:.25em .5em;min-width:35px}.radar{bottom:200px;right:15px;width:220px;height:220px}.star{font-size:1.2em}.destination-panel{left:10px!important;right:10px!important;max-width:none!important;width:auto!important}.toggle-3d-btn{bottom:160px;left:15px}.toggle-satellite-btn{bottom:160px;left:75px}.toggle-clustering-btn{bottom:160px;left:135px}.debug{margin-top:.3em}.debug summary{padding:.4em;font-size:.85em}.debug label,.debug div{font-size:.8em}}@media (max-width: 480px){.header{padding:.3em .6em}.xp-level{flex-direction:column;gap:.2em;align-items:flex-end}.progress-bar-container{font-size:.75em}.poi-list{max-height:30vh}.radar{bottom:180px;right:10px;width:180px;height:180px}.poi-popup-badges{top:6px;left:6px;right:6px;gap:6px}.poi-popup-points-badge{padding:3px 6px;font-size:.75em}.poi-popup-status-badge{padding:3px 6px;font-size:.7em}.toggle-3d-btn{bottom:140px;left:10px;padding:6px 10px}.toggle-satellite-btn{bottom:140px;left:70px}.toggle-clustering-btn{bottom:140px;left:130px}}.city-info-overlay{background:#000000b3;color:#fff;border-radius:8px;padding:10px 15px;box-shadow:0 2px 4px #0000004d;display:flex;align-items:center;gap:10px;pointer-events:auto;height:100%;box-sizing:border-box}.city-info-overlay .percentage{font-size:18px;font-weight:700}.city-info-overlay .city-selector{position:relative}.city-info-overlay .city-button{background:#ffffff4d;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:4px;padding:6px 12px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px}.city-info-overlay .city-button:disabled{background:#fff3;cursor:default}.city-info-overlay .city-button .detecting-icon,.city-info-overlay .city-button .dropdown-arrow{font-size:10px}.city-info-overlay .city-dropdown{position:absolute;top:100%;left:0;margin-top:10px;z-index:1001}.city-info-overlay .city-direction{color:#fff;font-size:16px;margin-right:6px}.city-dropdown-panel{background:#0c0c0cf2;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:14px;min-width:320px;max-height:70vh;overflow-y:auto;box-shadow:0 10px 24px #0006;display:flex;flex-direction:column;gap:14px}.city-dropdown-world{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,gold,#ffb400);border:none;color:#000;font-weight:600;font-size:14px;padding:10px 14px;border-radius:10px;cursor:pointer;box-shadow:0 4px 10px #ffd70040;transition:transform .2s ease,box-shadow .2s ease;text-align:left}.city-dropdown-world:hover{transform:translateY(-1px);box-shadow:0 6px 14px #ffd70059}.city-dropdown-world-icon{font-size:18px}.city-dropdown-cards{display:flex;flex-direction:column;gap:12px}.city-dropdown-card{background:#121212e6;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:10px}.city-dropdown-card-title{font-weight:600;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:gold}.city-dropdown-card-list{display:flex;flex-direction:column;gap:8px}.city-dropdown-entry{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;cursor:pointer;transition:border-color .2s ease,background .2s ease}.city-dropdown-entry:hover{background:#ffffff1a;border-color:#fff3}.city-dropdown-entry.active{border-color:gold;background:#ffd7001f}.city-entry-text{display:flex;flex-direction:column;gap:4px;text-align:left}.city-dropdown-entry .active-indicator{color:gold;font-size:14px}.city-details{font-size:12px;color:#bbb}.quest-menu{position:absolute;top:80px;right:20px;z-index:1000}.quest-toggle{background:#fff;border:none;border-radius:50%;padding:8px;cursor:pointer;box-shadow:0 2px 4px #0000004d}.quest-list{margin-top:8px;background:#000c;color:#fff;padding:8px;border-radius:8px;max-height:200px;overflow-y:auto}.quest-item{padding:4px 0;cursor:pointer}.quest-item.completed{text-decoration:line-through;color:#aaa}.attractions-nav{display:flex;gap:8px;margin-bottom:12px}.attractions-nav button{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:6px;padding:8px 12px;font-size:14px;cursor:pointer}.quest-thumbnails{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:8px}.quest-thumbnails img{width:60px;height:60px;object-fit:cover;border-radius:4px}.poi-popup-quests{margin-top:8px}.poi-popup-quest-button{display:block;width:100%;margin-top:4px;background:#007bff;color:#fff;border:none;padding:4px;border-radius:4px;cursor:pointer}.cluster-popup{min-width:300px;max-width:400px}.cluster-popup h4{margin:0 0 10px;color:#28a745;font-size:16px;font-weight:700}.cluster-popup p{margin:0 0 8px;font-size:14px;color:#333}.cluster-poi-list{max-height:200px;overflow-y:auto;margin-bottom:10px}.cluster-poi-item{display:flex;padding:8px;margin-bottom:6px;background:#f8f9fa;border-radius:4px;gap:10px;align-items:flex-start}.cluster-poi-thumbnail{flex-shrink:0;width:60px;height:60px}.cluster-poi-thumbnail-img{width:100%;height:100%;object-fit:cover;border-radius:4px}.cluster-poi-content{flex:1;min-width:0}.cluster-poi-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px;gap:8px}.cluster-poi-header strong{color:#333;font-size:14px;line-height:1.2;flex:1;min-width:0;word-wrap:break-word}.cluster-poi-points{background:#28a745;color:#fff;padding:2px 6px;border-radius:10px;font-size:11px;font-weight:700;white-space:nowrap;flex-shrink:0}.cluster-poi-description{font-size:12px;color:#666;margin:0;line-height:1.3}.cluster-total-points{padding:8px;background:#28a745;color:#fff;border-radius:4px;text-align:center}.cluster-total-points strong{font-size:14px}.cluster-sightseeing-btn{width:100%;margin-top:10px;background:#007bff;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.cluster-sightseeing-btn:hover{background:#0056b3}.cluster-sightseeing-btn:active{background:#004085}.leaflet-marker-icon.quest-star-icon{pointer-events:none;transform:translateY(-6px);filter:drop-shadow(0 1px 2px rgba(0,0,0,.6))}.hex-slider-overlay{position:absolute;pointer-events:none;z-index:1400;display:block;top:15px;bottom:21px;right:96px;width:120px;max-width:120px}.hex-slider-overlay-label{position:absolute;top:35px;right:0;transform:translateY(-50%);text-align:right;background:#00000091;color:#fff;font-size:12px;padding:6px 12px;border-radius:8px;box-shadow:0 2px 8px #0006;pointer-events:none;line-height:1.3;display:inline-flex;justify-content:flex-end;align-items:center;white-space:normal;overflow:hidden;word-break:break-word;min-width:70px}.hex-slider-overlay-label-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:right;white-space:normal;word-break:break-word}.hex-slider-details-btn{position:sticky;top:0;margin:12px auto 8px;align-self:center;display:inline-flex;justify-content:center;align-items:center;background:#0009;color:gold;border:1px solid rgba(255,215,0,.6);border-radius:999px;padding:6px 12px;font-size:12px;cursor:pointer;transition:background .2s ease,color .2s ease;white-space:nowrap}.hex-slider-details-btn:hover{background:#ffd70026;color:#fff}.hex-slider-details-label{position:sticky;top:0;margin:12px auto 8px;align-self:center;display:inline-flex;justify-content:center;align-items:center;background:#00000073;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:6px 12px;font-size:12px;pointer-events:none;white-space:nowrap;text-align:center}
