html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden}:root{--primary-color:#2ecc71;--primary-dark:#27ae60;--secondary-color:#3498db;--secondary-dark:#2980b9;--text-color:#2c3e50;--text-light:#666;--text-dark:#333;--bg-primary:#fff;--bg-secondary:#f5f6fa;--bg-tertiary:#f8f9fa;--border-color:#dcdde1;--border-radius:8px;--shadow-sm:0 2px 4px rgba(0,0,0,0.1);--shadow-md:0 4px 6px rgba(0,0,0,0.1);--shadow-lg:0 8px 16px rgba(0,0,0,0.1);--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--panel-width:320px;--panel-width-expanded:400px;--mobile-padding:12px;--header-height:60px;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease;--z-map:1;--z-controls:2;--z-modal:3;--z-popup:4;--z-overlay:5}#map{position:absolute;top:0;bottom:0;width:100%;height:100%}.map-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.8);display:flex;justify-content:center;align-items:center;z-index:1000}.map-overlay.hidden{display:none}.control-container{position:fixed;top:10px;left:50%;transform:translateX(-50%);width:auto;background:white;box-shadow:0 2px 4px rgba(0,0,0,0.1);z-index:1001;border-radius:25px;padding:10px;display:flex;gap:10px}.control-tab{background:#f5f6fa;border-radius:25px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;border:0;color:#2c3e50;padding:5px 10px}.control-tab:hover{background:#e9ecef}.control-tab.active{background:#c7c7c7;box-shadow:0 0 0 1px #c3c3c3b2;color:#353535}.tab-icon{width:15px;height:15px}.panels-container{position:fixed;top:0;right:0;bottom:0;background:white;border-radius:8px 0 0 8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);width:400px;z-index:1001;display:none}.panel{display:none;height:100%;overflow-y:auto}.panel.active{display:block}.panels-container:has(.panel.active){display:block}.panel-content{padding:20px;height:100%;box-sizing:border-box;overflow-y:auto}@media(max-width:768px){.control-container{left:0;right:0;transform:none;top:0;gap:5px;justify-content:space-around;border-radius:0;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px)}.control-tab{justify-content:center;font-size:.75em;min-width:30px}.tab-icon{width:18px;height:18px}.panels-container{width:100%;border-radius:0;top:45px;height:calc(100% - 45px);box-shadow:0 -2px 10px rgba(0,0,0,0.1)}.panel-content{padding:16px 12px;height:calc(100% - 32px)}.control-tab{height:25px}.layer-group{margin-bottom:16px}.layer-group-title{font-size:.9em;margin-bottom:0;padding:10px 12px;background:#f8f9fa;cursor:pointer;user-select:none;transition:background-color .3s ease}.layer-group-title:hover{background:#e9ecef}.layer-item{padding:8px;margin:4px 0}}@media(max-width:768px){.control-container.collapsed .panels-container{animation:slideOut .25s ease-out forwards}.control-container:not(.collapsed) .panels-container:has(.panel.active){animation:slideIn .25s ease-out forwards}}@media(max-width:360px){.control-tab{padding:8px 2px;font-size:.8em;min-width:50px}.tab-icon{width:16px;height:16px}}@media(max-height:450px) and (orientation:landscape){.control-container{padding:4px 2px}.panels-container{top:48px;height:calc(100% - 48px)}.panel-content{padding:12px 8px}}@keyframes slideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOut{from{transform:translateX(0)}to{transform:translateX(100%)}}.maplibregl-control-container{pointer-events:auto !important}.maplibregl-ctrl-top-right{top:auto !important;bottom:120px !important;right:10px !important}.maplibregl-ctrl-geolocate{width:29px !important;height:29px !important;background:#fff !important;border:none !important;border-radius:4px !important;cursor:pointer !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 0 0 2px rgba(0,0,0,0.1) !important;margin:0 !important;pointer-events:auto !important}.maplibregl-ctrl-geolocate.active{background-color:#007bff !important;color:white !important}.maplibregl-ctrl-geolocate-background{background-color:#007bff !important;color:white !important}.maplibregl-ctrl-geolocate-error{background-color:#f33 !important}.legal-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1000000}.legal-modal-content{position:relative;background:white;margin:20px auto;padding:25px;width:90%;max-width:800px;max-height:85vh;overflow-y:auto;border-radius:8px}.legal-modal-close{position:absolute;top:10px;right:10px;background:#f44336;border:0;border-radius:50%;width:30px;height:30px;font-size:24px;cursor:pointer;z-index:1000001;color:white;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px rgba(0,0,0,0.2)}.legal-modal-close:hover{background:#d32f2f;transform:scale(1.1)}.legal-link{cursor:pointer;color:#666;text-decoration:none}.legal-link:hover{color:#333}.panel-content{height:100%;display:flex;flex-direction:column;overflow-y:auto;padding:20px}.menu-footer{margin-top:auto;padding:20px 0;border-top:1px solid var(--border-color)}.social-links{display:flex;justify-content:center;gap:15px;margin-bottom:15px}.social-icon{width:24px;height:24px;transition:transform .2s}.social-icon:hover{transform:scale(1.1)}.made-with{text-align:center;color:var(--text-color);margin:10px 0;font-size:14px;font-family:sans-serif;height:10px}.heart{color:#e74c3c}.legal-link{display:block;text-align:center;color:var(--text-color);font-size:12px;text-decoration:none;margin-top:10px;font-family:sans-serif}.legal-link:hover{text-decoration:underline}.layer-group{margin-bottom:20px}.layer-group-title{font-size:.9em;font-weight:600;font-family:sans-serif;color:#2c3e50;padding:12px 15px;margin-bottom:0;border-bottom:2px solid #e0e0e0;background:#f8f9fa;border-radius:8px;cursor:pointer;user-select:none;transition:background-color .3s ease}.layer-group-title:hover{background:#e9ecef}.layer-item{margin-bottom:10px}@media(max-width:768px){.panel-content{padding:15px}.social-icon{width:20px;height:20px}.made-with{font-size:12px}.legal-link{font-size:11px}}.refugio-popup-content{padding:0}.refugio-popup-content h3{background-color:#6d4c41;color:#fff;font-size:1.1em;padding:8px 15px;border-radius:8px;margin-bottom:15px;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.refugio-detalles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:15px}.refugio-detalle-item{background-color:#f5eeed;padding:8px 10px;border-radius:6px;text-align:center;border:1px solid #e0d3d0;font-size:.95em;color:#4e342e}.refugio-detalle-item strong{display:block;font-size:.8em;color:#8d6e63;margin-bottom:3px;text-transform:uppercase;letter-spacing:.5px}.refugio-detalle-valor{font-weight:bold;font-size:1.1em}.refugio-descripcion{font-size:.95em;line-height:1.5;color:#3e2723;margin-bottom:15px;background-color:#fafafa;padding:10px 15px;border-radius:8px;border:1px solid #eee;box-shadow:inset 0 1px 2px rgba(0,0,0,0.03)}.refugio-info-contacto{text-align:center;padding-top:10px;border-top:1px solid #eceff1;margin-top:15px}.refugio-info-contacto p{margin:5px 0;font-size:.9em;color:#5d4037}.refugio-info-contacto a{color:#3949ab;text-decoration:none;font-weight:bold}.refugio-info-contacto a:hover{text-decoration:underline;color:#1a237e}.refugio-info-contacto .web-link-img{height:2em;vertical-align:middle;margin-right:5px;border:0}.refugio-info-contacto .web-link{display:inline-flex;align-items:center;text-decoration:none;color:#3949ab;font-weight:bold}.refugio-info-contacto .web-link:hover{color:#1a237e;text-decoration:underline}.pista-popup-content h3{background-color:#007bff;color:#fff;font-size:1em;padding:8px 15px;border-radius:8px;margin-bottom:15px;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.pista-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:15px}.pista-stat-item{background-color:#ebf5fb;padding:10px;border-radius:8px;text-align:center;border:1px solid #d6eaf8;box-shadow:inset 0 1px 3px rgba(0,0,0,0.05)}.pista-stat-item strong{display:block;font-size:.85em;color:#6c7a89;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.pista-stat-value{font-size:1.1em;font-weight:bold;color:#34495e}.pista-stat-value.difficulty-green{color:#27ae60}.pista-stat-value.difficulty-blue{color:#3498db}.pista-stat-value.difficulty-red{color:#e74c3c}.pista-stat-value.difficulty-black,.pista-stat-value.difficulty-expert,.pista-stat-value.difficulty-advanced{color:#2c3e50}.elevation-chart-container{background:#fff;border-radius:10px;padding:15px;margin-top:20px;border:1px solid #ecf0f1;box-shadow:0 2px 8px rgba(0,0,0,0.08);overflow:hidden;height:120px}.elevation-chart-container{height:auto;min-height:120px}.pista-sector{text-align:center;font-size:.9em;color:#7f8c8d;margin-top:10px}.esqui-popup-content{padding:0}.esqui-popup-content h3{background-color:#3498db;color:#fff;font-size:1em;padding:6px 12px;border-radius:8px;margin-bottom:15px;text-align:center}.esqui-total-km{font-size:1em;font-weight:bold;color:#2c3e50;text-align:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #ecf0f1}.esqui-pistas-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:15px}.esqui-pista-item{display:flex;align-items:center;font-size:.95em;color:#555;background-color:#f8f9fa;padding:8px 10px;border-radius:6px}.esqui-pista-color-circle{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;flex-shrink:0;border:1px solid rgba(0,0,0,0.1)}.esqui-pista-color-circle.verde{background-color:hsl(105,99%,40%)}.esqui-pista-color-circle.azul{background-color:hsl(197,94%,54%)}.esqui-pista-color-circle.rojo{background-color:hsl(0,87%,52%)}.esqui-pista-color-circle.negro{background-color:black}.esqui-cotas{font-size:1em;color:#34495e;text-align:center;padding-top:10px;border-top:1px solid #ecf0f1;font-weight:bold}.gr-popup-content h3{background-color:#79a83e;color:#fff;font-size:1em;padding:6px 12px;border-radius:8px;margin-bottom:15px;text-align:center}.gr-popup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 15px;margin-top:10px}.gr-popup-item{background-color:#f8f9fa;padding:8px 12px;border-radius:6px;font-size:.95em;color:#555;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;border:1px solid #e9ecef}.gr-popup-item strong{font-size:.85em;color:#888;margin-bottom:2px;text-transform:uppercase;letter-spacing:.5px}.gr-popup-value{font-size:1em;color:#333;font-weight:bold}.gr-popup-item.dificultad .gr-popup-value{color:#d35400;font-weight:bold}.gr-popup-item.peligroso{background-color:#ffe0b2;border-color:#ffb74d}.gr-popup-item.peligroso .gr-popup-value{color:#c0392b;font-weight:bold}.gr-popup-value.na{color:#999;font-style:italic;font-weight:normal}.maplibregl-popup-content{max-width:350px;padding:20px}.popup-content{padding:0}.popup-content h3{background-color:#ffd700;color:#333}.maplibregl-popup-content{background-color:#fff;border-radius:10px !important;box-shadow:0 4px 15px rgba(0,0,0,0.2);border:1px solid #e0e0e0;padding:15px;width:auto;max-width:320px;min-width:200px;z-index:99999;box-sizing:border-box;font-family:'Arial',sans-serif;line-height:1.5;color:#333}.maplibregl-popup-tip{border-top-color:#fff !important}.popup-content{padding:0}.popup-content h3{margin:0 0 12px 0;background-color:#ffd700;display:inline-block;color:#333;font-size:16px;font-weight:bold;padding:4px 10px;border-radius:6px;text-align:center;width:100%;box-sizing:border-box}.popup-content p{margin:8px 0;font-size:15px;color:#555}.popup-content p strong{color:#333}.popup-content a{color:#007bff;text-decoration:none;transition:color .2s ease}.popup-content a:hover{color:#0056b3;text-decoration:underline}.elevation-chart-container{background:#f8f9fa;border-radius:8px;padding:15px;margin-top:15px;border:1px solid #e9ecef;box-shadow:inset 0 1px 3px rgba(0,0,0,0.05);height:120px}.mas-info-btn{display:block;width:100%;padding:8px;margin-top:10px;background:#007bff;color:white;border:0;border-radius:4px;cursor:pointer;text-align:center}.mas-info-btn:hover{background:#0056b3}.popup-expandido-pc{position:fixed;right:0;top:0;height:100vh;width:400px;background:white;z-index:9999;padding:20px;box-sizing:border-box;overflow-y:auto;box-shadow:-2px 0 10px rgba(0,0,0,0.1)}.popup-expandido-movil{position:fixed;left:0;top:0;width:100vw;height:100vh;background:white;z-index:9999;padding:20px;box-sizing:border-box;overflow-y:auto}.cerrar-popup{position:fixed;right:15px;top:28px;width:30px;height:30px;background:white;border:1px solid #ccc;border-radius:50%;font-size:20px;line-height:1;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,0.2);z-index:10000;display:flex;align-items:center;justify-content:center;color:#555}.cerrar-popup:hover{background:#f0f0f0;color:#000}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999}@media(max-width:600px){.cerrar-popup{width:25px;height:25px;font-size:16px;right:10px;top:10px}}@media(max-width:768px){.popup-expandido-pc{display:none}}@media(min-width:769px){.popup-expandido-movil{display:none}}@media(max-width:768px){.popup-expandido-movil{font-size:.9em}.popup-expandido-movil h3{font-size:1.1em}.popup-expandido-movil p{font-size:.9em}}@media(max-width:768px){.popup-expandido-movil{padding:15px}.popup-expandido-movil h3{margin:10px 0}.popup-expandido-movil .refugio-detalles-grid,.popup-expandido-movil .pista-stats-grid{margin:10px 0;gap:8px}.popup-expandido-movil .refugio-descripcion{margin:10px 0}}@media(max-width:768px){.popup-expandido-movil{padding:12px}.popup-expandido-movil .pilots-banner{height:55px;margin-bottom:10px}.popup-expandido-movil h3{font-size:1em;margin:8px 0}.popup-expandido-movil p{font-size:.85em;margin:8px 0}.popup-expandido-movil .refugio-detalles-grid,.popup-expandido-movil .pista-stats-grid{gap:6px;margin:8px 0}.popup-expandido-movil .refugio-detalle-item,.popup-expandido-movil .pista-stat-item{font-size:.85em;padding:4px 0}.popup-expandido-movil img{max-height:35px}.popup-expandido-movil button{padding:6px 10px;font-size:.85em}.popup-expandido-movil>div{margin-bottom:10px}}@media(max-width:768px){.popup-expandido-movil .pilots-banner-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.popup-expandido-movil .pilots-banner-bg-img{width:100%;height:100%;object-fit:cover;object-position:center}}@media(max-width:768px){.popup-expandido-movil .pilots-banner{height:55px}.popup-expandido-movil .pilots-banner-background{height:55px}.popup-expandido-movil .pilots-banner-content{height:55px}}@media(max-width:768px){.popup-expandido-movil .pilots-banner-bg-img{min-height:100%;min-width:100%;width:auto;height:auto}}@media(max-width:768px){.popup-expandido-movil .pilots-banner{width:85%;margin-left:auto;margin-right:auto}}.popup-expandido-movil .pilots-banner-content,.popup-expandido-pc .pilots-banner-content{justify-content:center}.popup-expandido-movil .maps-banner-content,.popup-expandido-pc .maps-banner-content{justify-content:center}.popup-expandido-movil .pilots-banner img,.popup-expandido-pc .pilots-banner img,.popup-expandido-movil .maps-banner img,.popup-expandido-pc .maps-banner img{position:absolute;left:15px}.popup-expandido-movil .pilots-banner-background,.popup-expandido-pc .pilots-banner-background,.popup-expandido-movil .maps-banner-background,.popup-expandido-pc .maps-banner-background{transform:translateX(-15px)}@media(max-width:768px){.popup-expandido-movil .pilots-banner-background,.popup-expandido-movil .maps-banner-background{margin-left:-15px;width:calc(100% + 30px)}}@media(max-width:768px){.popup-expandido-movil .pilots-banner-text h2,.popup-expandido-movil .maps-banner-text h2{margin-left:60px}.popup-expandido-movil .pilots-banner-text h3,.popup-expandido-movil .maps-banner-text h3{margin-left:60px}.maplibregl-popup-content .pilots-banner-text h2,.maplibregl-popup-content .maps-banner-text h2,.maplibregl-popup-content .pilots-banner-text h3,.maplibregl-popup-content .maps-banner-text h3{margin-left:0;text-align:center}}.pilots-banner-text h2{margin:0;font-size:1.2em;color:#333}.pilots-banner-text h3{margin:5px 0 0 0;font-size:.9em;color:#666;background:0;padding:0;display:block;width:auto}.popup-expandido-movil .pilots-banner-text h2,.popup-expandido-pc .pilots-banner-text h2{margin:0;margin-left:60px;font-size:1.2em;color:#333}.popup-expandido-movil .pilots-banner-text h3,.popup-expandido-pc .pilots-banner-text h3{margin:0;margin-left:60px;font-size:.9em;color:#666;background:0;padding:0;display:block;width:auto}.pilots-banner{position:relative;border-radius:8px;margin-bottom:15px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.1);height:70px}.pilots-banner-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.pilots-banner-bg-img{width:100%;height:100%;object-fit:cover}.pilots-banner-content{position:relative;display:flex;align-items:center;justify-content:center;padding:0;gap:15px;z-index:2;height:100%;background:rgba(255,255,255,0.55)}.pilots-banner-icon{width:48px;height:48px;object-fit:contain}.pilots-banner-text{text-align:center}.pilots-banner-text h2{margin:0;font-size:1.2em;color:#333}.pilots-banner-text h3{margin:5px 0 0 0;font-size:.9em;color:#666;background:0;padding:0;display:block;width:auto}.mas-info-btn{display:block;width:100%;padding:8px;margin-top:10px;background:#007bff;color:white;border:0;border-radius:4px;cursor:pointer;text-align:center}.mas-info-btn:hover{background:#0056b3}.more-apps{padding:12px;background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.apps-link{display:flex;align-items:center;text-decoration:none;color:var(--text-color);margin-bottom:15px;font-size:12px}.apps-icon{width:20px;height:20px;margin-right:8px}.more-apps-box-link{display:block;text-decoration:none;margin-bottom:10px}.more-apps-box{display:flex;align-items:center;background:var(--light-gray);padding:8px;border-radius:6px;border:1px solid var(--border-color);transition:all .2s ease;height:50px}.more-apps-box:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.1)}.apps-icon-box{width:50px;height:50px;margin-right:10px;object-fit:contain}.more-apps-box-inner{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.apps-icon-box-inner{width:20px;height:20px;margin-bottom:4px;object-fit:contain}.more-apps-box h3{margin:0;color:var(--text-color);font-size:12px;font-weight:500}.layer-group{background:#fbfbfb;border-radius:8px;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.layer-group-title:hover{background:#e9ecef}.no-routes{font-family:sans-serif;font-size:14px}.layer-item{display:flex;align-items:center;justify-content:space-between;padding:8px;margin:4px 0}.switch{position:relative;display:inline-block;width:50px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:white;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#2196f3}input:checked+.slider:before{transform:translateX(26px)}.layer-filter-container-refugios,.layer-filter-container-gr{background:#f8f9fa;border-radius:6px;margin-top:8px;padding:10px;border:1px solid #e0e0e0;font-size:14px}.checkbox-container{display:flex;align-items:center;margin:8px 0;padding:5px;border-radius:4px}.checkbox-container:hover{background-color:#eef2f7}.filter-indicator{width:8px;height:8px;border-radius:50%;margin-left:8px;background-color:#2196f3}.layer-group[data-translate="group_aerial"]{border-left:4px solid #4caf50}.layer-group[data-translate="group_accommodation"]{border-left:4px solid #2196f3}.layer-group[data-translate="group_mountain"]{border-left:4px solid #ff9800}#layersPanel .switch-label{display:flex;align-items:center;font-family:sans-serif;font-size:14px;color:#45494d;font-weight:400;justify-content:space-between;width:100%}#layersPanel .switch{width:36px;height:20px;margin-left:8px}#layersPanel .slider:before{height:16px;width:16px;left:2px;bottom:2px}#layersPanel input:checked+.slider:before{transform:translateX(16px)}#layersPanel .layer-filter-container-refugios,#layersPanel .layer-filter-container-camping,#layersPanel .layer-filter-container-gr{padding:5px;margin-top:2px}#layersPanel .checkbox-container{gap:10px;padding:0}#layersPanel .filter-icon{font-size:1.2em !important;margin-right:4px !important}#layersPanel .resize-refugios,#layersPanel .resize-gr{margin-bottom:5px}#layersPanel .single-column-filter-box{margin-bottom:5px}#layersPanel .checkbox-container-refugios,#layersPanel .checkbox-container-gr{gap:0}#layersPanel .filter-indicator{width:6px;height:6px;margin-left:4px}#layersPanel .panel-content{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:0 !important}#layersPanel .panel-content::-webkit-scrollbar{display:none}.filter-indicator{width:8px;height:8px;background-color:#4caf50;border-radius:50%;display:none;margin-left:8px}.filter-indicator.active{display:block}.filter-indicator{width:6px;height:6px;margin-left:4px}.filter-indicator{width:8px;height:8px;border-radius:50%;margin-left:8px;background-color:#2196f3}.layer-group-title{display:flex;align-items:center;justify-content:space-between}.layer-group-title .filter-indicator{margin-left:8px;flex-shrink:0}.piritracks-titulo{font-family:Arial,sans-serif;font-size:10px;font-weight:bold;color:#000;text-align:center;margin:20px 0;padding:0;background:0;border:0;box-shadow:none}.piritracks-titulo a:link,.piritracks-titulo a:visited,.piritracks-titulo a:hover,.piritracks-titulo a:active,.piritracks-titulo a:focus{text-decoration:none !important;color:inherit !important;cursor:default !important;outline:none !important}.piritracks-titulo span{color:inherit;font-weight:inherit}.language-dropdown{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:20px 0;padding:10px;background:#f5f6fa;border-radius:8px}.current-language{cursor:pointer;margin-right:10px}.current-language img{width:40px;height:40px;border-radius:4px;margin-right:40px;box-shadow:0 0 0 rgba(0,0,0,0.4);animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.4)}70%{box-shadow:0 0 0 10px rgba(0,0,0,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}.language-dropdown-content{display:flex;flex-direction:row;gap:10px}.language-dropdown-content a{text-decoration:none}.language-dropdown-content img{width:35px;height:35px;border-radius:4px;transition:transform .2s}.language-dropdown-content a:hover img{transform:scale(1.1)}.mode-btn{padding:8px 8px;font-size:1.2rem;background:var(--light-gray);border:0 solid var(--border-color);border-radius:25px;cursor:pointer;transition:all .2s ease;box-shadow:0 0 4px rgba(0,0,0,0.1)}.mode-btn.active{background:#e1e1e1;color:white;border-color:#e1e1e1}.mode-btn:hover:not(.active){background:rgba(46,204,113,0.1)}.mode-btn img{width:24px;height:24px;display:block;margin:0 auto;filter:drop-shadow(0 0 1px rgba(0,0,0,0.3))}.mode-selector{display:flex;flex-direction:row;margin-left:auto;margin-right:auto;width:60%;justify-content:space-around;gap:8px;margin-bottom:25px}.route-controls-group{margin-bottom:10px}.route-controls-group{display:grid;grid-template-columns:1fr auto auto auto;gap:8px;margin-bottom:15px;min-height:40px}.route-controls-group button{margin:0;padding:10px;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:25px;border-color:transparent}.route-controls-group button:first-child{text-align:left}.route-controls-group button:not(:first-child){padding:10px;aspect-ratio:1}.route-controls-group button img{width:20px;height:20px;vertical-align:middle}.route-controls-group button:first-child img{margin-right:8px}.route-controls-group button:not(:first-child) img{margin:0}.maplibregl-ctrl-bottom-right{bottom:20px !important;right:12px !important;position:fixed !important}@media(max-width:768px){.maplibregl-ctrl-bottom-right{bottom:15px !important;right:12px !important}}@media(max-width:480px){.maplibregl-ctrl-bottom-right{bottom:10px !important;right:12px !important}}#btnAyuda{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:10px auto;border-radius:4px;background:white;box-shadow:0 0 0 2px rgba(0,0,0,0.1);cursor:pointer;padding:0;border:0;transition:transform .2s}#btnAyuda:hover{transform:scale(1.05)}#btnAyuda img{width:45px;height:45px}.routes-list{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.route-item{background:white;border-radius:8px;padding:15px;box-shadow:0 2px 4px rgba(0,0,0,0.1);display:flex;justify-content:space-between;align-items:center}.route-info{flex:1}.route-info h3{margin:0 0 5px 0;font-size:1.1em;color:#333}.route-info p{margin:0;color:#666;font-size:.9em}.route-actions{display:flex;gap:8px}.route-actions button{padding:8px 12px;border:0;border-radius:4px;cursor:pointer;font-size:.9em;transition:all .2s ease}.route-actions .show-route{background:#2ecc71;color:white}.route-actions .export-gpx{background:#3498db;color:white}.route-actions .delete-route{background:#e74c3c;color:white}.routes-actions{display:flex;gap:10px;margin-top:20px}.routes-actions button{flex:1;padding:10px;border:0;border-radius:4px;cursor:pointer;font-size:.9em;background:#f5f6fa;color:#2c3e50;transition:all .2s ease}.routes-actions button:hover{background:#e9ecef}@media(max-width:768px){.route-item{flex-direction:column;gap:10px}.route-info{text-align:center}.route-actions{width:100%;justify-content:center}.route-actions button{flex:1;padding:10px 8px;font-size:.85em}.routes-actions{flex-direction:column}}.maplibregl-ctrl-logo-custom{position:absolute !important;bottom:20px !important;left:20px !important;margin:0 !important;z-index:1000 !important}.maplibregl-ctrl-logo-custom img{height:35px;width:auto;display:block}@media(max-width:768px){.maplibregl-ctrl-logo-custom{bottom:10px !important;left:10px !important}.maplibregl-ctrl-logo-custom img{height:30px}}.menu-banners{padding:12px;background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);margin-bottom:15px;display:flex;flex-direction:column;gap:15px}.menu-banners .pilots-banner{height:45px;margin-bottom:0;width:100%}.menu-banners .pilots-banner-content{height:45px;padding:0 10px;gap:10px}.menu-banners .pilots-banner-background{height:45px;width:100%}.menu-banners .pilots-banner-icon{width:32px;height:32px;flex-shrink:0}.menu-banners .pilots-banner-text{flex-grow:1}.menu-banners .pilots-banner-text h2{font-size:.9em;margin:0;white-space:nowrap}.menu-banners .pilots-banner-text h3{font-size:.7em;margin:2px 0 0 0;white-space:nowrap}.hide-route-btn{background:#e74c3c;color:white;border:0;border-radius:4px;padding:5px 10px;cursor:pointer;font-size:14px;transition:background-color .2s ease}.hide-route-btn:hover{background:#c0392b}.map-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.95);display:flex;justify-content:center;align-items:center;z-index:1000}.map-overlay.hidden{display:none}.loading-container{display:flex;flex-direction:column;align-items:center;gap:20px}.logo-container{position:relative;width:80px;height:80px;display:flex;justify-content:center;align-items:center}.loading-logo{width:60px;height:60px;object-fit:contain;z-index:2}.loading-dot{position:absolute;width:8px;height:8px;background-color:#f44;border-radius:50%;top:0;left:50%;transform-origin:0 40px;animation:rotate 2s linear infinite}.loading-text{font-size:16px;color:#333;font-weight:500;text-align:center}@keyframes rotate{from{transform:rotate(0) translateX(-4px)}to{transform:rotate(360deg) translateX(-4px)}}@media(max-width:768px){.logo-container{width:70px;height:70px}.loading-logo{width:50px;height:50px}.loading-dot{transform-origin:0 35px}.loading-text{font-size:14px}}.offline-notification{position:fixed;top:80px;left:50%;transform:translateX(-50%);background:#f44;color:white;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.3);z-index:10000;animation:slideDown .3s ease-out;font-weight:500}.offline-content{display:flex;align-items:center;gap:8px}.offline-icon{font-size:16px}.offline-text{font-size:14px}@keyframes slideDown{from{transform:translateX(-50%) translateY(-100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}.route-controls-group button:disabled{opacity:.5;cursor:not-allowed;background-color:#ccc}.route-controls-group button:disabled:hover{background-color:#ccc;transform:none}@media(max-width:768px){.offline-notification{top:60px;left:10px;right:10px;transform:none;padding:10px 15px}.offline-text{font-size:13px}}.offline-close{background:0;border:0;color:white;font-size:18px;cursor:pointer;margin-left:auto;padding:0 5px;border-radius:50%;transition:background-color .2s}.offline-close:hover{background-color:rgba(255,255,255,0.2)}.offline-notice{background:#fff3cd;border-radius:6px;box-shadow:0 0 2px rgba(0,0,0,0.1);padding:10px;margin-bottom:15px;text-align:center}.offline-notice p{margin:0;color:#6d6d6d;font-size:14px;font-weight:500;font-family:sans-serif}.emergency-phones{margin:20px 0;padding:15px;background-color:#fff3cd;border-radius:8px;border-left:4px solid #e74c3c}.emergency-phones h3{margin:0 0 15px 0;color:#e74c3c;font-size:1.1em;font-weight:bold}.emergency-selector{display:flex;gap:5px;margin-bottom:15px}.emergency-country-btn{flex:1;padding:8px 10px;border:1px solid #ddd;background:white;border-radius:5px;cursor:pointer;font-size:.85em;transition:all .2s}.emergency-country-btn:hover{background-color:#f5f5f5}.emergency-country-btn.active{background-color:#e74c3c;color:white;border-color:#e74c3c}.emergency-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #eee}.emergency-item:last-child{border-bottom:0}.emergency-service{font-weight:500;color:#2c3e50;font-size:.9em}.emergency-number{color:#e74c3c;font-weight:bold;text-decoration:none;font-size:1em}.emergency-number:hover{text-decoration:underline}.reset-layers-btn{width:auto;padding:8px 16px;background-color:#e74c3c;color:white;border:0;border-radius:5px;font-size:14px;cursor:pointer;margin:0 auto 10px auto;font-weight:bold;display:block}.reset-layers-btn:hover{background-color:#e74c3c}.simple-line{height:1px;background:#ddd;margin:10px 0;width:100%;display:none}.pre-cache-title{font-size:12px;font-weight:600;color:#666;text-align:center;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.map-install-container{margin:10px 0;display:flex;flex-direction:column;gap:8px}.install-map-btn,.delete-map-btn{width:60%;padding:6px 10px;border:0;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;margin:0 auto}.install-map-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:white}.install-map-btn:hover:not(:disabled){background:linear-gradient(135deg,#45a049,#3d8b40);transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,0.2)}.install-map-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.delete-map-btn{background:linear-gradient(135deg,#f44336,#d32f2f);color:white}.delete-map-btn:hover{background:linear-gradient(135deg,#d32f2f,#b71c1c);transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,0.2)}.progress-container{margin-top:6px;width:100%}.progress-bar{width:100%;height:4px;background-color:rgba(255,255,255,0.3);border-radius:2px;overflow:hidden;margin-bottom:3px}.progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#45a049);width:0;transition:width .3s ease;border-radius:2px}.progress-text{font-size:10px;color:white;text-align:center;display:block}@media(max-width:768px){.install-map-btn,.delete-map-btn{width:70%;padding:8px 12px;font-size:12px}.progress-bar{height:6px}.progress-text{font-size:11px}.pre-cache-title{font-size:11px}}.install-map-btn.installing{background:linear-gradient(135deg,#2196f3,#1976d2)}.install-map-btn.installing .btn-text{animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.7}100%{opacity:1}}.map-install-container{margin:10px 0;display:flex;flex-direction:column;gap:8px;align-items:center}.install-buttons-row{display:flex;align-items:center;gap:8px;width:100%;position:relative}.install-map-btn,.delete-map-btn{width:60%;padding:6px 10px;border:0;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;margin:0 auto}.help-map-btn{width:32px;height:32px;border:0;border-radius:50%;background:linear-gradient(135deg,#2196f3,#1976d2);color:white;font-size:16px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.help-map-btn:hover{background:linear-gradient(135deg,#1976d2,#1565c0);transform:translateY(-50%) scale(1.1);box-shadow:0 2px 8px rgba(0,0,0,0.2)}.help-modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);backdrop-filter:blur(5px)}.help-modal-content{background-color:white;margin:5% auto;padding:0;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 10px 30px rgba(0,0,0,0.3);animation:modalSlideIn .3s ease}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.help-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0 20px;border-bottom:1px solid #eee}.help-modal-header h3{margin:0;color:#333;font-size:18px}.close-help-modal{background:0;border:0;font-size:24px;cursor:pointer;color:#999;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-help-modal:hover{background:#f0f0f0;color:#333}.help-modal-body{padding:20px}.help-section{margin-bottom:20px}.help-section h4{color:#2196f3;margin:0 0 10px 0;font-size:16px;display:flex;align-items:center;gap:8px}.help-section p{margin:0 0 10px 0;line-height:1.5;color:#555}.help-section ul{margin:0;padding-left:20px}.help-section li{margin-bottom:8px;line-height:1.4;color:#555}@media(max-width:768px){.help-modal-content{margin:10% auto;width:95%}.help-modal-header h3{font-size:16px}.help-section h4{font-size:14px}}#estaciones-container{margin-top:15px;padding:15px;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6;position:relative;z-index:1000;clear:both}.estaciones-pais{margin-bottom:15px;clear:both}.estacion-item{padding:10px 15px;margin:8px 0;background:white;border:1px solid #dee2e6;border-radius:6px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;clear:both;display:block;width:100%;box-sizing:border-box}.estacion-item:hover{background:#007bff;color:white;transform:translateX(5px);box-shadow:0 2px 8px rgba(0,123,255,0.3)}.estacion-item:active{transform:translateX(2px)}#estaciones-container h4{margin:0 0 15px 0;color:#495057;font-size:16px;font-weight:600;text-align:center;border-bottom:2px solid #dee2e6;padding-bottom:8px}.layer-filter-container-refugios{position:relative;z-index:999}.checkbox-container{position:relative;z-index:998}.share-location-button{display:flex;align-items:center;justify-content:center;width:auto;height:40px;margin:10px auto;padding:10px 20px;border-radius:20px;background:#007bff;color:white;box-shadow:0 2px 8px rgba(0,0,0,0.2);cursor:pointer;border:0;font-size:14px;font-weight:500;transition:all .3s ease}.share-location-button:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.3)}.share-location-button:active{transform:translateY(0)}.location-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:10000;display:flex;align-items:center;justify-content:center;padding:15px;box-sizing:border-box}.location-modal-content{background:white;border-radius:12px;padding:20px;width:100%;max-width:400px;max-height:90vh;text-align:center;overflow-y:auto;box-sizing:border-box}.location-modal-content h3{margin:0 0 15px 0;color:#333;font-size:18px}.coordinates-display{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:15px;margin:15px 0;font-family:'Courier New',monospace;font-size:13px;word-break:break-all;line-height:1.4;text-align:left}.location-buttons{display:flex;flex-direction:column;gap:10px;margin-top:15px}.location-buttons button{width:100%;padding:12px;border:0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s}.share-btn{background:#007bff;color:white}.copy-btn{background:#28a745;color:white}.close-btn{background:#6c757d;color:white}.location-buttons button:hover{opacity:.9;transform:translateY(-1px)}@media(max-width:768px){.share-location-button{display:flex !important}.location-modal{padding:10px}.location-modal-content{padding:15px;max-height:85vh}.coordinates-display{font-size:12px;padding:12px}.location-buttons{gap:8px}.location-buttons button{padding:14px;font-size:16px}}@media(max-width:360px){.location-modal{padding:5px}.location-modal-content{padding:12px;border-radius:8px}.location-modal-content h3{font-size:16px}.coordinates-display{font-size:11px;padding:10px}}@media(max-height:500px) and (orientation:landscape){.location-modal-content{max-height:95vh;padding:10px}.location-modal-content h3{margin-bottom:10px;font-size:16px}.coordinates-display{margin:10px 0;padding:10px}.location-buttons{margin-top:10px;gap:6px}.location-buttons button{padding:10px;font-size:13px}}