@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.navbar{background:var(--base-bg);z-index:1000;width:100%;transition:var(--transition-normal);border-bottom:2px solid #0000;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;height:5rem;display:flex}.navbar-brand{align-items:center;display:flex}.yann-logo{object-fit:contain;height:40px}.nav-links{align-items:stretch;height:100%;display:flex}.nav-link,.nav-link-btn{color:#000;transition:color var(--transition-fast);cursor:pointer;background:0 0;border:none;align-items:center;height:100%;padding:0 1.25rem;font-family:inherit;font-size:.95rem;font-weight:500;display:flex;position:relative}.nav-link:hover,.nav-link-btn:hover{color:#000}.nav-link.active{font-weight:700}.nav-link.active:after{content:"";background-color:#000;border-radius:4px 4px 0 0;height:3px;position:absolute;bottom:0;left:1.25rem;right:1.25rem}.nav-actions{align-items:center;display:flex}.btn-download{color:#fff;transition:transform var(--transition-fast);background-color:#000;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-download:hover{transform:scale(1.02)}.btn-download:active{transform:scale(.98)}.download-dropdown{display:inline-block;position:relative}.dropdown-menu{background:var(--surface);border-radius:var(--radius-md);min-width:150px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transition:all var(--transition-fast);border:1px solid var(--border);flex-direction:column;padding:.5rem 0;display:flex;position:absolute;top:110%;right:0;transform:translateY(-10px)}.download-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{color:var(--text-primary);transition:background-color var(--transition-fast);padding:.75rem 1.25rem;font-weight:500;text-decoration:none}.dropdown-menu a:hover{background-color:var(--surface-alt);color:var(--primary)}.mobile-toggle{color:#000;cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}@media (width<=1024px){.nav-link{padding:0 .75rem;font-size:.9rem}}@media (width<=900px){.navbar-container{height:4.5rem}.nav-links{background:var(--base-bg);z-index:1001;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;height:calc(100vh - 4.5rem);padding:2rem;transition:transform .4s cubic-bezier(.16,1,.3,1);position:fixed;inset:4.5rem 0 0;transform:translate(100%)}.nav-links.open{transform:translate(0)}.nav-link,.nav-link-btn{height:auto;padding:0;font-size:1.5rem;font-weight:700}.nav-link.active:after{width:2rem;bottom:-10px;left:50%;transform:translate(-50%)}.download-dropdown{display:none}.mobile-toggle{z-index:1002;justify-content:center;align-items:center;display:flex}}.footer{background-color:var(--surface-alt);border-top:1px solid var(--border);padding:5rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.brand-logo{align-items:center;margin-bottom:1rem;display:flex}.yann-logo-footer{object-fit:contain;height:48px}.footer-desc{color:var(--text-secondary);max-width:300px;margin-bottom:1.5rem}.social-links{gap:1rem;display:flex}.social-links a{background:var(--base-bg);width:40px;height:40px;color:var(--primary);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.social-links a:hover{background:var(--primary);color:var(--text-light);transform:translateY(-2px)}.footer-links h3{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.125rem;font-weight:600}.footer-links ul{flex-direction:column;gap:.75rem;display:flex}.footer-links a{color:var(--text-secondary);transition:color var(--transition-fast)}.footer-links a:hover{color:var(--primary)}.footer-bottom{text-align:center;border-top:1px solid var(--border);color:var(--text-hint);padding-top:2rem;font-size:.875rem}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer-grid{grid-template-columns:1fr}}.hero{padding:8rem 0 5rem;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle at top right, var(--surface-alt), transparent 70%);z-index:-1;width:50%;height:100%;position:absolute;top:0;right:0}.hero-container{align-items:center;gap:4rem;display:flex}.hero-content{flex:1}.hero-content h1{letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-content p{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{gap:1rem;margin-bottom:3rem;display:flex}.hero-stats{border-top:1px solid var(--border);gap:2.5rem;padding-top:2rem;display:flex}.stat{flex-direction:column;display:flex}.stat strong{color:var(--text-primary);font-size:1.5rem;font-weight:800}.stat span{color:var(--text-secondary);font-size:.875rem}.hero-image{perspective:1000px;flex:1;justify-content:center;display:flex;position:relative}.mockup-frame{background:var(--surface);border:8px solid var(--text-primary);width:300px;height:600px;transition:transform var(--transition-normal);border-radius:40px;justify-content:center;align-items:center;display:flex;position:relative;transform:rotateY(-15deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000040}.mockup-frame:hover{transform:rotateY(-5deg)rotateX(2deg)}.mockup-placeholder{color:var(--border);font-size:2rem;font-weight:800}.mockup-image{object-fit:cover;border-radius:32px;width:100%;height:100%}.floating-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);background:#ffffffe6;padding:1rem;animation:4s ease-in-out infinite float;position:absolute;bottom:100px;left:-40px}.driver-info{align-items:center;gap:1rem;display:flex}.avatar{background:var(--primary-light);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:flex}.driver-info h4{font-size:1rem;font-weight:600}.driver-info span{color:var(--primary);font-size:.75rem;font-weight:500}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.bg-alt{background-color:var(--surface-alt)}.feature-card{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:var(--transition-normal);padding:2.5rem}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.feature-icon{border-radius:var(--radius-lg);background:var(--surface-alt);width:64px;height:64px;color:var(--primary);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-icon svg{width:32px;height:32px}.feature-card h3{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.feature-card p{color:var(--text-secondary)}.services{background-color:var(--surface)}.service-card-link{color:inherit;text-decoration:none;display:block}.service-card{background:var(--surface-alt);border-radius:var(--radius-xl);text-align:center;transition:var(--transition-normal);border:1px solid #0000;padding:3rem 2rem}.service-card:hover{background:var(--surface);border-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-8px)}.service-icon{background:var(--surface);width:80px;height:80px;color:var(--primary);box-shadow:var(--shadow-sm);transition:var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex}.service-card:hover .service-icon{background:var(--primary);color:#fff;transform:scale(1.1)}.service-card h3{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.service-card p{color:var(--text-secondary);line-height:1.6}.steps-container{justify-content:space-between;align-items:center;margin-top:4rem;display:flex}.step{text-align:center;flex:1;padding:0 1rem;position:relative}.step-number{background:var(--primary);width:64px;height:64px;color:var(--text-light);box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex}.step h3{margin-bottom:.5rem;font-size:1.25rem}.step p{color:var(--text-secondary);font-size:.875rem}.step-divider{background:var(--border);flex:1;height:2px;position:relative;top:-40px}.cta-box{background:linear-gradient(135deg, var(--primary), var(--primary-dark));border-radius:var(--radius-xl);text-align:center;color:var(--text-light);box-shadow:var(--shadow-lg);padding:4rem;position:relative;overflow:hidden}.cta-box:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.cta-content{z-index:1;position:relative}.cta-box h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-box p{opacity:.9;margin-bottom:2.5rem;font-size:1.125rem}.app-downloads-split{justify-content:center;align-items:flex-start;gap:4rem;margin-top:3rem;display:flex}.app-column{text-align:center;flex-direction:column;align-items:center;display:flex}.app-title{color:var(--text-light);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.store-buttons-vertical{flex-direction:column;align-items:center;gap:1rem;display:flex}.store-badge-link{transition:transform var(--transition-fast), opacity var(--transition-fast);display:block}.store-badge-link:hover{opacity:.9;transform:translateY(-3px)}.store-badge-img{object-fit:fill;width:160px;height:52px;display:block}@media (width<=900px){.hero-container{text-align:center;flex-direction:column}.hero-content p{margin:0 auto 2.5rem}.hero-actions,.hero-stats{justify-content:center}.steps-container{flex-direction:column;gap:3rem}.step-divider{display:none}.app-downloads-split{flex-direction:column;align-items:center;gap:3rem}.cta-box{padding:3rem 1.5rem}.service-card{padding:2.5rem 1.5rem}}.page-header{background:var(--surface-alt);text-align:center;padding:8rem 0 4rem}.page-header h1{color:var(--primary-dark);margin-bottom:1rem;font-size:3rem;font-weight:800}.page-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-content h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem}.about-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem}.values-list{flex-direction:column;gap:1rem;display:flex}.values-list li{color:var(--text-secondary);padding-left:1.5rem;font-size:1.125rem;position:relative}.values-list li:before{content:"";background:var(--primary);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:0}.values-list strong{color:var(--text-primary)}.about-image{border-radius:var(--radius-xl);overflow:hidden}.about-img-main{object-fit:cover;border-radius:var(--radius-xl);width:100%;height:auto;max-height:600px;box-shadow:var(--shadow-lg);display:block}.image-placeholder{background:var(--border);border-radius:var(--radius-xl);width:100%;height:100%;min-height:400px;color:var(--text-secondary);justify-content:center;align-items:center;font-weight:600;display:flex}@media (width<=900px){.about-grid{grid-template-columns:1fr}}.features-showcase{flex-direction:column;gap:6rem;display:flex}.feature-row{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.feature-row.reverse .feature-text{order:2}.feature-row.reverse .feature-image{order:1}.icon-wrapper{color:var(--primary);background:var(--surface-alt);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.feature-text h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.25rem}.feature-text p{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.feature-image{width:100%;height:400px}@media (width<=900px){.feature-row{grid-template-columns:1fr;gap:2rem}.feature-row.reverse .feature-text,.feature-row.reverse .feature-image{order:unset}.features-showcase{gap:4rem}}.driver-hero{background:var(--surface-alt)}.driver-hero:before{display:none}.req-list{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.req-list li{color:var(--text-secondary);align-items:center;gap:1rem;font-size:1.125rem;font-weight:500;display:flex}.text-success{color:var(--success)}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.mb-4{margin-bottom:3rem}.info-item{gap:1.5rem;margin-bottom:2rem;display:flex}.info-item .icon-wrapper{background:var(--surface-alt);width:56px;height:56px;color:var(--primary);border:1px solid var(--border);border-radius:50%;flex-shrink:0;margin-bottom:0}.info-item h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem}.info-item p{color:var(--text-secondary);line-height:1.4}.contact-form-container{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid var(--border);padding:3rem}.contact-form h3{color:var(--primary-dark);margin-bottom:2rem;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-primary);margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-alt);width:100%;color:var(--text-primary);transition:all var(--transition-fast);padding:.875rem 1rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 4px var(--ripple);background:var(--surface);outline:none}.w-100{width:100%;margin-top:1rem}@media (width<=900px){.contact-grid{grid-template-columns:1fr}.contact-form-container{padding:2rem}}.privacy-content{background:var(--surface);border-radius:var(--radius-xl);max-width:900px;box-shadow:var(--shadow-sm);border:1px solid var(--border);margin:0 auto;padding:3rem}.privacy-content h2{color:var(--primary-dark);border-bottom:1px solid var(--border);margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.75rem}.privacy-content h2:first-child{margin-top:0}.privacy-content h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem}.privacy-content p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.privacy-content ul{margin-bottom:1.5rem;margin-left:1.5rem;list-style-type:disc}.privacy-content li{color:var(--text-secondary);margin-bottom:.75rem;font-size:1.05rem;line-height:1.6}.privacy-content li strong{color:var(--text-primary)}@media (width<=768px){.privacy-content{padding:1.5rem}}.services-page{padding-bottom:2rem}.service-category-block{margin-bottom:5rem}.category-title{border-bottom:2px solid var(--primary-light);margin-bottom:2.5rem;padding-bottom:1rem;font-size:2rem;font-weight:800;display:inline-block}.services-grid-detailed{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.service-detail-card{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:var(--transition-normal);border:1px solid var(--border);flex-direction:column;padding:2.5rem;display:flex}.service-detail-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-8px)}.service-detail-icon{background:var(--surface-alt);width:80px;height:80px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.service-detail-content h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.75rem}.service-detail-content p{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.service-feature-list{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;padding:0;list-style:none;display:flex}.service-feature-list li{background:var(--surface-alt);border-radius:var(--radius-md);color:var(--text-primary);border:1px solid var(--border);padding:.4rem .8rem;font-size:.85rem;font-weight:500}.btn-service-link{color:var(--primary);transition:gap var(--transition-fast);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-service-link:hover{gap:.75rem}.promise-item{text-align:center;padding:2rem}.promise-item h3{color:var(--primary);margin-bottom:1rem}@media (width<=768px){.services-grid-detailed{grid-template-columns:1fr}.service-detail-card{padding:2rem}.service-detail-icon{width:64px;height:64px}}.service-header{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;padding:6rem 0 4rem}.service-header h1{color:#fff;margin-bottom:.5rem}.service-header p{color:#ffffffe6}.badge{text-transform:uppercase;letter-spacing:.05em;background:#fff3;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.service-info-grid{grid-template-columns:2fr 1fr;align-items:start;gap:4rem;display:grid}.benefit-list{flex-direction:column;gap:1.5rem;margin-top:2.5rem;display:flex}.benefit-item{background:var(--surface-alt);border-radius:var(--radius-lg);gap:1.5rem;padding:1.5rem;display:flex}.benefit-icon{background:var(--surface);width:48px;height:48px;color:var(--primary);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;display:flex}.benefit-item h4{margin-bottom:.25rem}.side-card{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border);padding:2rem;position:sticky;top:100px}.side-card h3{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.75rem}.price-row{justify-content:space-between;margin-bottom:1rem;font-size:1rem;display:flex}.price-disclaimer{color:var(--text-secondary);margin-top:1rem;font-size:.75rem}.w-full{width:100%}.mt-4{margin-top:1rem}.route-list{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;padding:0;list-style:none;display:grid}.route-list li{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);align-items:center;gap:.5rem;padding:1rem;font-weight:500;display:flex}@media (width<=900px){.service-info-grid{grid-template-columns:1fr;gap:2rem}.side-card{position:static}}.routes-hero{color:#fff;background:linear-gradient(160deg,#0c1222 0%,#131b36 30%,#0f2b5c 60%,#162e62 100%);padding:8rem 0 4.5rem;position:relative;overflow:hidden}.routes-hero:before{content:"";background:radial-gradient(circle,#4a89f31f 0%,#0000 65%);border-radius:50%;width:700px;height:700px;animation:6s ease-in-out infinite hero-pulse;position:absolute;top:-30%;right:-10%}.routes-hero:after{content:"";background:radial-gradient(circle,#7daaff14 0%,#0000 65%);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out 2s infinite hero-pulse;position:absolute;bottom:-20%;left:-5%}@keyframes hero-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.routes-hero .container{z-index:2;position:relative}.routes-hero .badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.08em;text-transform:uppercase;color:#93bbff;background:#7daaff1f;border:1px solid #7daaff33;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.45rem 1.1rem;font-size:.75rem;font-weight:700;display:inline-flex}.routes-hero h1{letter-spacing:-1.5px;margin-bottom:1.25rem;font-size:3.25rem;font-weight:800;line-height:1.1}.routes-hero h1 span{background:linear-gradient(135deg,#7daaff 0%,#a78bfa 50%,#c084fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.routes-hero p{color:#fff9;max-width:520px;font-size:1.1rem;line-height:1.75}.routes-search-bar{max-width:520px;margin-top:2.25rem;position:relative}.routes-search-bar .search-icon{color:#ffffff59;pointer-events:none;transition:color .25s;position:absolute;top:50%;left:1.1rem;transform:translateY(-50%)}.routes-search-bar input{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;outline:none;width:100%;padding:1rem 1.25rem 1rem 3rem;font-family:inherit;font-size:.95rem;transition:all .3s}.routes-search-bar input::placeholder{color:#ffffff59}.routes-search-bar input:focus{background:#ffffff1a;border-color:#7daaff73;box-shadow:0 0 0 4px #7daaff14}.routes-search-bar input:focus~.search-icon{color:#ffffffb3}.routes-stats{gap:3rem;margin-top:3rem;display:flex}.routes-stats .stat-item{flex-direction:column;display:flex;position:relative}.routes-stats .stat-item:not(:last-child):after{content:"";background:#ffffff1f;width:1px;height:70%;position:absolute;top:15%;right:-1.5rem}.routes-stats .stat-item strong{background:linear-gradient(#fff 30%,#fff9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.routes-stats .stat-item span{color:#fff6;text-transform:uppercase;letter-spacing:.1em;margin-top:.2rem;font-size:.72rem;font-weight:600}.routes-section{background:var(--surface-alt);min-height:400px;padding:3.5rem 0 5rem}.routes-section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.routes-section-header h2{letter-spacing:-.3px;font-size:1.5rem;font-weight:800}.routes-count{color:var(--text-secondary);font-size:.85rem;font-weight:500}.routes-grid{grid-template-columns:repeat(auto-fill,minmax(370px,1fr));gap:1.5rem;display:grid}.route-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.5s ease-out backwards card-in;position:relative;overflow:hidden}.route-card:before{content:"";background:linear-gradient(90deg, var(--primary), #7daaff, #a78bfa);opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.route-card:hover{border-color:#1152d433;transform:translateY(-8px);box-shadow:0 24px 48px #1152d424,0 8px 16px #0000000f}.route-card:hover:before{opacity:1}@keyframes card-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.route-card:first-child{animation-delay:50ms}.route-card:nth-child(2){animation-delay:.1s}.route-card:nth-child(3){animation-delay:.15s}.route-card:nth-child(4){animation-delay:.2s}.route-card:nth-child(5){animation-delay:.25s}.route-card:nth-child(6){animation-delay:.3s}.route-card-header{justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem .5rem;display:flex}.route-card-header h3{letter-spacing:-.2px;font-size:1.15rem;font-weight:700}.route-status{text-transform:uppercase;letter-spacing:.06em;border-radius:9999px;flex-shrink:0;padding:.25rem .7rem;font-size:.65rem;font-weight:700}.route-status.active{color:#15803d;background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.route-status.inactive{color:#64748b;background:#f1f5f9}.route-path{align-items:center;gap:.75rem;padding:.75rem 1.5rem 1rem;display:flex}.route-endpoint{flex-direction:column;flex:1;min-width:0;display:flex}.route-endpoint-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-hint);margin-bottom:.2rem;font-size:.6rem;font-weight:700}.route-endpoint-name{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);font-size:.85rem;font-weight:600;overflow:hidden}.route-path-line{color:var(--primary);flex-shrink:0;align-items:center;gap:0;display:flex}.route-path-line .dot{background:var(--primary);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #1152d426}.route-path-line .line{background:linear-gradient(90deg, var(--primary), var(--accent));width:44px;height:2px;position:relative}.route-path-line .line:after{content:"";border-left:6px solid var(--accent);border-top:4px solid #0000;border-bottom:4px solid #0000;width:0;height:0;position:absolute;top:50%;right:0;transform:translateY(-50%)}.route-path-line .arrow{display:none}.route-card-meta{flex-wrap:wrap;gap:.75rem;padding:0 1.5rem 1rem;display:flex}.route-meta-item{color:var(--text-secondary);background:var(--surface-alt);border-radius:8px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.78rem;display:inline-flex}.route-meta-item svg{width:14px;height:14px;color:var(--primary);flex-shrink:0}.route-meta-item strong{color:var(--text-primary);font-weight:600}.route-card-footer{border-top:1px solid var(--border);background:var(--surface-alt);justify-content:space-between;align-items:center;padding:.85rem 1.5rem;display:flex}.route-days{gap:.25rem;display:flex}.route-day{border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.58rem;font-weight:700;transition:transform .2s;display:flex}.route-day.active-day{background:var(--primary);color:#fff}.route-day.inactive-day{color:var(--text-hint);border:1px solid var(--border);background:0 0}.route-price{color:var(--primary);font-size:1.2rem;font-weight:800}.route-price span{color:var(--text-hint);font-size:.7rem;font-weight:500}.route-card-action{color:var(--primary);justify-content:space-between;align-items:center;padding:.85rem 1.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .25s;display:flex}.route-card-action svg{transition:transform .25s}.route-card:hover .route-card-action svg{transform:translate(4px)}.routes-error{text-align:center;padding:5rem 0}.routes-error-box{background:var(--surface);border:1px solid var(--border);max-width:420px;box-shadow:var(--shadow-md);border-radius:20px;margin:0 auto;padding:3rem 2rem}.routes-error-box h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.routes-error-box p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.routes-error-box button{background:var(--primary);color:#fff;border-radius:10px;padding:.7rem 1.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.routes-error-box button:hover{background:var(--primary-dark);transform:translateY(-1px)}.routes-empty{text-align:center;padding:5rem 0}.routes-empty-icon{background:var(--surface);border:1px solid var(--border);width:80px;height:80px;color:var(--text-hint);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.routes-empty h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.routes-empty p{color:var(--text-secondary);max-width:400px;margin:0 auto;font-size:.9rem}.route-card-skeleton{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:1.5rem;animation:.4s ease-out backwards card-in}.route-card-skeleton:first-child{animation-delay:50ms}.route-card-skeleton:nth-child(2){animation-delay:.1s}.route-card-skeleton:nth-child(3){animation-delay:.15s}.skeleton-line{background:linear-gradient(90deg, var(--surface-alt) 25%, #e8ecf4 50%, var(--surface-alt) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite skeleton-shimmer}.skeleton-line.title{width:55%;height:22px;margin-bottom:1.25rem}.skeleton-line.subtitle{width:80%;height:14px;margin-bottom:.75rem}.skeleton-line.meta{width:40%;height:12px;margin-bottom:.5rem}.skeleton-line.full{border-radius:10px;width:100%;height:40px;margin-top:1.25rem}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (width<=900px){.routes-hero h1{font-size:2.25rem}.routes-grid{grid-template-columns:1fr}.routes-section-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (width<=600px){.routes-hero{padding:6.5rem 0 3rem}.routes-hero h1{font-size:1.85rem}.routes-stats{gap:1.5rem}.routes-search-bar input{padding:.9rem 1rem .9rem 2.75rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.route-detail-page{padding-bottom:5rem}.route-detail-hero{color:#fff;background:linear-gradient(160deg,#0c1222 0%,#131b36 30%,#0f2b5c 60%,#162e62 100%);padding:7rem 0 3.5rem;position:relative;overflow:hidden}.route-detail-hero:before{content:"";background:radial-gradient(circle,#4a89f31a 0%,#0000 60%);border-radius:50%;width:600px;height:600px;position:absolute;top:-40%;right:-15%}.route-detail-back{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem .8rem .4rem .4rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .25s;display:inline-flex}.route-detail-back:hover{color:#fff;background:#ffffff14}.route-detail-hero h1{letter-spacing:-1px;margin-bottom:.75rem;font-size:2.75rem;font-weight:800;animation:.5s ease-out fade-up}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.route-detail-path-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;animation:.5s ease-out .1s backwards fade-up;display:flex}.rdp-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.rdp-dot.start{background:#60a5fa;box-shadow:0 0 0 4px #60a5fa33}.rdp-dot.end{background:#f87171;box-shadow:0 0 0 4px #f8717133}.rdp-line{background:linear-gradient(90deg,#60a5fa,#f87171);border-radius:1px;flex-shrink:0;width:36px;height:2px}.rdp-loc{color:#fffc;font-size:1rem;font-weight:500}.route-detail-chips{flex-wrap:wrap;gap:.6rem;animation:.5s ease-out .2s backwards fade-up;display:flex}.rd-chip{color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.8rem;font-weight:600;transition:background .2s;display:inline-flex}.rd-chip:hover{background:#ffffff24}.route-detail-content{z-index:2;grid-template-columns:1.6fr 1fr;gap:2rem;margin-top:-2rem;display:grid;position:relative}.route-detail-map-wrap{background:var(--surface);border:1px solid var(--border);border-radius:20px;align-self:start;position:sticky;top:100px;overflow:hidden;box-shadow:0 16px 40px #00000014}.route-detail-map-wrap:after{content:"";z-index:999;background:linear-gradient(90deg,#3b82f6,#10b981,#ef4444);height:4px;position:absolute;top:0;left:0;right:0}.route-detail-map{width:100%;height:540px}.route-detail-sidebar{flex-direction:column;gap:1.25rem;display:flex}.rd-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;transition:box-shadow .3s;overflow:hidden;box-shadow:0 4px 16px #0000000a}.rd-card:hover{box-shadow:0 8px 24px #00000014}.rd-card-header{border-bottom:1px solid var(--border);background:var(--surface-alt);align-items:center;gap:.6rem;padding:1.15rem 1.5rem;display:flex}.rd-card-header svg{color:var(--primary);width:18px;height:18px}.rd-card-header h3{letter-spacing:-.2px;font-size:.95rem;font-weight:700}.rd-card-body{padding:1rem 1.5rem}.rd-info-row{justify-content:space-between;align-items:center;padding:.7rem 0;display:flex}.rd-info-row:not(:last-child){border-bottom:1px solid var(--border)}.rd-info-label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.rd-info-value{font-size:.9rem;font-weight:700}.rd-days-row{gap:.3rem;display:flex}.rd-day{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.6rem;font-weight:700;transition:transform .2s;display:flex}.rd-day:hover{transform:scale(1.15)}.rd-day.on{background:var(--primary);color:#fff}.rd-day.off{color:var(--text-hint);border:1px solid var(--border);background:0 0}.stops-timeline{padding:1.25rem 1.5rem}.stop-item{gap:1rem;display:flex;position:relative}.stop-marker{z-index:1;flex-direction:column;flex-shrink:0;align-items:center;display:flex;position:relative}.stop-number{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;transition:transform .2s;display:flex;box-shadow:0 3px 8px #00000026}.stop-item:hover .stop-number{transform:scale(1.15)}.stop-number.first{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.stop-number.last{background:linear-gradient(135deg,#ef4444,#f87171)}.stop-number.mid{background:linear-gradient(135deg,#10b981,#34d399)}.stop-line{background:linear-gradient(180deg, var(--border), #1152d426);flex:1;width:2px;min-height:20px}.stop-content{flex:1;padding-bottom:1.25rem}.stop-name{color:var(--text-primary);margin-bottom:.15rem;font-size:.92rem;font-weight:600}.stop-eta{color:var(--text-secondary);font-size:.78rem;font-weight:500}.route-detail-cta{text-align:center;margin-top:2.5rem}.route-detail-cta-box{color:#fff;background:linear-gradient(145deg,#0c1222,#0f2b5c,#162e62);border-radius:24px;padding:3.5rem 2rem;position:relative;overflow:hidden}.route-detail-cta-box:before{content:"";background:radial-gradient(circle,#7daaff1a 0%,#0000 60%);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-20%}.route-detail-cta-box h3{letter-spacing:-.3px;margin-bottom:.6rem;font-size:1.65rem;font-weight:800;position:relative}.route-detail-cta-box p{color:#ffffff8c;max-width:460px;margin-bottom:1.75rem;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.6;position:relative}.route-detail-cta-box .btn-primary{color:var(--primary);background:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;box-shadow:0 4px 16px #0000001a}.route-detail-cta-box .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.route-detail-loading{flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;height:60vh;display:flex}.rd-spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:44px;height:44px;animation:.75s linear infinite rd-spin}@keyframes rd-spin{to{transform:rotate(360deg)}}.custom-stop-marker{background:0 0!important;border:none!important}@media (width<=1024px){.route-detail-content{grid-template-columns:1fr;margin-top:1.5rem}.route-detail-map-wrap{position:relative;top:auto}.route-detail-map{height:350px}}@media (width<=600px){.route-detail-hero{padding:6rem 0 2.5rem}.route-detail-hero h1{font-size:1.75rem}.route-detail-content{gap:1rem}.route-detail-cta-box{padding:2.5rem 1.5rem}.route-detail-cta-box h3{font-size:1.35rem}}.app-modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:1rem;animation:.25s ease-out modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.app-modal{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:400px;padding:2.5rem 2rem 2rem;animation:.3s ease-out modal-scale-in;position:relative;box-shadow:0 24px 80px #0003}.app-modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.6rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:14px;right:16px}.app-modal-close:hover{color:#334155;background:#f1f5f9}.app-modal-icon{justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;display:flex}.app-modal-icon img{object-fit:contain;width:72px;height:72px}.app-modal-title{color:#0f172a;letter-spacing:-.3px;margin-bottom:.3rem;font-size:1.4rem;font-weight:800}.app-modal-subtitle{color:#64748b;margin-bottom:1.75rem;font-size:.88rem}.app-modal-links{flex-direction:column;gap:.75rem;display:flex}.app-store-btn{border:1.5px solid #0000;border-radius:14px;align-items:center;gap:.85rem;padding:.9rem 1.25rem;text-decoration:none;transition:all .25s;display:flex}.app-store-btn div{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.app-store-btn .store-label{text-transform:uppercase;letter-spacing:.5px;opacity:.85;font-size:.65rem}.app-store-btn .store-name{font-size:1.05rem;font-weight:700}.app-store-btn.playstore{color:#fff;background:#0f172a}.app-store-btn.playstore:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 8px 24px #0f172a40}.app-store-btn.appstore{color:#0f172a;background:#fff;border-color:#e2e8f0}.app-store-btn.appstore:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}@media (width<=400px){.app-modal{border-radius:20px;padding:2rem 1.25rem 1.5rem}.app-modal-title{font-size:1.2rem}}:root{--primary:#1152d4;--primary-light:#4a89f3;--primary-dark:#0a3a9c;--accent:#7daaff;--base-bg:#fff;--surface:#fff;--surface-alt:#f4f7fe;--text-primary:#1e293b;--text-secondary:#64748b;--text-light:#fff;--text-hint:#94a3b8;--border:#e2e8f0;--border-focus:#1152d4;--success:#10b981;--error:#f43f5e;--warning:#f59e0b;--shadow-color:30, 58, 138;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 4px 12px rgba(var(--shadow-color), .08);--shadow-lg:0 8px 20px rgba(var(--shadow-color), .15);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s ease-in-out;--transition-normal:.25s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--base-bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section{padding:5rem 0}.section-head{text-align:center;margin-bottom:3rem}.section-head h2{letter-spacing:-.5px;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-head p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem}.btn{border-radius:var(--radius-full);transition:transform var(--transition-normal), box-shadow var(--transition-normal), background var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background-color:var(--primary);color:var(--text-light);box-shadow:var(--shadow-md)}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background-color:var(--surface-alt)}.grid{gap:2rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}}@media (width<=600px){.grid-3,.grid-4,.grid-2{grid-template-columns:1fr}.section-head h2{font-size:2rem}}
