:root{--bg:#050510;--bg-offset:#0a0a12;--text:#f0f0f0;--text-muted:#f0f0f099;--accent:#cde916;--accent-soft:#cde9161a;--border:#ffffff14;--glass:#ffffff08;--glass-border:#ffffff14;--font-main:"Inter", system-ui, -apple-system, sans-serif;--transition-smooth:cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg)}body{font-family:var(--font-main);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}a{color:inherit;transition:all .2s var(--transition-smooth);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:8rem 0}h1,h2,h3{letter-spacing:-.02em;line-height:1.1}.heading-xl{font-size:clamp(3rem,8vw,6rem);font-weight:800}.heading-l{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.text-gradient{background:linear-gradient(to bottom right,#fff 50%,#ffffff80);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.btn{transition:all .3s var(--transition-smooth);border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent);color:#000}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #cde91666}.btn-secondary{background:var(--glass);border:1px solid var(--glass-border);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff14}.glass-card{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1.5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.flex-col{flex-direction:column}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent)}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.font-bold{font-weight:700}.mb-1{margin-bottom:.25rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.pt-32{padding-top:8rem}.pb-20{padding-bottom:5rem}.p-8{padding:2rem}.px-12{padding-left:3rem;padding-right:3rem}.py-4{padding-top:1rem;padding-bottom:1rem}.space-y-4>*+*{margin-top:1rem}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.pl-6{padding-left:1.5rem}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:p-12{padding:3rem}.md\:w-auto{width:auto}}.reveal-on-scroll{opacity:0;transform:translateY(20px)}@media (width<=768px){.section{padding:4rem 0}}.app{position:relative}.nav{z-index:100;transition:all .4s var(--transition-smooth);padding:1.5rem 0;position:fixed;top:0;left:0;right:0}.nav-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#050a09d9;padding:1rem 0}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo-img{width:auto;height:1.75rem}.nav-desktop-links{gap:2.5rem;display:flex}.nav-desktop-links a{color:var(--text-muted);font-size:.9375rem;font-weight:600}.nav-desktop-links a:hover{color:var(--text)}.nav-actions{align-items:center;gap:1rem;display:flex}.auth-nav-placeholder{width:5rem;height:2.5rem;display:inline-block}.auth-avatar-link{background:var(--accent);color:#000;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-weight:800;display:inline-flex;overflow:hidden}.auth-avatar-link img{object-fit:cover;width:100%;height:100%}.hero-section{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-video-container{z-index:1;pointer-events:none;position:absolute;inset:0}.hero-video{object-fit:cover;opacity:1;width:100%;height:100%}.hero-overlay{background:linear-gradient(to bottom, #050510cc, #05051080 50%, var(--bg));background-color:#00000080;position:absolute;inset:0}.hero-content{z-index:10;width:100%;position:relative}.hero-text{max-width:800px}.hero-badge{background:var(--accent-soft);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;border:1px solid #cde9164d;border-radius:999px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;display:inline-flex}.hero-description{color:var(--text-muted);max-width:700px;margin:2.5rem 0 3.5rem;font-size:1.5rem;line-height:1.5}.hero-actions{gap:1.5rem;display:flex}.hero-store-badges{margin-top:2rem;padding-bottom:2rem}.btn-lg{padding:1.25rem 2.5rem;font-size:1.125rem}.btn-glass{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.btn-glass:hover{background:#fff3}.category-picker{background:var(--bg-offset);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.picker-grid{grid-template-columns:repeat(4,1fr);display:grid}.picker-item{border-right:1px solid var(--border);transition:all .3s var(--transition-smooth);opacity:.5;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1rem;display:flex}.picker-item:last-child{border-right:none}.picker-item.active{opacity:1;background:var(--glass)}.picker-label{color:var(--text);font-size:1rem;font-weight:700}.picker-count{color:var(--accent);font-size:.875rem;font-weight:600}.browse-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.browse-search{flex:1;max-width:400px}.search-bar{background:var(--bg-offset);border:1px solid var(--border);border-radius:1rem;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.search-bar input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:.9375rem}.route-grid-new{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.route-status{border:1px solid var(--border);color:var(--text-muted);text-align:center;border-radius:1.5rem;grid-column:1/-1;padding:2rem}.route-thumbnail-card{cursor:pointer;group:hover}.thumbnail-container{aspect-ratio:16/9;border-radius:1.5rem;margin-bottom:1.25rem;position:relative;overflow:hidden}.thumbnail-container img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--transition-smooth)}.route-thumbnail-card:hover .thumbnail-container img{transform:scale(1.1)}.thumbnail-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.thumbnail-info h3{margin-bottom:.5rem;font-size:1.125rem}.thumbnail-stats{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.stat-divider{opacity:.3}.routes-page-header{grid-template-columns:auto 1fr;align-items:start;gap:2rem;margin-bottom:2rem;display:grid}.routes-page-title{max-width:720px}.routes-search-panel{max-width:640px;margin-bottom:3rem}.route-search-bar{min-height:4rem}.features-layout{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.store-badges{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.store-badges a{height:3.5rem;display:inline-flex;overflow:hidden}.store-badge-image{object-fit:contain;width:auto;height:100%;display:block}.store-badge-image--google-play{height:148.81%;transform:translateY(-16.4%)}.features-page{background:var(--bg);overflow:hidden}.features-hero{align-items:center;min-height:94vh;padding-top:6rem;display:flex;position:relative}.features-hero:after{background:linear-gradient(90deg, var(--bg) 0%, #050510db 45%, #05051057 100%);content:"";z-index:1;position:absolute;inset:0}.features-hero-media{opacity:.72;position:absolute;inset:0}.features-hero-media img{object-fit:cover;object-position:65% center;width:100%;height:100%}.features-hero-content{z-index:2;position:relative}.features-hero-copy{max-width:760px}.features-hero-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.feature-panel-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.feature-panel{background:var(--bg-offset);border:1px solid var(--border);border-radius:1rem;min-height:21rem;padding:1.75rem}.feature-panel svg,.feature-detail svg{width:1.5rem;height:1.5rem}.feature-panel h2{margin:1.5rem 0 .85rem;font-size:1.35rem}.feature-panel p,.feature-detail p,.section-subtitle{color:var(--text-muted);line-height:1.6}.features-detail-layout{grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:4rem;display:grid}.features-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.feature-detail{border-top:1px solid var(--border);align-items:flex-start;gap:1rem;padding-top:1.25rem;display:flex}.feature-detail-icon{color:var(--accent);flex:none}.feature-detail h3{margin-bottom:.5rem;font-size:1.1rem}.download-section{background:var(--bg-offset);border-top:1px solid var(--border)}.download-layout{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;display:grid}.download-layout .section-subtitle{max-width:680px;margin-top:1.5rem;font-size:1.25rem}.download-badges{justify-content:flex-end;padding-bottom:1.5rem}.features-hero-store-badges{padding-bottom:2rem}.feature-item{gap:1.5rem;margin-bottom:3rem;display:flex}.feature-icon-wrapper{background:var(--accent-soft);width:3.5rem;height:3.5rem;color:var(--accent);border-radius:1.25rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-content h3{margin-bottom:.75rem;font-size:1.25rem}.feature-content p{color:var(--text-muted);line-height:1.6}.device-frame{background:#000;border:8px solid #1a1a1a;border-radius:4rem;padding:1rem;position:relative;box-shadow:0 60px 120px -30px #0009}.liquid-glass-overlay{border-radius:3rem;position:relative;overflow:hidden}.data-ribbon{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;justify-content:space-between;padding:1.5rem;display:flex;position:absolute;top:2rem;left:2rem;right:2rem}.data-item{flex-direction:column;align-items:center;display:flex}.data-item span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.data-item strong{font-size:1.25rem}.app-img{width:100%;display:block}.challenges-banner{text-align:center;background:radial-gradient(circle at 100% 0,#cde9161a,#0000);border-radius:3rem;padding:5rem}.challenge-content{max-width:600px;margin:0 auto}.challenge-content p{color:var(--text-muted);margin:2rem 0 3rem;font-size:1.25rem}.challenge-stats{justify-content:center;gap:4rem;margin-bottom:3rem;display:flex}.challenge-stats strong{color:var(--accent);font-size:2.5rem;display:block}.challenge-stats span{color:var(--text-muted);font-size:1rem}.waitlist-card{background:var(--bg-offset);border:1px solid var(--border);text-align:center;border-radius:4rem;padding:6rem 2rem}.waitlist-content{max-width:600px;margin:0 auto}.waitlist-content p{color:var(--text-muted);margin:2rem 0 3.5rem;font-size:1.25rem}.waitlist-store-badges{justify-content:center;margin:-1.5rem 0 3rem}.waitlist-form{gap:1rem;max-width:540px;margin:0 auto;display:flex}.waitlist-input{background:var(--bg);border:1px solid var(--border);color:#fff;border-radius:999px;outline:none;flex:1;min-height:4.5rem;padding:1.25rem 2rem;font-size:1.125rem}.waitlist-input:focus{border-color:var(--accent)}.waitlist-success{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.footer{border-top:1px solid var(--border);background:var(--bg);padding:8rem 0 4rem}.footer-content{grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:5rem;display:grid}.footer-brand p{color:var(--text-muted);margin-top:1.5rem}.footer-store-badges{margin-top:1.5rem}.footer-store-badges a{height:3rem}.footer-nav{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.footer-group h4{text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:.875rem;font-weight:700}.footer-group a{color:var(--text-muted);margin-bottom:1rem;font-size:.9375rem;transition:color .3s;display:block}.footer-group a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:3rem;font-size:.875rem;display:flex}.social-links{gap:2rem;display:flex}.social-links a:hover{color:var(--text)}@media (width<=768px){.footer-content{text-align:center;grid-template-columns:1fr;gap:3rem}.footer-brand{flex-direction:column;align-items:center;display:flex}.footer-nav{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.footer-group h4{display:none}.footer-group{flex-flow:wrap;justify-content:center;gap:1.5rem}.footer-group a{margin-bottom:0}.footer-bottom{text-align:center;flex-direction:column;gap:2rem}}.mt-12{margin-top:3rem}.hidden-mobile{display:inline-flex}@media (width<=1024px){.hidden-mobile{display:none}}.mobile-menu-toggle{color:var(--text);padding:.5rem;display:none}@media (width<=1024px){.mobile-menu-toggle{display:block}}.mobile-menu{background:var(--bg-offset);border-bottom:1px solid var(--border);overflow:hidden}.mobile-menu .container{flex-direction:column;gap:1.5rem;padding:2rem 1rem;display:flex}.mobile-menu a{font-size:1.25rem;font-weight:600}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:4rem;display:grid}.pricing-card{background:var(--bg-offset);border:1px solid var(--border);transition:all .4s var(--transition-smooth);border-radius:2rem;flex-direction:column;padding:3rem;display:flex;position:relative}.pricing-card.highlighted{border-color:var(--accent);z-index:2;background:radial-gradient(circle at 100% 0,#cde9160d,#0000);transform:scale(1.05);box-shadow:0 40px 80px -20px #0006}.currency-switcher{border:1px solid var(--border);background:#ffffff0f;border-radius:999px;align-items:center;gap:.35rem;margin-top:2rem;padding:.35rem;display:inline-flex}.currency-switcher button{color:var(--text-muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:999px;align-items:center;gap:.35rem;min-height:2.35rem;padding:0 1rem;font-size:.9rem;font-weight:700;display:inline-flex}.currency-switcher button:hover,.currency-switcher button:focus-visible{color:var(--text)}.currency-switcher button.active{background:var(--accent);color:#000}.currency-switcher.compact{margin-top:0}.currency-switcher.compact button{min-height:2rem;padding:0 .8rem}.currency-note{color:var(--text-muted);margin-top:.85rem;font-size:.9rem}.urgent-badge{background:var(--accent);color:#000;white-space:nowrap;border-radius:99px;padding:4px 16px;font-size:.75rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.discount-text-badge{color:var(--accent);overflow-wrap:anywhere;text-transform:uppercase;background:#cde9161f;border:1px solid #cde91673;border-radius:999px;max-width:100%;margin-bottom:1rem;padding:.35rem .75rem;font-size:.75rem;font-weight:800;line-height:1.2}.plan-name{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.plan-price{margin-bottom:1.5rem}.plan-price-main{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.plan-price .currency{font-size:3rem;font-weight:800}.plan-price .currency.struck{color:var(--text-muted);text-decoration:line-through;text-decoration-thickness:.08em}.plan-choice-price .original-price{color:var(--text-muted);margin-right:.25rem;font-size:1.125rem;font-weight:600}.discount-price-group{flex-direction:column;align-items:flex-start;gap:.55rem;margin-top:.45rem;display:flex}.discount-price-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.discount-price{color:var(--text);font-size:1rem;font-weight:800}.sale-badge{background:var(--accent);color:#000;text-transform:uppercase;border-radius:.25rem;align-self:center;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.plan-price .period{color:var(--text-muted);min-height:1.35em;font-size:1.125rem;display:inline-block}.plan-description{color:var(--text-muted);min-height:3rem;margin-bottom:2rem;font-size:.9375rem}.plan-features{flex-direction:column;flex:1;gap:1rem;display:flex}.feature-row{align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.pricing-plan-cta{text-align:center;justify-content:center}.pricing-comparison{margin-top:7rem;padding:3rem}.comparison-table-wrapper{margin-top:2rem;overflow-x:auto}.comparison-table{border-collapse:collapse;text-align:left;width:100%}.comparison-table th,.comparison-table td{border-bottom:1px solid var(--border);padding:1.5rem}.comparison-table th{font-size:1.125rem;font-weight:700}.comparison-table td{color:var(--text-muted)}.comparison-footnote{color:var(--text-muted);margin-top:1.5rem;font-size:.875rem}.account-shell{flex-direction:column;gap:2rem;display:flex}.account-hero{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.account-hero>div{max-width:760px}.account-kicker{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:800}.account-banner{border:1px solid var(--border);color:var(--text-muted);background:#ffffff0d;border-radius:1rem;padding:1rem 1.25rem}.account-banner.success{color:var(--text);background:#cde9161f;border-color:#cde9164d}.auth-page-grid,.account-dashboard,.subscribe-grid{grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);gap:1.5rem;display:grid}.account-dashboard{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}.auth-page-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.55fr);align-items:center;min-height:calc(100vh - 12rem)}.subscribe-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start}.account-panel,.account-stat{background:var(--bg-offset);border:1px solid var(--border);border-radius:1.25rem;padding:2rem}.plan-choice-panel,.activity-panel{grid-column:1/2}.subscription-panel,.badges-panel{grid-column:2/3}.account-dashboard .subscription-panel{grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(280px,auto);align-items:center;display:grid}.account-dashboard .subscription-panel .panel-title-row{grid-column:1/2;margin-bottom:1rem}.account-dashboard .subscription-panel .subscription-meta{grid-column:1/2;margin-bottom:0}.account-dashboard .subscription-panel .plan-choice-actions{grid-area:1/2/span 2/3;justify-content:flex-end;margin-top:0}.account-stats{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.account-stat{flex-direction:column;gap:.6rem;min-height:9rem;display:flex}.account-stat svg{color:var(--accent)}.account-stat span{color:var(--text-muted);font-size:.875rem}.account-stat strong{font-size:1.8rem}.auth-tabs{background:var(--bg);border:1px solid var(--border);border-radius:999px;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem;padding:.3rem;display:grid}.auth-tabs button{color:var(--text-muted);border-radius:999px;padding:.75rem 1rem;font-weight:700}.auth-tabs button.active{background:var(--accent);color:#000}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form label{color:var(--text-muted);flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:700;display:flex}.account-input{background:var(--bg);border:1px solid var(--border);border-radius:1rem;align-items:center;gap:.75rem;min-height:3.5rem;padding:0 1rem;display:flex}.account-input svg{color:var(--text-muted);flex:none}.account-input input{color:var(--text);font:inherit;background:0 0;border:none;outline:none;width:100%}.auth-copy{max-width:680px}.auth-copy h1{margin-bottom:1.5rem}.auth-page-panel{box-shadow:0 36px 80px -48px #000000e6}.social-auth-grid{gap:.75rem;margin-bottom:1.25rem;display:grid}.social-auth-button{color:var(--text);border-radius:4px;justify-content:center;align-items:center;gap:.75rem;min-height:2.75rem;padding:0 1rem;font-size:.9375rem;font-weight:600;display:flex}.social-auth-button svg{flex:none;width:1.125rem;height:1.125rem}.social-auth-button-google{color:#3c4043;background:#fff;border:1px solid #dadce0;font-family:Roboto,Arial,sans-serif}.social-auth-button-google:hover{background:#f8fafd;box-shadow:0 1px 2px #3c40434d}.social-auth-button-apple{color:#fff;background:#000;border:1px solid #000;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;font-weight:500}.social-auth-button-apple:hover{background:#111}.auth-divider{color:var(--text-muted);align-items:center;gap:1rem;margin-bottom:1.25rem;font-size:.875rem;display:flex}.auth-divider:before,.auth-divider:after{background:var(--border);content:"";flex:1;height:1px}.plan-choice-top{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.5rem;display:grid}.plan-choice-icon{border:1px solid var(--border);color:var(--accent);background:#ffffff14;border-radius:1rem;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;display:inline-flex;transform:rotate(-8deg);box-shadow:0 18px 38px #00000047}.plan-choice-top h2,.panel-title-row h2{margin:.25rem 0;font-size:1.7rem}.plan-choice-price{text-align:right;flex-direction:column;display:flex}.plan-choice-price span,.plan-choice-price em,.subscription-meta span,.activity-item span{color:var(--text-muted);font-style:normal}.plan-choice-price strong{font-size:2.5rem;line-height:1}.subscribe-currency-row{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.subscribe-currency-row>span{color:var(--text-muted);font-weight:700}.plan-choice-divider{border-top:1px solid var(--border);margin:2rem 0}.plan-choice-bullets{flex-direction:column;gap:1.25rem;display:flex}.plan-choice-bullets div,.activity-item,.panel-title-row{align-items:center;gap:1rem;display:flex}.plan-choice-bullets svg{color:var(--accent);flex:none}.plan-choice-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;display:flex}.panel-title-row{justify-content:space-between;margin-bottom:1.5rem}.panel-title-row svg{color:var(--accent)}.subscription-meta{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.subscription-note{color:var(--text-muted);max-width:34rem;line-height:1.5}.activity-list{flex-direction:column;gap:.75rem;display:flex}.activity-item{background:var(--glass);border:1px solid var(--border);border-radius:1rem;justify-content:space-between;padding:1rem}.activity-item div{flex-direction:column;gap:.25rem;display:flex}.badge-list{flex-wrap:wrap;gap:.75rem;display:flex}.badge-chip{color:var(--text);text-align:center;background:#cde9160d;border:1px solid #cde91626;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;width:140px;padding:1.25rem;display:flex}.badge-icon{object-fit:contain;filter:drop-shadow(0 4px 8px #0003);width:64px;height:64px}.badge-chip span{font-size:.85rem;font-weight:500;line-height:1.2}.account-banner.confirming{align-items:center;gap:.75rem;display:flex}.spinner-small{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-group{flex-direction:column;gap:.75rem;display:flex}.form-group label{color:var(--text);font-size:.875rem;font-weight:600}.form-input{background:var(--bg);border:1px solid var(--border);color:#fff;border-radius:1rem;outline:none;min-height:4rem;padding:1.25rem 1.5rem;font-size:1.125rem;transition:border-color .3s}.form-input:focus{border-color:var(--accent)}textarea.form-input{min-height:10rem}.policy-page{line-height:1.8}.policy-page section{margin-bottom:4rem}@media (width<=768px){.hero-actions,.features-hero-actions{flex-direction:column;align-items:flex-start}.store-badges a{height:3.25rem}.features-hero{min-height:86vh}.features-hero:after{background:linear-gradient(to bottom, #050510db, var(--bg))}.feature-panel-grid,.features-detail-layout,.features-detail-grid,.download-layout{grid-template-columns:1fr}.feature-panel{min-height:auto}.download-badges{justify-content:flex-start}.routes-page-header{grid-template-columns:1fr}.pricing-card.highlighted{margin:1rem 0;transform:none}.pricing-comparison{margin-top:5rem;padding:2rem 1rem}.account-hero,.plan-choice-top{grid-template-columns:1fr;align-items:flex-start}.account-hero,.plan-choice-actions{flex-direction:column}.currency-switcher,.subscribe-currency-row{flex-direction:column;align-items:stretch;width:100%}.currency-switcher{border-radius:1.25rem}.currency-switcher button{justify-content:center}.account-dashboard .subscription-panel{grid-template-columns:1fr}.account-dashboard .subscription-panel .panel-title-row,.account-dashboard .subscription-panel .subscription-meta,.account-dashboard .subscription-panel .plan-choice-actions{grid-area:auto}.account-dashboard .subscription-panel .plan-choice-actions{justify-content:flex-start;align-items:flex-start;margin-top:1.5rem}.account-dashboard,.account-stats,.auth-page-grid,.subscribe-grid{grid-template-columns:1fr}.plan-choice-panel,.subscription-panel,.activity-panel,.badges-panel{grid-column:auto}.plan-choice-price{text-align:left}}.cookie-banner-wrapper{z-index:9999;pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:1.5rem;left:1.5rem;right:1.5rem}.cookie-banner{pointer-events:all;-webkit-backdrop-filter:blur(24px);background:#0a0a12d9;border:1px solid #ffffff1f;border-radius:1.5rem;width:100%;max-width:780px;padding:1.75rem 2rem;box-shadow:0 24px 60px -12px #000000b3,inset 0 0 0 1px #ffffff0a}.cookie-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.cookie-title-row{align-items:center;gap:1rem;display:flex}.cookie-icon-box{background:var(--accent-soft);border:1px solid #cde91640;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cookie-title-row h3{margin-bottom:.2rem;font-size:1rem;font-weight:700;line-height:1.2}.cookie-subtitle{color:var(--text-muted);font-size:.8rem}.cookie-close-btn{width:32px;height:32px;color:var(--text-muted);background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.cookie-close-btn:hover{color:var(--text);background:#ffffff1f}.cookie-content{padding-left:0}.cookie-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.cookie-actions .btn{padding:.625rem 1.25rem;font-size:.875rem}.btn-tertiary{color:var(--text-muted);background:0 0;border:none;padding:.625rem .5rem;font-size:.875rem;font-weight:600;transition:color .2s}.btn-tertiary:hover{color:var(--text)}.cookie-custom-options{flex-direction:column;gap:0;display:flex}.cookie-option-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1rem 0;display:flex}.cookie-option-row:last-child{border-bottom:none}.cookie-option-info{flex:1}.cookie-switch-container{flex-shrink:0;align-items:center;display:flex}.cookie-switch{opacity:0;width:0;height:0;position:absolute}.cookie-switch-label{cursor:pointer;width:44px;height:26px;display:inline-block;position:relative}.cookie-switch-label.disabled{cursor:not-allowed;opacity:.5}.cookie-switch-slider{background:#ffffff1f;border:1px solid #ffffff1a;border-radius:999px;transition:background .25s;position:absolute;inset:0}.cookie-switch-slider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:3px;transform:translateY(-50%);box-shadow:0 2px 6px #0006}.cookie-switch:checked+.cookie-switch-label .cookie-switch-slider{background:var(--accent);border-color:var(--accent)}.cookie-switch:checked+.cookie-switch-label .cookie-switch-slider:before{background:#000;transform:translateY(-50%)translate(18px)}.badge-necessary{text-align:center;letter-spacing:.06em;text-transform:uppercase;background:var(--accent-soft);color:var(--accent);border:1px solid #cde91640;border-radius:999px;padding:.2rem .6rem;font-size:.65rem;font-weight:700;display:inline-block}.border-white-05{border-color:#ffffff0d}.gdpr-table{border-collapse:collapse;width:100%;font-size:.875rem}.gdpr-table thead tr{background:#ffffff0a}.gdpr-table th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid #ffffff14;padding:1rem 1.25rem;font-size:.75rem;font-weight:700}.gdpr-table td{vertical-align:top;color:var(--text);border-bottom:1px solid #ffffff0d;padding:1.1rem 1.25rem;line-height:1.5}.gdpr-table th:nth-child(3),.gdpr-table td:nth-child(3){text-align:center}.gdpr-table td.text-muted{font-size:.8rem;line-height:1.6}.gdpr-table tr:last-child td{border-bottom:none}.gdpr-table td:first-child{white-space:nowrap;align-items:center;gap:.5rem;min-width:180px;font-weight:700;display:flex}.gdpr-table tr:hover td{background:#ffffff05}@media (width<=768px){.cookie-banner-wrapper{bottom:1rem;left:1rem;right:1rem}.cookie-banner{border-radius:1.25rem;padding:1.25rem}.cookie-actions{flex-direction:column;align-items:stretch}.cookie-actions .btn{text-align:center;justify-content:center}.gdpr-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.gdpr-table td:first-child{min-width:140px}}
