.leaflet-popup-content-wrapper{background:rgb(0 0 0 / .25)!important;backdrop-filter:blur(40px) saturate(120%)!important;-webkit-backdrop-filter:blur(40px) saturate(120%)!important;border:1px solid rgb(255 255 255 / .18)!important;border-radius:16px!important;padding:0!important;box-shadow:0 12px 48px rgb(0 0 0 / .25),0 4px 16px rgb(0 0 0 / .15),inset 0 1px 0 rgb(255 255 255 / .3)!important;overflow:hidden!important}.leaflet-popup-tip{background:rgb(0 0 0 / .25)!important;backdrop-filter:blur(40px) saturate(120%)!important;-webkit-backdrop-filter:blur(40px) saturate(120%)!important;border:1px solid rgb(255 255 255 / .18)!important;box-shadow:0 4px 12px rgb(0 0 0 / .2),inset 0 1px 0 rgb(255 255 255 / .2)!important}.leaflet-popup-content{margin:0!important;padding:18px 20px!important;color:rgb(255 255 255 / .95)!important;font-family:'Montserrat',sans-serif!important;font-size:13px!important;line-height:1.6!important;min-width:320px!important;max-width:420px!important;width:380px!important;max-height:calc(100vh - 120px)!important;overflow-y:auto!important}.leaflet-popup-content::-webkit-scrollbar{width:6px}.leaflet-popup-content::-webkit-scrollbar-track{background:rgb(255 255 255 / .05);border-radius:3px}.leaflet-popup-content::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .15);border-radius:3px}.leaflet-popup-content::-webkit-scrollbar-thumb:hover{background:rgb(255 255 255 / .25)}.marker-popup-header{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgb(255 255 255 / .1)}.marker-popup-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;background:linear-gradient(135deg,rgb(255 255 255 / .15),rgb(255 255 255 / .08));border:1px solid rgb(255 255 255 / .12);flex-shrink:0}.marker-popup-title{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2px}.marker-popup-name{font-size:16px;font-weight:600;color:#fff;margin:0!important;margin-top:0!important;margin-bottom:0!important;letter-spacing:-.3px;line-height:1.2}.marker-popup-category{font-size:11px;font-weight:400;color:rgb(255 255 255 / .5);text-transform:uppercase;letter-spacing:.5px;margin:0!important;margin-top:0!important;margin-bottom:0!important;line-height:1.2}.marker-popup-body{margin-bottom:14px}.marker-popup-description{font-size:13px;color:rgb(255 255 255 / .85);line-height:1.6;margin:0 0 12px 0}.marker-popup-meta{display:flex;flex-direction:column;gap:6px}.marker-popup-meta-item{display:flex;align-items:center;gap:8px;font-size:12px;color:rgb(255 255 255 / .7)}.marker-popup-meta-item i{width:16px;text-align:center;color:rgb(255 255 255 / .5);font-size:11px}.marker-popup-meta-label{font-weight:500;color:rgb(255 255 255 / .6);min-width:70px}.marker-popup-meta-value{font-weight:400;color:rgb(255 255 255 / .9)}.marker-popup-footer{display:flex;flex-wrap:wrap;gap:8px;padding-top:12px;border-top:1px solid rgb(255 255 255 / .08)}.marker-popup-button{flex:1 1 auto;min-width:min-content;padding:10px 16px;border:1px solid rgb(255 255 255 / .15);border-radius:10px;background:rgb(255 255 255 / .08);color:rgb(255 255 255 / .9);font-size:12px;font-weight:500;font-family:'Montserrat',sans-serif;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;white-space:normal;word-break:break-word;text-align:center}.marker-popup-button i{font-size:11px}.marker-popup-button:hover{background:rgb(255 255 255 / .15);border-color:rgb(255 255 255 / .25);color:#fff;transform:translateY(-1px)}.marker-popup-button:active{transform:translateY(0)}.marker-popup-button.primary{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.marker-popup-button.primary:hover{background:var(--accent-color-hover);border-color:var(--accent-color-hover);box-shadow:0 4px 12px var(--accent-color-glow)}.leaflet-popup-close-button{display:none!important}.marker-popup-coordinates{display:flex;align-items:center;gap:8px;padding:8px 12px;background:rgb(0 0 0 / .2);border-radius:8px;font-size:11px;font-family:'Courier New',monospace;color:rgb(255 255 255 / .7);margin-top:8px}.marker-popup-coordinates i{color:rgb(255 255 255 / .5)}.marker-popup-images-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.marker-popup-images-grid.single-image{grid-template-columns:1fr}.marker-popup-image-container{position:relative;border-radius:12px;overflow:hidden;background:#fff0;transition:all 0.4s cubic-bezier(.4,0,.2,1)}.marker-popup-image-container:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(0 0 0 / .4);z-index:10}.marker-popup-image-label{position:absolute;top:8px;left:8px;z-index:2;font-size:10px;color:#fff;font-weight:600;display:flex;align-items:center;gap:4px;padding:4px 10px;background:rgb(0 0 0 / .6);backdrop-filter:blur(10px);border-radius:8px;text-transform:uppercase;letter-spacing:.5px;opacity:0;transition:opacity 0.3s ease}.marker-popup-image-container:hover .marker-popup-image-label{opacity:1}.marker-popup-image-wrapper{position:relative;width:100%;min-height:120px;max-height:280px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#fff0}.marker-popup-image-wrapper img{width:100%;height:auto;max-height:280px;object-fit:contain!important;display:block;transition:all 0.4s cubic-bezier(.4,0,.2,1)}.marker-popup-image-wrapper:hover img{transform:scale(1.08)}.marker-popup-image-wrapper::after{content:'\f065';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;bottom:8px;right:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .7);backdrop-filter:blur(10px);color:#fff;border-radius:8px;font-size:12px;opacity:0;transition:all 0.3s ease}.marker-popup-image-wrapper:hover::after{opacity:1;transform:scale(1.1)}.marker-popup-image-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:60px;background:linear-gradient(180deg,rgb(0 0 0 / .4) 0%,transparent 100%);opacity:0;transition:opacity 0.3s ease;pointer-events:none}.marker-popup-image-container:hover .marker-popup-image-wrapper::before{opacity:1}.image-loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .2);z-index:1}.image-loader .spinner{width:40px;height:40px;border:3px solid rgb(255 255 255 / .1);border-top-color:var(--accent-color);border-radius:50%;animation:spin 0.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.marker-popup-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.marker-popup-tag{padding:4px 10px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .15);border-radius:12px;font-size:10px;font-weight:500;color:rgb(255 255 255 / .8);text-transform:uppercase;letter-spacing:.5px;word-break:break-word;max-width:100%;overflow-wrap:break-word}@media (max-width:768px){.leaflet-popup-content{padding:14px 16px!important;min-width:280px!important;max-width:calc(100vw - 40px)!important;width:auto!important}.marker-popup-name{font-size:14px}.marker-popup-icon{width:36px;height:36px;font-size:16px}.marker-popup-footer{flex-direction:column}.marker-popup-button{width:100%}}@media (max-width:480px){.leaflet-popup-content{min-width:260px!important;width:auto!important}}.leaflet-popup-pane{pointer-events:none}.leaflet-popup{pointer-events:auto}.leaflet-popup:not(.leaflet-zoom-animated){opacity:0!important;visibility:hidden!important}@keyframes popupFadeIn{from{opacity:0}to{opacity:1}}@keyframes contentSlideIn{from{transform:translateY(5px);opacity:0}to{transform:translateY(0);opacity:1}}.leaflet-popup-content-wrapper{animation:contentSlideIn 0.25s cubic-bezier(.4,0,.2,1) forwards}.marker-popup-content:hover .marker-popup-icon{background:linear-gradient(135deg,rgb(255 255 255 / .2),rgb(255 255 255 / .12));border-color:rgb(255 255 255 / .18)}