*{box-sizing:border-box}[dir] *{margin:0;padding:0}.map-section{width:100%;height:100%;min-height:320px}.map-wrapper{position:relative;width:100%;height:100vh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}#map,.loading-overlay{position:absolute;inset:0}.loading-overlay{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10000;transition:opacity .3s ease}[dir] .loading-overlay{background:rgba(0,0,0,.9)}.loading-overlay.hidden{opacity:0;pointer-events:none}.spinner{width:50px;height:50px}[dir] .spinner{border:4px solid hsla(0,0%,100%,.1);border-top:4px solid #3b82f6;border-radius:50%;margin-bottom:20px}[dir=ltr] .spinner{animation:spin-ltr 1s linear infinite}[dir=rtl] .spinner{animation:spin-rtl 1s linear infinite}@keyframes spin-ltr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.loading-overlay p{color:#fff;font-size:16px}.control-panel{position:absolute;top:20px;width:320px;max-height:calc(100vh - 40px);backdrop-filter:blur(10px);overflow:hidden;z-index:1000;transition:z-index 0s}[dir] .control-panel{background:rgba(20,20,20,.95);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.8);border:1px solid hsla(0,0%,100%,.1)}[dir=ltr] .control-panel{right:20px}[dir=rtl] .control-panel{left:20px}.control-panel.panel-front{z-index:1002!important}[dir] .panel-header{padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}[dir=ltr] .panel-header{background:linear-gradient(135deg,#1f1f1f,#141414)}[dir=rtl] .panel-header{background:linear-gradient(-135deg,#1f1f1f,#141414)}.panel-header h2{font-size:18px;font-weight:600;color:#fff}[dir] .panel-header h2{margin-bottom:5px}.panel-header p{font-size:12px;color:#9ca3af}.panel-content{max-height:calc(100vh - 140px);overflow-y:auto}[dir] .panel-content{padding:15px}.panel-content::-webkit-scrollbar{width:6px}[dir] .panel-content::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}[dir] .panel-content::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}[dir] .panel-content::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}[dir] .category{margin-bottom:15px}.category-header{display:flex;align-items:center;transition:all .2s ease;user-select:none}[dir] .category-header{padding:12px 15px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;cursor:pointer}[dir] .category-header:hover{background:hsla(0,0%,100%,.08);border-color:rgba(59,130,246,.3)}[dir] .category-header.active{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.4)}.category-icon{font-size:18px}[dir=ltr] .category-icon{margin-right:12px}[dir=rtl] .category-icon{margin-left:12px}.category-name{flex:1;font-weight:500;font-size:14px;color:#fff}.category-count{font-size:12px;color:#9ca3af}[dir] .category-count{background:hsla(0,0%,100%,.05);padding:2px 8px;border-radius:10px}[dir=ltr] .category-count{margin-right:8px}[dir=rtl] .category-count{margin-left:8px}.category-arrow{font-size:12px;color:#9ca3af;transition:transform .2s ease}[dir=ltr] .category-header.active .category-arrow{transform:rotate(180deg)}[dir=rtl] .category-header.active .category-arrow{transform:rotate(-180deg)}.category-layers{max-height:0;overflow:hidden;transition:max-height .3s ease-out}[dir] .category-layers{margin-top:8px}.category-layers.expanded{max-height:1000px}.layer-item{display:flex;align-items:center;transition:all .2s ease}[dir] .layer-item{padding:10px 15px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:6px;margin-bottom:6px;cursor:pointer}[dir] .layer-item:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.15)}[dir] .layer-item.active{background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.3)}.layer-checkbox{width:18px;height:18px;accent-color:#3b82f6}[dir] .layer-checkbox{cursor:pointer}[dir=ltr] .layer-checkbox{margin-right:12px}[dir=rtl] .layer-checkbox{margin-left:12px}.layer-color{width:12px;height:12px;flex-shrink:0}[dir] .layer-color{border-radius:50%;border:2px solid hsla(0,0%,100%,.3)}[dir=ltr] .layer-color{margin-right:10px}[dir=rtl] .layer-color{margin-left:10px}.layer-name{flex:1;font-size:13px;color:#e5e7eb;line-height:1.4}.mapboxgl-popup-content{width:340px;max-height:450px;overflow:hidden;display:flex;flex-direction:column}[dir] .mapboxgl-popup-content{padding:0;background:rgba(20,20,20,.98);border:1px solid hsla(0,0%,100%,.15);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.8)}.popup-main-header{font-size:14px;font-weight:600;color:#fff;flex-shrink:0}[dir] .popup-main-header{padding:12px 15px;border-bottom:1px solid hsla(0,0%,100%,.1)}[dir=ltr] .popup-main-header{background:linear-gradient(135deg,#3b82f6,#1e40af)}[dir=rtl] .popup-main-header{background:linear-gradient(-135deg,#3b82f6,#1e40af)}.popup-scroll-container{overflow-y:auto;overflow-x:hidden;flex:1}[dir] .popup-scroll-container{padding:15px}.popup-scroll-container::-webkit-scrollbar{width:6px}[dir] .popup-scroll-container::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}[dir] .popup-scroll-container::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}[dir] .popup-scroll-container::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.popup-section-header{font-size:14px;font-weight:600;color:#fff;display:flex;align-items:center}[dir] .popup-section-header{margin-bottom:10px}[dir] .popup-section-content{margin-bottom:15px}[dir] .popup-separator{border-top:2px solid hsla(0,0%,100%,.15);margin:15px 0}.popup-header{font-size:14px;font-weight:600;color:#fff;flex-shrink:0}[dir] .popup-header{padding:12px 15px;border-bottom:1px solid hsla(0,0%,100%,.1)}[dir=ltr] .popup-header{background:linear-gradient(135deg,#1f1f1f,#141414)}[dir=rtl] .popup-header{background:linear-gradient(-135deg,#1f1f1f,#141414)}.popup-body{overflow-y:auto;flex:1}[dir] .popup-body{padding:12px 15px}.popup-body::-webkit-scrollbar{width:6px}[dir] .popup-body::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}[dir] .popup-body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}[dir] .popup-body::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.popup-row{display:flex;flex-direction:column}[dir] .popup-row{margin-bottom:10px}[dir] .popup-row:last-child{margin-bottom:0}.popup-label{font-size:11px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}[dir] .popup-label{margin-bottom:3px}.popup-value{font-size:13px;color:#e5e7eb;line-height:1.4}.mapboxgl-popup-close-button{color:#fff;font-size:20px}[dir] .mapboxgl-popup-close-button{padding:4px 8px}[dir] .mapboxgl-popup-close-button:hover{background-color:hsla(0,0%,100%,.1)}[dir] .mapboxgl-popup-tip{border-top-color:rgba(20,20,20,.98)}[dir] .mapboxgl-ctrl-group{background:rgba(20,20,20,.95);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 2px 8px rgba(0,0,0,.5)}.mapboxgl-ctrl-group button{color:#fff}[dir] .mapboxgl-ctrl-group button{background-color:transparent}[dir] .mapboxgl-ctrl-group button:hover{background-color:hsla(0,0%,100%,.1)}[dir] .mapboxgl-ctrl-group button+button{border-top:1px solid hsla(0,0%,100%,.1)}@media (max-width:768px){.control-panel{width:calc(100% - 40px);max-height:50vh}}.filter-panel-comuna{position:absolute;top:20px;bottom:20px;width:300px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;z-index:1000;transition:transform .3s ease,z-index 0s}[dir] .filter-panel-comuna{background:#1f2937}[dir=ltr] .filter-panel-comuna{right:0;border-left:1px solid #374151;border-radius:12px 0 0 12px;transform:translateX(100%);box-shadow:-4px 0 20px rgba(0,0,0,.3)}[dir=rtl] .filter-panel-comuna{left:0;border-right:1px solid #374151;border-radius:0 12px 12px 0;transform:translateX(-100%);box-shadow:4px 0 20px rgba(0,0,0,.3)}.filter-panel-comuna.panel-front{z-index:1002!important}[dir=ltr] .filter-panel-comuna.open{transform:translateX(-80px)}[dir=rtl] .filter-panel-comuna.open{transform:translateX(80px)}.filter-header{display:flex;justify-content:space-between;align-items:center}[dir] .filter-header{padding:16px;border-bottom:1px solid #374151;background:#111827}.filter-header h3{color:#fff;font-size:18px;font-weight:600}[dir] .filter-header h3{margin:0}.close-btn{color:#9ca3af;font-size:28px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s;line-height:1}[dir] .close-btn{background:none;border:none;cursor:pointer}.close-btn:hover{color:#fff}.filter-content{flex:1;overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 200px)}[dir] .filter-content{padding:16px;padding-top:16px}.filter-summary{display:none;flex-direction:row;justify-content:space-between;align-items:center}[dir] .filter-summary{background:#111827;padding:12px 16px;border-radius:8px;margin-bottom:8px}.filter-summary.visible{display:flex}.filter-summary span{color:#9ca3af;font-size:14px}.filter-summary strong{color:#3b82f6;font-weight:600}.filter-summary button{color:#ef4444;font-size:13px;transition:all .2s;font-weight:500}[dir] .filter-summary button{background:none;border:none;cursor:pointer;padding:6px 12px;border-radius:6px}[dir] .filter-summary button:hover{background:rgba(239,68,68,.1)}[dir] .search-section{margin-bottom:5px}.search-section label{display:block;color:#9ca3af;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}[dir] .search-section label{margin-bottom:10px;margin-top:0}.search-container{position:relative}#comunaSearchInput{width:100%;color:#fff;font-size:15px;transition:all .2s}[dir] #comunaSearchInput{background:#374151;border:2px solid #4b5563;border-radius:8px}[dir=ltr] #comunaSearchInput{padding:12px 40px 12px 12px}[dir=rtl] #comunaSearchInput{padding:12px 12px 12px 40px}#comunaSearchInput:focus{outline:none}[dir] #comunaSearchInput:focus{border-color:#3b82f6;background:#4b5563;box-shadow:0 0 0 3px rgba(59,130,246,.1)}#comunaSearchInput::placeholder{color:#6b7280}.clear-search{position:absolute;top:50%;color:#9ca3af;width:26px;height:26px;display:none;align-items:center;justify-content:center;font-size:20px;line-height:1;transition:all .2s}[dir] .clear-search{transform:translateY(-50%);background:#4b5563;border:none;border-radius:50%;cursor:pointer}[dir=ltr] .clear-search{right:10px}[dir=rtl] .clear-search{left:10px}.clear-search:hover{color:#fff}[dir] .clear-search:hover{background:#6b7280}.clear-search.visible{display:flex}.dropdown{position:absolute;top:calc(100% + 8px);max-height:280px;overflow-y:auto;z-index:1000;display:none}[dir] .dropdown{background:#374151;border:1px solid #4b5563;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.5)}[dir=ltr] .dropdown,[dir=rtl] .dropdown{left:0;right:0}.dropdown.visible{display:block}.dropdown-item{transition:all .15s;color:#d1d5db;font-size:14px}[dir] .dropdown-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #4b5563}[dir] .dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{color:#fff}[dir] .dropdown-item:hover{background:#4b5563}.no-results{color:#6b7280;font-size:14px}[dir] .no-results{padding:20px;text-align:center}.selected-tags{display:flex;flex-wrap:wrap;gap:8px}[dir] .selected-tags{margin-top:12px}.comuna-tag{display:inline-flex;align-items:center;gap:8px;color:#60a5fa;font-size:12px;font-weight:500;transition:all .2s}[dir] .comuna-tag{padding:6px 10px;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);border-radius:16px}[dir] .comuna-tag:hover{background:rgba(59,130,246,.25);border-color:rgba(59,130,246,.5)}.remove-comuna{color:#60a5fa;width:16px;height:16px;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:16px;line-height:1;font-weight:600}[dir] .remove-comuna{background:none;border:none;cursor:pointer;padding:0;border-radius:50%}[dir] .remove-comuna:hover{background:hsla(0,0%,100%,.2)}[dir] .filter-footer{padding:16px;border-top:1px solid #374151;background:#111827}.apply-btn{width:100%;color:#fff;font-weight:600;font-size:14px;transition:all .2s}[dir] .apply-btn{padding:12px;background:#3b82f6;border:none;border-radius:8px;cursor:pointer}[dir] .apply-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.4)}[dir] .apply-btn:active{transform:translateY(0)}.filter-icon-btn{position:absolute;top:70px;width:40px;height:40px;backdrop-filter:blur(10px);z-index:1001;transition:all .2s;display:flex;align-items:center;justify-content:center}[dir] .filter-icon-btn{background:rgba(20,20,20,.95);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.5);padding:0}[dir=ltr] .filter-icon-btn{right:20px}[dir=rtl] .filter-icon-btn{left:20px}[dir] .filter-icon-btn:hover{background:rgba(40,40,40,.95);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.6);border-color:rgba(59,130,246,.3)}.filter-icon-btn svg{color:#3b82f6;transition:color .2s}.filter-icon-btn:hover svg{color:#60a5fa}.filter-badge-small{position:absolute;top:-6px;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center}[dir] .filter-badge-small{background:#3b82f6;border-radius:9px;padding:0 5px;border:2px solid rgba(20,20,20,.95)}[dir=ltr] .filter-badge-small{right:-6px}[dir=rtl] .filter-badge-small{left:-6px}.dropdown::-webkit-scrollbar,.filter-content::-webkit-scrollbar{width:8px}[dir] .dropdown::-webkit-scrollbar-track,[dir] .filter-content::-webkit-scrollbar-track{background:#1f2937;border-radius:4px}.dropdown::-webkit-scrollbar-thumb,.filter-content::-webkit-scrollbar-thumb{transition:background .2s}[dir] .dropdown::-webkit-scrollbar-thumb,[dir] .filter-content::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}[dir] .dropdown::-webkit-scrollbar-thumb:hover,[dir] .filter-content::-webkit-scrollbar-thumb:hover{background:#6b7280}.filter-hint{font-size:12px;color:#dbeafe;line-height:1.5}[dir] .filter-hint{padding:10px 14px;border-radius:6px;margin-bottom:0}[dir=ltr] .filter-hint{background:linear-gradient(135deg,#3b82f6,#60a5fa)}[dir=rtl] .filter-hint{background:linear-gradient(-135deg,#3b82f6,#60a5fa)}.filter-hint strong{color:#fff;font-weight:600}@media (max-width:768px){.filter-panel-comuna{width:100%}.filter-icon-btn{top:70px}[dir=ltr] .filter-icon-btn{right:10px}[dir=rtl] .filter-icon-btn{left:10px}}.basemap-selector{position:absolute;top:10px;z-index:1000}[dir=ltr] .basemap-selector{left:50px}[dir=rtl] .basemap-selector{right:50px}.basemap-toggle{backdrop-filter:blur(10px);font-size:12px;font-weight:600;color:#fff;transition:all .3s ease;display:flex;align-items:center;gap:8px}[dir] .basemap-toggle{background:rgba(20,20,20,.95);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:8px 12px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.5)}[dir] .basemap-toggle:hover{background:rgba(40,40,40,.95);border-color:rgba(59,130,246,.3);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.6)}.basemap-dropdown{position:absolute;top:50px;backdrop-filter:blur(10px);min-width:140px;display:none;flex-direction:column;gap:4px}[dir] .basemap-dropdown{background:rgba(20,20,20,.95);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.8);padding:8px}[dir=ltr] .basemap-dropdown{left:0}[dir=rtl] .basemap-dropdown{right:0}.basemap-dropdown.show{display:flex}.basemap-option{font-size:12px;font-weight:500;color:#e5e7eb;transition:all .2s ease;display:flex;align-items:center;gap:8px}[dir] .basemap-option{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:6px;padding:8px 10px;cursor:pointer}[dir=ltr] .basemap-option{text-align:left}[dir=rtl] .basemap-option{text-align:right}[dir] .basemap-option:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.15)}.basemap-option.active{color:#fff}[dir] .basemap-option.active{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.4)}@media (max-width:768px){.basemap-toggle{font-size:12px}[dir] .basemap-toggle{padding:8px 12px}.basemap-option{font-size:12px}[dir] .basemap-option{padding:8px 10px}}[dir] .select-all-item{background:rgba(59,130,246,.08)!important;border:1px solid rgba(59,130,246,.2)!important;margin-bottom:10px}[dir] .select-all-item:hover{background:rgba(59,130,246,.12)!important;border-color:rgba(59,130,246,.3)!important}[dir] .select-all-item.active{background:rgba(59,130,246,.2)!important;border-color:rgba(59,130,246,.5)!important}[dir] .select-all-checkbox:indeterminate{background-color:#3b82f6;border-color:#3b82f6}.select-all-checkbox:indeterminate:after{content:"−";display:block;color:#fff;font-size:16px;font-weight:700;line-height:14px}[dir] .select-all-checkbox:indeterminate:after{text-align:center}[dir] .filter-section{margin-bottom:0;padding-bottom:0;border-bottom:none}[dir] .filter-section:first-child{margin-top:0}[dir] .filter-section:last-child{border-bottom:none}.filter-section h4{font-size:14px;font-weight:700;color:#1f2937}[dir] .filter-section h4{margin-bottom:8px;margin-top:0}.filter-note-small{font-size:11px;color:#6b7280;font-style:italic;display:inline-block}[dir] .filter-note-small{margin-bottom:12px;padding:6px 10px;background:#f3f4f6;border-radius:4px}[dir] .sitios-filter{padding:20px;border-radius:12px;border:3px solid #eab308!important;margin-top:12px;box-shadow:0 4px 12px rgba(234,179,8,.2)}[dir=ltr] .sitios-filter{background:linear-gradient(135deg,#fef3c7,#fef08a)}[dir=rtl] .sitios-filter{background:linear-gradient(-135deg,#fef3c7,#fef08a)}.sitios-filter h4{color:#ca8a04;font-size:18px;font-weight:700;display:flex;align-items:center;gap:8px}[dir] .sitios-filter h4{margin-bottom:10px}.sitios-filter .filter-note-small{color:#854d0e;display:block}[dir] .sitios-filter .filter-note-small{background:#fef9e7}[dir=ltr] .sitios-filter .filter-note-small{border-left:3px solid #eab308}[dir=rtl] .sitios-filter .filter-note-small{border-right:3px solid #eab308}[dir] .filter-group{margin-bottom:16px}.filter-group label{display:block;font-size:13px;font-weight:600;color:#78350f}[dir] .filter-group label{margin-bottom:6px}.filter-input,.filter-select{width:100%;font-size:14px;transition:all .2s ease;font-family:inherit}[dir] .filter-input,[dir] .filter-select{padding:10px 12px;border:2px solid #d1d5db;border-radius:6px;background:#fff}.filter-input:focus,.filter-select:focus{outline:none}[dir] .filter-input:focus,[dir] .filter-select:focus{border-color:#eab308;box-shadow:0 0 0 3px rgba(234,179,8,.15)}[dir] .filter-input{margin-bottom:8px}.filter-input::placeholder{color:#9ca3af;font-style:italic}[dir] .filter-select{cursor:pointer}.filter-select:disabled{opacity:.6}[dir] .filter-select:disabled{background:#f3f4f6;cursor:not-allowed}.selected-filters{display:flex;flex-wrap:wrap;gap:8px;min-height:24px}[dir] .selected-filters{margin-top:14px;padding-top:8px;border-top:2px dashed #fbbf24}.filter-tag{display:inline-flex;align-items:center;color:#fff;font-size:12px;font-weight:600;gap:8px;transition:all .2s ease}[dir] .filter-tag{padding:6px 12px;border-radius:20px;box-shadow:0 2px 6px rgba(234,179,8,.3)}[dir=ltr] .filter-tag{background:linear-gradient(135deg,#eab308,#f59e0b);animation:slideIn .3s ease}[dir=rtl] .filter-tag{background:linear-gradient(-135deg,#eab308,#f59e0b);animation:slideIn .3s ease}[dir] .filter-tag:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(234,179,8,.4)}.filter-tag small{opacity:.95;font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.filter-tag button{color:#fff;width:20px;height:20px;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}[dir] .filter-tag button{background:hsla(0,0%,100%,.3);border:none;border-radius:50%;cursor:pointer;padding:0}[dir] .filter-tag button:hover{background:hsla(0,0%,100%,.5);transform:scale(1.15)}[dir] .filter-tag button:active{transform:scale(.95)}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){[dir] .sitios-filter{padding:15px}[dir] .filter-group{margin-bottom:14px}.filter-tag{font-size:11px}[dir] .filter-tag{padding:5px 10px}}.layers-icon-btn{position:absolute;top:20px;z-index:999;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}[dir] .layers-icon-btn{background:rgba(20,20,20,.95);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.5)}[dir=ltr] .layers-icon-btn{right:20px}[dir=rtl] .layers-icon-btn{left:20px}[dir] .layers-icon-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.4)}[dir] .layers-icon-btn:active{transform:translateY(0)}.layers-icon-btn svg{color:#3b82f6;transition:color .2s}.label-hint{color:#6b7280;font-weight:400;font-size:11px;font-style:italic;text-transform:none!important}.mapboxgl-popup-close-button{z-index:10!important;width:28px!important;height:28px!important}[dir] .mapboxgl-popup-close-button{background:transparent!important;border-radius:4px!important}[dir=ltr] .mapboxgl-popup-close-button{right:8px!important}[dir=rtl] .mapboxgl-popup-close-button{left:8px!important}