:root{--primary:#84cc16;--primary-dark:#65a30d;--primary-gradient:linear-gradient(135deg, #bef264 0%, #84cc16 100%);--navy:#0f172a;--brand-navy:#0f172a;--brand-bus:#0f172a;--background:#fff;--surface:#f8fafc;--surface-hover:#f1f5f9;--text-color:#0f172a;--text-muted:#64748b;--border-color:#00000014;--radius-lg:1.5rem;--shadow-md:0 4px 6px -1px #0000000d;--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-top:env(safe-area-inset-top,0px)}:root.dark{--primary:#a3e635;--primary-dark:#84cc16;--primary-gradient:linear-gradient(135deg, #a3e635 0%, #65a30d 100%);--brand-navy:#fff;--brand-bus:#f8fafc;--background:#0f172a;--surface:#1e293b;--surface-hover:#334155;--text-color:#f8fafc;--text-muted:#94a3b8;--border-color:#ffffff1a}.leaflet-control-attribution{display:none!important}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body,#root{background-color:#0f172a;width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{color:var(--text-color);-webkit-font-smoothing:antialiased;font-family:Cairo,Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.is-rtl{direction:rtl;background-image:none!important}.is-rtl .map-container{direction:ltr!important}.is-rtl .search-planner-container,.is-rtl .crystal-footer,.is-rtl .bottom-sheet,.is-rtl .planner-modal,.is-rtl .alerts-overlay,.is-rtl .taxi-overlay,.is-rtl .about-overlay,.is-rtl .nearby-overlay{text-align:right;will-change:transform;contain:layout}.is-rtl .search-icon{margin-left:.75rem;margin-right:0}.is-rtl .chevron-right{transform:rotate(180deg)}.is-rtl .crystal-fab{will-change:transform;left:1.2rem!important;right:auto!important}.is-rtl .back-btn svg{transform:rotate(180deg)}.is-rtl .sheet-handle-container{direction:ltr}.glass-bg{z-index:-1;pointer-events:none;background:#0f172a;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.glass-blob{filter:blur(80px);opacity:.15;will-change:transform;border-radius:50%;position:absolute}.blob-1{background:#84cc16;width:600px;height:600px;animation:20s ease-in-out infinite alternate float-blob;top:-200px;right:-100px}.blob-2{background:#3b82f6;width:500px;height:500px;animation:25s ease-in-out infinite alternate-reverse float-blob;bottom:-150px;left:-100px}.blob-3{opacity:.08;background:#8b5cf6;width:300px;height:300px;animation:18s ease-in-out infinite alternate float-blob;top:40%;left:20%}@keyframes float-blob{0%{transform:translate(0)scale(1)}to{transform:translate(30px,40px)scale(1.1)}}.app-container{position:fixed;inset:0;overflow:hidden;background:0 0!important}.map-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.station-marker-outer{background:#84cc1633;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;animation:2s infinite pulse-green;display:flex}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 6px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}.search-planner-container{top:calc(1rem + var(--safe-area-top));z-index:5000;width:92%;max-width:400px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;left:50%;transform:translate(-50%)}.crystal-header-floating{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffb3;border:1px solid #ffffff4d;border-bottom:2px solid #84cc1633;border-radius:2rem;align-items:center;gap:.5rem;width:100%;padding:.5rem;display:flex;box-shadow:0 10px 30px #0000000d}:root.dark .crystal-header-floating{background:#0f172ab3;border:1px solid #ffffff14;box-shadow:0 10px 30px #0000004d}.lang-toggle svg,.lang-toggle img,.flag-svg{object-fit:cover;border:1px solid #0000000d;border-radius:50%;width:24px;height:24px;display:block}.search-trigger{cursor:pointer;background:#0000000a;border-radius:1.5rem;flex:1;align-items:center;gap:.75rem;padding:.6rem 1rem;transition:background .2s;display:flex}:root.dark .search-trigger{background:#ffffff14}.search-trigger:hover{background:#00000014}.search-trigger .placeholder{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.95rem;font-weight:500}.theme-toggle{color:var(--text-color);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.lang-toggle{cursor:pointer;background:0 0;border:1.5px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:.2rem;padding:0;display:flex;overflow:hidden;box-shadow:0 2px 5px #0000000d}:root.dark .lang-toggle{border-color:#ffffff1a}.lang-selector-container{align-items:center;display:flex;position:relative}.lang-dropdown-horizontal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#ffffffe6;border:1px solid #0000000d;border-radius:1rem;gap:.4rem;padding:.3rem .5rem;animation:.3s cubic-bezier(.16,1,.3,1) slideRight;display:flex;position:absolute;top:50%;left:40px;transform:translateY(-50%);box-shadow:0 4px 15px #0000001a}:root.dark .lang-dropdown-horizontal{background:#0f172ae6;border-color:#ffffff1a}@keyframes slideRight{0%{opacity:0;transform:translateY(-50%)translate(-10px)}to{opacity:1;transform:translateY(-50%)translate(0)}}.lang-option{cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:transform .2s;display:flex;overflow:hidden}.lang-option:hover{transform:scale(1.15)}.lang-option.selected{border-color:var(--primary);box-shadow:0 0 0 2px #84cc1633}.lang-option svg{object-fit:cover;width:100%;height:100%}.lang-toggle svg,.lang-toggle img,.flag-svg{object-fit:cover;width:100%;height:100%;display:block}.planner-backdrop{-webkit-backdrop-filter:blur(4px);z-index:9999;background:#0003;width:100%;height:100%;animation:.3s ease-out fadeIn;position:fixed;top:0;left:0}:root.dark .planner-backdrop{background:#00000080}.planner-modal{top:calc(1rem + var(--safe-area-top));-webkit-backdrop-filter:blur(32px)saturate(180%);z-index:10000;background:#fffc;border:1px solid #fff6;border-radius:2.25rem;flex-direction:column;width:94%;max-width:420px;max-height:calc(100dvh - 16rem);animation:.4s cubic-bezier(.4,0,.2,1) slideInDown;display:flex;position:fixed;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 20px 60px #00000026}:root.dark .planner-modal{background:#0f172acc;border:1px solid #ffffff1a;box-shadow:0 20px 60px #0006}@keyframes slideInDown{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.planner-header-sticky{border-bottom:1px solid var(--border-color);background:0 0;padding:1.5rem}.planner-top-actions{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.back-btn,.swap-btn,.location-btn{background:var(--surface);border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.back-btn:hover,.swap-btn:hover,.location-btn:hover{background:var(--surface-hover);transform:scale(1.05)}.back-btn:active,.swap-btn:active,.location-btn:active{transform:scale(.95)}.location-btn{width:32px;height:32px;color:var(--primary);border-radius:8px}.planner-title{color:var(--text-color);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.planner-inputs-container-v2{flex-direction:column;gap:.8rem;margin-top:1rem;display:flex}.input-row.main-input{background:#0000000a;border:2px solid #0000;border-radius:.85rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}:root.dark .input-row.main-input{background:#ffffff0f}.input-row.main-input:focus-within{border-color:var(--primary);background:var(--surface);box-shadow:0 4px 15px #84cc161f}.input-row.main-input input{color:var(--text-color);background:0 0;border:none;outline:none;flex:1;width:100%;font-size:1.05rem;font-weight:600}.search-icon-inside{color:var(--primary);opacity:1;flex-shrink:0}.origin-toggle-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:fit-content;padding:0 .5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.origin-toggle-btn:hover{color:var(--text-color)}.origin-toggle-btn .edit-text{color:var(--primary);margin-left:4px;font-weight:800}.input-row.origin-secondary{transform-origin:top;background:#84cc160d;border:1.5px solid #84cc1633;border-radius:1rem;align-items:center;gap:1rem;padding:.8rem 1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) premiumUnfold;display:flex;overflow:hidden}@keyframes premiumUnfold{0%{opacity:0;max-height:0;margin-bottom:0;transform:translateY(-10px)scaleY(.8)}to{opacity:1;max-height:100px;margin-bottom:.5rem;transform:translateY(0)scaleY(1)}}.input-row.origin-secondary input{color:var(--text-color);background:0 0;border:none;outline:none;flex:1;width:100%;font-size:1rem;font-weight:600}:root.dark .input-row.origin-secondary{background:#84cc1614}.input-divider{background:var(--border-color);height:1px;margin-left:2.5rem}.dot{border-radius:50%;width:10px;height:10px}.origin-dot{border:2.5px solid var(--primary)}.dest-dot{background:#ef4444}.planner-scroll-content{background:var(--surface);flex:1;padding:1.5rem;overflow-y:auto}.section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:1rem;font-size:.8rem;font-weight:700}.premium-route-card{background:var(--background);cursor:pointer;border-radius:1.25rem;align-items:center;gap:1rem;margin-bottom:.75rem;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000000a}.premium-route-card:active{transform:scale(.98)}.line-pill{text-align:center;color:#fff;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:44px;height:24px;padding:2px;font-size:.85rem;font-weight:800;line-height:.9;display:flex}.route-details{flex:1}.route-name{margin-bottom:2px;font-size:.95rem;font-weight:600}.route-meta{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.dot-separator,.to-arrow{opacity:.3}.empty-results{text-align:center;color:var(--text-muted);padding:3rem 1rem}.empty-icon{opacity:.1;margin-bottom:1rem}.empty-results p{color:var(--text-color);margin-bottom:.5rem;font-weight:600}.empty-results span{font-size:.85rem}.crystal-footer{bottom:calc(2.2rem + var(--safe-area-bottom));-webkit-backdrop-filter:blur(32px)saturate(180%);z-index:5000;background:#fff6;border:1px solid #fff6;border-radius:2.5rem;justify-content:space-evenly;align-items:center;width:92%;max-width:500px;height:84px;padding:0 .5rem;transition:bottom .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0000001a}:root.dark .crystal-footer{background:#0f172a66;border:1px solid #ffffff14}.nav-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;min-width:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.nav-btn.active{color:var(--primary);transform:translateY(-2px)}.nav-btn span{text-transform:uppercase;letter-spacing:.03em;font-size:.65rem;font-weight:700}.crystal-card{-webkit-backdrop-filter:blur(30px)saturate(180%);background:#ffffffe0;border:1px solid #ffffff4d;border-radius:2rem;box-shadow:0 10px 30px #00000014}:root.dark .crystal-card{background:#0f172ae0;border:1px solid #ffffff14;box-shadow:0 10px 30px #00000040}.lines-dropdown,.about-overlay{bottom:calc(8.5rem + var(--safe-area-bottom));z-index:1001;flex-direction:column;width:94%;max-width:450px;max-height:calc(100dvh - 18rem);display:flex;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.sheet-handle-container{flex-shrink:0;justify-content:center;align-items:center;width:100%;height:12px;margin-top:2px;display:flex}.sheet-handle{background:var(--border-color);opacity:.5;border-radius:2px;width:36px;height:4px}.alerts-list::-webkit-scrollbar{width:4px}.alerts-list::-webkit-scrollbar-track{background:0 0}.alerts-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.contact-btn:active{transform:scale(.98);background:#ffffff14!important}.schedules-overlay{z-index:6000;background:var(--background);width:100%;height:100%;padding-top:var(--safe-area-top);padding-bottom:calc(6rem + var(--safe-area-bottom));flex-direction:column;display:flex;position:fixed;top:0;left:0}.lines-list{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.line-item{border-bottom:1px solid var(--border-color);cursor:pointer;align-items:center;gap:1rem;padding:.75rem 1.5rem;transition:background .2s;display:flex}.line-item:active{background:#0000000d}.fav-btn-inline{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.fav-icon-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.fav-icon-glass.active{background:var(--primary);border-color:var(--primary);box-shadow:0 4px 12px #84cc164d}.fav-icon-glass.active svg{filter:drop-shadow(0 0 5px #ffffff80)}.line-name{color:var(--text-color);font-size:.95rem;font-weight:700}.line-meta{color:var(--text-muted);font-size:.75rem;font-weight:600}.line-icon{text-align:center;color:#fff;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:2px;font-size:.9rem;font-weight:800;line-height:.9;display:flex}.line-badge{text-align:center;color:#fff;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:50px;height:24px;padding:2px;font-size:.85rem;font-weight:800;line-height:.9;display:flex}.line-badge.large{border-radius:12px;width:60px;height:60px;padding:4px;font-size:1.2rem}.schedules-header{border-bottom:1px solid var(--border-color);flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 1rem;display:flex}.header-top{justify-content:space-between;align-items:center;display:flex}.header-top h1{letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.close-dropdown{background:var(--surface-hover);width:32px;height:32px;color:var(--text-color);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.ios-search-container{background:#7878801f;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem .8rem;display:flex}.ios-search-container input{width:100%;color:var(--text-color);background:0 0;border:none;outline:none;font-size:1.05rem}.ios-tabs{background:#7878801f;border-radius:9px;padding:2px;display:flex}.tab-btn{cursor:pointer;color:var(--text-color);background:0 0;border:none;border-radius:7px;flex:1;padding:.5rem;font-size:.85rem;font-weight:600;transition:all .2s}.tab-btn.active{background:var(--surface);box-shadow:0 3px 8px #0000001f}.line-item.ios-style{gap:1.25rem;padding:1rem 1.5rem}.line-info{flex-direction:column;flex:1;display:flex}.line-name{margin-bottom:.1rem;font-size:.95rem;font-weight:600}.line-meta,.line-schedule{color:var(--text-muted);font-size:.8rem}.dropdown-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.6rem 1.5rem;display:flex}.dropdown-header h3{margin:0;font-size:1.1rem}.bottom-sheet{bottom:calc(8.5rem + var(--safe-area-bottom));-webkit-backdrop-filter:blur(30px)saturate(180%);z-index:1005;opacity:0;background:#ffffffe0;border:1px solid #ffffff4d;border-radius:2rem;flex-direction:column;width:94%;max-width:450px;max-height:48vh;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s;display:flex;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)translateY(110%);box-shadow:0 10px 40px #00000026}:root.dark .bottom-sheet{background:#0f172ae0;border:1px solid #ffffff14}.sheet-content{-webkit-overflow-scrolling:touch;flex:1;padding:0 1.5rem 1.5rem;overflow-y:auto}.bottom-sheet.open{opacity:1;transform:translate(-50%)translateY(0)}.sheet-handle-container{justify-content:center;margin-bottom:1rem;display:flex}.sheet-handle{background:var(--border-color);border-radius:3px;width:40px;height:5px}.route-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.route-title{color:var(--text-color);font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2}.route-type{font-size:.85rem}.info-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem;display:grid}.info-box{background:var(--surface);border-radius:1rem;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.info-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.info-value{font-size:.9rem;font-weight:700}.stops-timeline{background:var(--surface);border-radius:1.5rem;padding:1.5rem;position:relative}.stop-item{align-items:center;padding:.85rem 0 .85rem 1.75rem;display:flex;position:relative}.stop-item:before{content:"";background:var(--route-color,var(--primary));opacity:.3;width:2px;position:absolute;top:1.75rem;bottom:-.85rem;left:6px}.stop-item:last-child:before{display:none}.stop-item:after{content:"";background:var(--background);border:3px solid var(--route-color,var(--primary));z-index:2;box-sizing:border-box;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:1px;transform:translateY(-50%)}.stop-item.endpoint:after{background:var(--route-color,var(--primary));width:16px;height:16px;left:-1px}.stop-name-container{flex-direction:column;display:flex}.stop-name{font-size:.9rem;font-weight:600}.stop-meta{color:var(--text-muted);margin-top:2px;font-size:.75rem}.line-badge-large{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 12px #0000001a}.primary-btn{color:#fff;cursor:pointer;border:none;border-radius:1rem;width:100%;padding:1rem;font-size:1rem;font-weight:600}.crystal-fab{z-index:1000;-webkit-backdrop-filter:blur(20px)saturate(180%);cursor:pointer;background:#ffffffa6;border:1px solid #fff6;border-radius:1.25rem;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;bottom:9.5rem;right:1.5rem;box-shadow:0 8px 32px #0000001a}.blue-icon{color:var(--primary)}.bus-marker-container{justify-content:center;align-items:center;width:30px;height:30px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.bus-marker-container.selected{transform:scale(1.4)}.bus-marker-body{background:var(--line-color);color:#fff;z-index:2;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative;box-shadow:0 4px 10px #0000004d}.bus-marker-pulse{background:var(--line-color);opacity:.6;z-index:1;border-radius:50%;width:100%;height:100%;animation:2s infinite bus-pulse;position:absolute}@keyframes bus-pulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.station-icon{color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-family:-apple-system,system-ui,sans-serif;font-size:11px;font-weight:800;display:flex;box-shadow:0 2px 5px #0003}.station-icon.airport{background:var(--navy)}.station-icon.ave{background:#10b981}.station-icon.hospital{background:#1e40af}.station-icon.bus-station{background:var(--primary)}.station-icon.cercanias{background:#ef4444}.live-badge{color:#22c55e;background:#22c55e1a;border-radius:4px;align-items:center;gap:4px;margin-top:4px;padding:2px 6px;font-size:10px;font-weight:800;display:inline-flex}.live-badge span{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1s infinite blink;display:inline-block}@keyframes blink{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.bus-popup .leaflet-popup-content-wrapper{border-radius:12px;padding:0;overflow:hidden}.bus-popup .leaflet-popup-content{margin:10px 12px}@keyframes fadeInDown{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.leaflet-popup-content-wrapper{-webkit-backdrop-filter:blur(16px)saturate(180%)!important;background:#fffc!important;border:1px solid #ffffff4d!important;border-radius:1.25rem!important;padding:.25rem!important;box-shadow:0 10px 30px #0000001a!important}:root.dark .leaflet-popup-content-wrapper{color:#f8fafc!important;background:#0f172acc!important;border:1px solid #ffffff14!important}.leaflet-popup-tip{-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#fffc!important}:root.dark .leaflet-popup-tip{background:#0f172acc!important}.leaflet-popup-content{margin:12px 16px!important;font-family:inherit!important;line-height:1.4!important}.leaflet-popup-content strong{letter-spacing:-.01em;margin-bottom:2px;font-size:1rem;font-weight:700;display:block}.leaflet-popup-close-button{color:var(--text-muted)!important;padding:8px!important}.crystal-card{animation:.3s ease-out fadeIn}.lines-dropdown.crystal-card,.about-overlay.crystal-card{animation:.3s ease-out fadeInCentered}@keyframes fadeInCentered{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=400px){.crystal-footer{height:65px}.crystal-footer-btn span{font-size:.6rem}.crystal-footer-icon{width:20px;height:20px}.info-grid{grid-template-columns:1fr}}@media (height<=700px){.lines-dropdown,.about-overlay{max-height:50vh}}.crystal-button-full{border:1.5px solid var(--primary);width:100%;color:var(--primary);cursor:pointer;background:#84cc160f;border-radius:2rem;justify-content:center;align-items:center;gap:.6rem;padding:.8rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.pill-button-outline{border:1.5px solid var(--primary);width:auto;color:var(--primary);cursor:pointer;background:#84cc160f;border-radius:2rem;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.pill-button-outline:active,.crystal-button-full:active{opacity:.8;transform:scale(.96)}.crystal-button-full:hover{background:#84cc1626;transform:translateY(-1px)}.crystal-button-full:active{transform:scale(.98)}.info-box-premium{background:var(--surface);border:1px solid var(--border-color);border-radius:1.25rem;flex-direction:column;gap:.25rem;padding:.6rem 1rem;display:flex}.recent-item:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.recent-icon-wrapper{width:36px;height:36px;color:var(--text-muted);background:#0000000a;border-radius:50%;justify-content:center;align-items:center;display:flex}:root.dark .recent-icon-wrapper{background:#ffffff14}.recent-text{flex-direction:column;flex:1;display:flex}.recent-main{color:var(--text-color);font-size:1rem;font-weight:700}.recent-sub{color:var(--text-muted);font-size:.8rem}.recent-item .arrow-icon{color:var(--border-color)}.info-box-premium .info-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;display:flex}.info-box-premium .info-value{color:var(--text-color);font-size:.9rem;font-weight:700}.stops-timeline-premium{flex-direction:column;padding:.5rem 0;display:flex}.stop-item-premium{gap:1.25rem;min-height:50px;display:flex}.stop-node-container{flex-direction:column;align-items:center;width:12px;display:flex}.stop-node{width:12px;height:12px;box-shadow:0 0 0 1px var(--border-color);z-index:2;background:var(--route-color);border:2.5px solid #fff;border-radius:50%}.stop-line{background:var(--route-color);opacity:.3;flex:1;width:3px;margin:-2px 0}.stop-info-premium{padding-bottom:1.5rem}.stop-item-premium.endpoint .stop-node{border-width:3px;width:14px;height:14px}.approaching-badge{color:var(--primary);align-items:center;gap:4px;margin-top:2px;font-size:.7rem;font-weight:800;animation:2s infinite pulse;display:flex}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.glass-btn{background:var(--surface-hover);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.glass-btn:hover{background:var(--surface);transform:scale(1.05)}.schematic-schedule{flex-direction:column;gap:2px;display:flex}.schedule-range{font-size:.9rem;font-weight:700;line-height:1.3}.schedule-notes{opacity:.6;font-size:.75rem;font-weight:500;line-height:1.2}.glass-circle{-webkit-backdrop-filter:blur(25px)saturate(180%);background:#fff6;border:1px solid #ffffff80;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:68px;height:68px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 40px #0000001a}:root.dark .glass-circle{background:#1e293b80;border:1px solid #ffffff1a;box-shadow:0 10px 40px #0006}.custom-bus-icon{background:0 0!important;border:none!important}.bus-marker-wrapper{justify-content:center;align-items:center;width:24px;height:24px;transition:transform 1.5s linear;display:flex}.bus-marker-body{border:1.5px solid #fff;border-radius:50%;width:10px;height:10px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 5px #0000004d}.bus-marker-wrapper.selected .bus-marker-body{border-width:2px;width:16px;height:16px;box-shadow:0 0 15px #0006}.bus-marker-arrow{filter:drop-shadow(0 1px 1px #0003);border-bottom:5px solid #fff;border-left:3.5px solid #0000;border-right:3.5px solid #0000;width:0;height:0;position:absolute;top:-5px;left:50%;transform:translate(-50%)}.bus-marker-wrapper.selected .bus-marker-arrow{border-bottom-width:7px;border-left-width:4.5px;border-right-width:4.5px;top:-7px}.clear-input-btn{color:#0006;cursor:pointer;background:#00000014;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-right:4px;transition:all .2s;display:flex}:root.dark .clear-input-btn{color:#ffffff80;background:#ffffff1a}.clear-input-btn:hover{background:#00000026;transform:scale(1.1)}.nearby-overlay{bottom:calc(8.5rem + var(--safe-area-bottom));z-index:1002;flex-direction:column;width:94%;max-width:450px;display:flex;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.crystal-fab{-webkit-backdrop-filter:blur(20px)saturate(180%);cursor:pointer;width:52px;height:52px;color:var(--primary);background:#ffffff80;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 32px #0000001f}:root.dark .crystal-fab{background:#0f172a80;border:1px solid #ffffff14}.crystal-fab:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 12px 40px #0000002e}.crystal-fab:active{transform:scale(.95)}.crystal-fab.locating{opacity:.8;pointer-events:none}.blue-icon{color:var(--primary);filter:drop-shadow(0 0 8px #84cc1666)}.spinning-icon{color:var(--primary);animation:1.5s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.category-pill{border:1px solid var(--border-color);background:var(--surface);color:var(--text-color);cursor:pointer;border-radius:12px;flex-shrink:0;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.category-pill:hover{background:var(--surface-hover)}.category-pill.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 12px #84cc1633}.nearby-categories::-webkit-scrollbar{display:none}.nearby-categories{-ms-overflow-style:none;scrollbar-width:none}.poi-placeholder{transition:all .3s}.poi-placeholder:hover{background:#84cc160d!important;border-color:#84cc1633!important}.poi-marker.premium{z-index:1000;animation:2s infinite poi-pulse}@keyframes poi-pulse{0%{transform:scale(1);box-shadow:0 0 #84cc16b3}70%{transform:scale(1.1);box-shadow:0 0 0 10px #84cc1600}to{transform:scale(1);box-shadow:0 0 #84cc1600}}.custom-station-container{background:0 0;border:none}.station-marker-outer{background:#84cc1633;border:1px solid #84cc164d;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;animation:3s infinite station-pulse;display:flex}.station-marker-inner{background:var(--primary);border:2px solid #fff;border-radius:50%;width:10px;height:10px;box-shadow:0 2px 4px #0003}@keyframes station-pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}to{opacity:.8;transform:scale(1)}}.station-popup .leaflet-popup-content-wrapper{border-radius:12px;padding:0;overflow:hidden}.station-popup-content{background:var(--surface);color:var(--text-color);padding:8px 12px}.splash-screen{z-index:99999;color:#fff;background:#0f172a;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.splash-screen.fade-out{opacity:0;pointer-events:none;transition:opacity .8s cubic-bezier(.4,0,.2,1)}.splash-content{flex-direction:column;align-items:center;gap:1.5rem;animation:1.2s cubic-bezier(.175,.885,.32,1.275) splash-entrance;display:flex}@keyframes splash-entrance{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.splash-logo-container{position:relative}.splash-glow{opacity:.3;filter:blur(20px);z-index:-1;background:radial-gradient(circle,#84cc16 0%,#0000 70%);width:140px;height:140px;animation:2s infinite alternate glow-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glow-pulse{0%{opacity:.2;transform:translate(-50%,-50%)scale(.8)}to{opacity:.4;transform:translate(-50%,-50%)scale(1.2)}}.splash-title{letter-spacing:-.05em;background:linear-gradient(#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.5rem;font-weight:900}.splash-subtitle{text-transform:uppercase;letter-spacing:.2em;opacity:.6;font-size:.9rem;font-weight:600}.splash-loader{background:#ffffff1a;border-radius:2px;width:120px;height:4px;margin-top:1rem;overflow:hidden}.loader-bar{background:#84cc16;border-radius:2px;width:40%;height:100%;animation:1.5s ease-in-out infinite loader-slide}@keyframes loader-slide{0%{transform:translate(-100%)}to{transform:translate(300%)}}.splash-footer{letter-spacing:.05em;opacity:.4;text-transform:uppercase;font-size:.75rem;font-weight:700;position:absolute;bottom:3rem}.skeleton{background:linear-gradient(90deg,#0000000d 25%,#00000014 37%,#0000000d 63%) 0 0/400% 100%;border-radius:4px;animation:1.4s infinite skeleton-loading}:root.dark .skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff14 37%,#ffffff0d 63%) 0 0/400% 100%}@keyframes skeleton-loading{0%{background-position:100%}to{background-position:0%}}.skeleton-line-badge{border-radius:6px;width:44px;height:24px}.skeleton-text{width:100%;height:14px;margin-bottom:8px}.skeleton-text-short{width:60%;height:14px}.skeleton-stop{width:100%;height:20px;margin-bottom:12px}.stop-info-premium{border-radius:8px;width:calc(100% + .5rem);margin-left:-.5rem;padding:.25rem .5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.stop-info-premium:hover{background:#84cc1614}.stop-info-premium:active{background:#84cc1626;transform:scale(.98)}:root.dark .stop-info-premium:hover{background:#a3e6351a}:root.dark .stop-info-premium:active{background:#a3e63533}.journey-results-container{flex-direction:column;gap:1rem;padding-bottom:1rem;display:flex}.journey-card-pro{background:var(--background);border:1px solid var(--border-color);border-radius:1.5rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.5s cubic-bezier(.4,0,.2,1) backwards cardFadeInUp;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.journey-card-pro:nth-child(2){animation-delay:.1s}.journey-card-pro:nth-child(3){animation-delay:.2s}@keyframes cardFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.journey-header-pro{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.journey-time-badge{background:var(--primary-gradient);color:#fff;border-radius:1rem;padding:.4rem .8rem;font-size:.9rem;font-weight:800;transition:all .3s;box-shadow:0 4px 10px #84cc164d}.journey-time-badge.inactive{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 4px 10px #f59e0b4d}.pulse-green-dot,.pulse-orange-dot{border-radius:50%;width:8px;height:8px;margin-right:6px}.pulse-green-dot{background:#22c55e;animation:2s infinite pulse-green;box-shadow:0 0 #22c55eb3}.pulse-orange-dot{background:#f59e0b;animation:2s infinite pulse-orange;box-shadow:0 0 #f59e0bb3}@keyframes pulse-orange{0%{transform:scale(.95);box-shadow:0 0 #f59e0bb3}70%{transform:scale(1);box-shadow:0 0 0 6px #f59e0b00}to{transform:scale(.95);box-shadow:0 0 #f59e0b00}}.dynamic-tag.waiting{color:#d97706;background:#f59e0b1a;border:1px solid #f59e0b33}.journey-duration{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.journey-timeline-pro{margin-top:1rem;padding-left:.5rem;position:relative}.journey-timeline-pro:before{content:"";background:var(--border-color);border-radius:2px;width:2px;position:absolute;top:10px;bottom:10px;left:5px}.journey-step-pro{margin-bottom:1.5rem;padding-left:1.5rem;position:relative}.journey-step-pro:last-child{margin-bottom:0}.journey-step-node{background:var(--surface);border:2px solid var(--text-muted);z-index:2;border-radius:50%;width:12px;height:12px;position:absolute;top:6px;left:0}.journey-step-pro.walk .journey-step-node{border-color:#94a3b8}.journey-step-pro.bus .journey-step-node{border-color:var(--primary);background:var(--primary)}.journey-step-pro.destination .journey-step-node{background:#ef4444;border-color:#ef4444}.journey-step-content{flex-direction:column;display:flex}.journey-step-title{color:var(--text-color);font-size:.95rem;font-weight:700}.journey-step-subtitle{color:var(--text-muted);font-size:.85rem;font-weight:500}.journey-line-indicator{background:var(--surface-hover);border-radius:.5rem;align-items:center;gap:.5rem;margin-top:.4rem;padding:.2rem .6rem;font-size:.8rem;font-weight:800;display:inline-flex}.dynamic-tag{color:#22c55e;align-items:center;gap:4px;margin-top:2px;font-size:.75rem;font-weight:700;display:flex}.pulse-green-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse-mini}@keyframes pulse-mini{0%{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}to{opacity:.5;transform:scale(.8)}}.trip-options-bar{scrollbar-width:none;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.trip-options-bar::-webkit-scrollbar{display:none}.trip-option-pill{white-space:nowrap;background:var(--background);border:1.5px solid var(--border-color);color:var(--text-muted);cursor:pointer;border-radius:2rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}.trip-option-pill.active{background:var(--navy);color:#fff;border-color:var(--navy)}:root.dark .trip-option-pill.active{color:var(--navy);background:#fff}.expandable-details-btn{background:var(--surface-hover);color:var(--text-color);cursor:pointer;border:none;border-radius:1rem;flex:1;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;font-size:.85rem;font-weight:800;transition:all .2s;display:flex}.expandable-details-btn:active{transform:scale(.96)}.journey-actions-footer{z-index:50;pointer-events:auto;gap:.5rem;margin-top:1rem;display:flex;position:relative}.expandable-details-btn.secondary{color:var(--primary);background:#84cc161a;border:1px solid #84cc1633}.expandable-details-btn.secondary:hover{background:#84cc1633}.is-rtl .journey-timeline-pro{padding-left:0;padding-right:2rem}.is-rtl .journey-timeline-pro:before{left:auto;right:6px}.is-rtl .journey-step-node{left:auto;right:-2rem}.clear-input-btn{width:22px;height:22px;color:var(--text-color);cursor:pointer;opacity:.6;background:#0000001a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}:root.dark .clear-input-btn{background:#ffffff26}.clear-input-btn:hover{opacity:1;background:#0003}.clear-input-btn:active{transform:scale(.9)}.train-station-marker-container{z-index:1000;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:relative}.train-station-pulse{background:#ef444466;border-radius:50%;width:24px;height:24px;animation:3s cubic-bezier(0,0,.2,1) infinite train-ping;position:absolute}.train-station-icon{z-index:2;background:#fff;border:1.5px solid #ef4444;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000004d}.train-station-icon img{object-fit:contain;width:80%;height:80%}@keyframes train-ping{75%,to{opacity:0;transform:scale(1.8)}}.custom-train-container{background:0 0!important;border:none!important}.bus-station-marker-container{z-index:1000;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:relative}.bus-station-pulse{background:#84cc1666;border-radius:50%;width:24px;height:24px;animation:3s cubic-bezier(0,0,.2,1) infinite train-ping;position:absolute}.bus-station-icon{border:1.5px solid var(--primary);width:14px;height:14px;color:var(--primary);z-index:2;letter-spacing:-.2px;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-family:system-ui,sans-serif;font-size:5.5px;font-weight:900;display:flex;box-shadow:0 2px 8px #0000004d}.custom-bus-station-container{background:0 0!important;border:none!important}.airport-marker-container{z-index:1000;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:relative}.airport-pulse{background:#0056b366;border-radius:50%;width:24px;height:24px;animation:3s cubic-bezier(0,0,.2,1) infinite train-ping;position:absolute}.airport-icon{color:#fff;z-index:2;background:#0056b3;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;box-shadow:0 2px 8px #0000004d}.custom-airport-container{background:0 0!important;border:none!important}.av-station-marker-container{z-index:1000;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:relative}.av-station-pulse{background:#9d005d66;border-radius:50%;width:24px;height:24px;animation:3s cubic-bezier(0,0,.2,1) infinite train-ping;position:absolute}.av-station-icon{color:#9d005d;z-index:2;letter-spacing:-.2px;background:#fff;border:1.5px solid #9d005d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-family:system-ui,sans-serif;font-size:6px;font-weight:900;display:flex;box-shadow:0 2px 8px #0000004d}.custom-av-station-container{background:0 0!important;border:none!important}.premium-popup .leaflet-popup-content-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 10px 25px #00000026}:root.dark .premium-popup .leaflet-popup-content-wrapper{color:#fff;background:#1e293be6;border:1px solid #ffffff1a}.premium-popup .leaflet-popup-content{min-width:200px;margin:0;width:auto!important}.premium-popup .leaflet-popup-tip{background:#ffffffe6}:root.dark .premium-popup .leaflet-popup-tip{background:#1e293be6}.popup-content{padding:12px 16px}.popup-title{color:var(--text-color);margin-bottom:4px;font-size:.95rem;font-weight:800;line-height:1.2}.popup-description{color:var(--text-color);opacity:.7;font-size:.8rem;line-height:1.4}.premium-popup .leaflet-popup-close-button{opacity:.5;color:var(--text-color)!important;top:8px!important;right:8px!important}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#84cc164d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.comfort-tags-container{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.comfort-tag{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;background:#0000000a;border-radius:2rem;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:flex}:root.dark .comfort-tag{background:#ffffff14}.journey-alert-badge{color:#ef4444;background:#ef44441a;border-radius:2rem;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.75rem;font-weight:800;animation:2s infinite pulse-alert;display:flex}@keyframes pulse-alert{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.trip-options-bar{scrollbar-width:none;gap:.6rem;margin-bottom:1.25rem;padding:0 .5rem;display:flex;overflow-x:auto}.trip-option-pill{background:var(--background);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:2rem;flex-shrink:0;padding:.4rem 1rem;font-size:.75rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.trip-option-pill:hover{border-color:var(--primary);background:#84cc160d}.trip-option-pill.active{border-color:var(--primary);color:var(--primary);background:#84cc161a;font-weight:700;box-shadow:0 2px 8px #84cc1626}.health-marker-container{background:navy;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;box-shadow:0 2px 10px #0000804d}.health-icon{color:#fff;font-size:10px;font-weight:900;line-height:1}.recent-item{background:var(--background);border:1px solid var(--border-color);cursor:pointer;border-radius:1rem;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.5rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.recent-item:active{background:#84cc160d;transform:scale(.98)}.recent-icon-wrapper{background:var(--surface);width:32px;height:32px;color:var(--primary);border:1px solid #84cc161a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.recent-text{flex:1;min-width:0}.recent-main{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.recent-sub{color:var(--text-muted);opacity:.8;font-size:.7rem}.recent-item .arrow-icon{opacity:.2;color:var(--text-muted)}html,body{-webkit-overflow-scrolling:touch;height:auto!important;position:relative!important;overflow:auto!important}.ads-landing-root{z-index:99999;color:#fff;selection-background-color:#84cc16;selection-color:#0f172a;background-color:#0f172a;width:100%;height:100%;font-family:Inter,sans-serif;position:fixed;top:0;left:0;overflow:hidden auto}.ads-nav{z-index:1000;-webkit-backdrop-filter:blur(20px);background-color:#0f172ab3;border:1px solid #ffffff1a;border-radius:1.5rem;justify-content:space-between;align-items:center;width:94%;max-width:72rem;padding:.75rem 1.5rem;display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0003}.ads-logo-container{align-items:center;gap:.5rem;display:flex}.ads-logo-box{background-color:#84cc16;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.ads-logo-text{letter-spacing:-.025em;font-size:1.25rem;font-weight:700}.ads-logo-highlight{color:#84cc16}.ads-logo-tag{color:#94a3b8;margin-left:.25rem;font-size:.875rem;font-weight:500}.ads-back-btn{color:#fff;cursor:pointer;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.ads-back-btn:hover{background-color:#ffffff1a}.ads-hero{padding:5rem 1.5rem 8rem;position:relative;overflow:hidden}.ads-hero-bg{pointer-events:none;opacity:.2;width:100%;max-width:80rem;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.ads-glow-1{filter:blur(120px);background-color:#84cc164d;border-radius:9999px;width:30rem;height:30rem;position:absolute;top:-10%;right:-10%}.ads-glow-2{filter:blur(100px);background-color:#3b82f633;border-radius:9999px;width:25rem;height:25rem;position:absolute;bottom:-10%;left:-10%}.ads-hero-content{text-align:center;z-index:10;max-width:56rem;margin:0 auto;position:relative}.ads-badge{color:#84cc16;text-transform:uppercase;letter-spacing:.05em;background-color:#84cc161a;border:1px solid #84cc1633;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.ads-title{letter-spacing:-.025em;background:linear-gradient(#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:800}@media (width>=768px){.ads-title{font-size:4.5rem}}.ads-description{color:#94a3b8;max-width:42rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.625}.ads-cta-group{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (width>=640px){.ads-cta-group{flex-direction:row}}.ads-primary-btn{color:#0f172a;cursor:pointer;background-color:#84cc16;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:flex}@media (width>=640px){.ads-primary-btn{width:auto}}.ads-primary-btn:hover{box-shadow:0 0 20px #84cc1666}.ads-secondary-btn{color:#fff;cursor:pointer;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .2s}@media (width>=640px){.ads-secondary-btn{width:auto}}.ads-secondary-btn:hover{background-color:#ffffff1a}.ads-stats-section{background-color:#0f172a80;padding:5rem 1.5rem}.ads-container{max-width:72rem;margin:0 auto}.ads-stats-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.ads-stats-grid{grid-template-columns:repeat(3,1fr)}}.ads-stat-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;padding:2rem;transition:border-color .2s}.ads-stat-card:hover{border-color:#84cc164d}.ads-stat-icon{border-radius:1rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;display:flex}.ads-stat-value{margin-bottom:.5rem;font-size:2.25rem;font-weight:900}.ads-stat-label{color:#94a3b8;font-weight:500}.ads-formats-section{padding:8rem 1.5rem}.ads-section-header{text-align:center;margin-bottom:5rem}.ads-section-title{margin-bottom:1rem;font-size:2.25rem;font-weight:700}.ads-section-desc{color:#94a3b8;max-width:36rem;margin:0 auto}.ads-formats-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.ads-formats-grid{grid-template-columns:repeat(3,1fr)}}.ads-format-card{background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:2rem;flex-direction:column;padding:2.5rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.ads-format-card:hover{background-color:#ffffff14}.ads-format-bg-icon{opacity:.1;padding:2rem;transition:opacity .2s;position:absolute;top:0;right:0}.ads-format-card:hover .ads-format-bg-icon{opacity:.2}.ads-format-icon{background-color:#ffffff0d;border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:2rem;transition:transform .2s;display:flex}.ads-format-card:hover .ads-format-icon{transform:scale(1.1)}.ads-format-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.ads-format-desc{color:#94a3b8;line-height:1.625}.ads-format-link{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:auto;padding-top:2rem;font-weight:500;display:flex}.ads-benefits-section{color:#0f172a;background-color:#84cc16;padding:8rem 1.5rem}.ads-benefits-grid{grid-template-columns:1fr;align-items:center;gap:5rem;display:grid}@media (width>=768px){.ads-benefits-grid{grid-template-columns:1fr 1fr}}.ads-benefits-title{margin-bottom:2rem;font-size:2.25rem;font-weight:900;line-height:1.1}@media (width>=768px){.ads-benefits-title{font-size:3rem}}.ads-benefit-list{flex-direction:column;gap:1.5rem;display:flex}.ads-benefit-item{gap:1rem;display:flex}.ads-benefit-icon{flex-shrink:0;margin-top:.25rem}.ads-benefit-title-sm{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.ads-benefit-desc{color:#0f172ab3;font-weight:500}.ads-benefits-visual{position:relative}.ads-results-card{aspect-ratio:1;background-color:#0f172a;border-radius:2rem;justify-content:center;align-items:center;padding:3rem;display:flex;transform:rotate(3deg);box-shadow:0 25px 50px -12px #00000080}.ads-results-value{color:#84cc16;margin-bottom:1rem;font-size:3.75rem;font-weight:900}.ads-results-label{color:#fff;font-size:1.25rem;font-weight:700}.ads-guarantee-badge{text-align:center;background-color:#fff;border:8px solid #84cc16;border-radius:9999px;justify-content:center;align-items:center;width:12rem;height:12rem;display:flex;position:absolute;bottom:-2.5rem;left:-2.5rem;transform:rotate(-12deg);box-shadow:0 10px 15px -3px #0000001a}.ads-guarantee-text{color:#0f172a;font-size:.875rem;font-weight:900;line-height:1.2}.ads-form-section{padding:8rem 1.5rem}.ads-form-card{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:2rem;max-width:56rem;margin:0 auto;padding:3rem;position:relative;overflow:hidden}@media (width>=768px){.ads-form-card{padding:5rem}}.ads-form-glow{filter:blur(80px);background-color:#84cc161a;border-radius:9999px;width:16rem;height:16rem;margin-top:-8rem;margin-right:-8rem;position:absolute;top:0;right:0}.ads-form-header{text-align:center;z-index:10;margin-bottom:4rem;position:relative}.ads-form{z-index:10;flex-direction:column;gap:1.5rem;display:flex;position:relative}.ads-form-row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.ads-form-row{grid-template-columns:1fr 1fr}}.ads-input-group{flex-direction:column;gap:.5rem;display:flex}.ads-label{color:#cbd5e1;margin-left:1rem;font-size:.875rem;font-weight:600}.ads-input{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;outline:none;width:100%;padding:1rem 1.5rem;font-size:1rem;transition:all .2s}.ads-input:focus{border-color:#84cc16;box-shadow:0 0 0 1px #84cc16}select.ads-input{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1.5rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:3.5rem}select.ads-input option{color:#fff;background-color:#1e293b;padding:1rem}.ads-textarea{color:#fff;resize:none;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;outline:none;width:100%;min-height:8rem;padding:1rem 1.5rem;transition:all .2s}.ads-textarea:focus{border-color:#84cc16;box-shadow:0 0 0 1px #84cc16}.ads-submit-btn{color:#0f172a;cursor:pointer;background-color:#84cc16;border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.25rem;font-weight:900;transition:all .2s;display:flex}.ads-submit-btn:hover{box-shadow:0 0 30px #84cc1666}.ads-submit-btn:active{transform:scale(.98)}.ads-footer{border-top:1px solid #ffffff1a;padding:3rem 1.5rem}.ads-footer-content{flex-direction:column;align-items:center;gap:2rem;max-width:72rem;margin:0 auto;display:flex}@media (width>=768px){.ads-footer-content{flex-direction:row;justify-content:space-between}}.ads-footer-links{color:#64748b;gap:2rem;font-size:.875rem;font-weight:500;display:flex}.ads-footer-link{color:inherit;text-decoration:none;transition:color .2s}.ads-footer-link:hover{color:#fff}.ads-copyright{color:#64748b;font-size:.875rem}.ads-footer-link-btn{color:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;background:0 0;border:none;padding:0;transition:color .2s}.ads-footer-link-btn:hover{color:#fff;text-decoration:underline}.ads-legal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100001;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.ads-legal-modal{background:#1e293b;border:1px solid #ffffff1a;border-radius:2rem;flex-direction:column;width:100%;max-width:500px;max-height:80vh;animation:.3s cubic-bezier(.4,0,.2,1) modalIn;display:flex;box-shadow:0 20px 50px #00000080}@keyframes modalIn{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.ads-legal-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.ads-legal-header h3{margin:0;font-size:1.25rem;font-weight:800}.ads-legal-close{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ads-legal-body{opacity:.8;white-space:pre-wrap;padding:2rem;font-size:.9rem;line-height:1.6;overflow-y:auto}.ads-legal-footer{border-top:1px solid #ffffff1a;padding:1.5rem 2rem}.ads-municipios-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:50rem;margin:0 auto;display:flex}.ads-muni-pill{color:#cbd5e1;background-color:#ffffff0d;border:1.5px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ads-muni-pill:hover{color:#84cc16;background-color:#84cc160d;border-color:#84cc164d}
