body{background:var(--bg-color);color:var(--text-color);font-family:Roboto,sans-serif;margin:0;padding:0;transition:background .3s ease,color .3s ease}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background-color:#bdbdbd;border-radius:4px}.App{background-color:var(--bg-color);box-sizing:border-box;color:var(--text-color);margin:0 auto;max-width:1000px;min-height:100vh;padding:20px 20px 100px;position:relative}.switcher-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}@media (max-width:768px){.switcher-container{flex-wrap:nowrap;gap:8px;justify-content:center;overflow-x:auto}.switcher-container select{font-size:.9rem;padding:4px 6px}}.theme-toggle-button{align-items:center;display:inline-flex;gap:4px;justify-content:center}.theme-toggle-button svg{font-size:1.2em}.headingMain{font-weight:600;letter-spacing:.5px;margin-bottom:2rem;margin-top:3rem;text-align:center}.headingDestination,.headingRoutes,.headingStart{color:var(--text-color);font-weight:600;letter-spacing:.5px;margin-bottom:1rem;margin-top:0}.manualVehicleTypeWrapper{align-items:center;display:flex;margin:1rem 0}.manualVehicleTypeWrapper label{font-weight:700;margin-right:.5rem}.manualVehicleTypeWrapper select{background-color:#fff;border:1px solid #ccc;border-radius:4px;font-size:.9rem;padding:.4rem .6rem}.labelAvoidHighways{color:var(--text-color);display:inline-block;font-weight:500;letter-spacing:.3px;margin-bottom:.25rem;margin-left:8px}.labelFuelConsumption,.labelFuelPrice{color:var(--text-color);display:block;font-weight:500;letter-spacing:.3px;margin-bottom:15px}.labelFuelPrice{margin-top:5px}.inputFuelConsumption{box-sizing:border-box;width:100%}.inputFuelConsumption,.inputFuelPrice{border:1px solid #ccc;border-radius:6px;font-size:1rem;margin-bottom:10px;padding:10px;transition:border-color .3s ease,box-shadow .3s ease}input:focus{border-color:#1976d2;box-shadow:0 0 3px 1px #1976d24d;outline:none}.section{background-color:var(--section-bg);border-radius:10px;box-shadow:0 2px 12px #00000014;margin-bottom:1.5rem;padding:25px}.checkboxSection{align-items:center;display:flex}.buttonsSection{align-items:center;display:flex;gap:60px}@media (max-width:768px){.buttonsSection{align-items:center;display:flex;gap:20px}.headingRoutes{display:flex;justify-content:center}}.buttonCalculate{background-image:linear-gradient(30deg,#0400ff,#4ce3f7);background-size:100% auto;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:inherit;font-size:17px;font-weight:700;padding:.6em 1.5em;transition:all .3s ease-in-out}.buttonCalculate:hover{animation:pulse512 1.5s infinite;background-image:linear-gradient(30deg,#03c,#1fa3ff);background-position:100%;background-size:200% auto;transform:translateY(-3px)}@keyframes pulse512{0%{box-shadow:0 0 0 0 #05bada66}70%{box-shadow:0 0 0 10px #da674400}to{box-shadow:0 0 0 0 #da674400}}.buttonCalculate:active{background-image:linear-gradient(30deg,#029,#178de5);transform:translateY(1px) scale(.98)}.buttonCalculate:disabled{background-image:linear-gradient(30deg,#7a7a7a,#b5b5b5);cursor:not-allowed;opacity:.6}@media (max-width:768px){.buttonCalculate{font-size:12px;white-space:nowrap}}.navigationButton{background-image:linear-gradient(30deg,#0400ff,#4ce3f7);background-size:100% auto;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:inherit;font-size:17px;font-weight:700;padding:.6em 1.5em;transition:all .3s ease-in-out}.navigationButton:hover{animation:pulse512 1.5s infinite;background-image:linear-gradient(30deg,#03c,#1fa3ff);background-position:100%;background-size:200% auto;transform:translateY(-3px)}.navigationButton:active{background-image:linear-gradient(30deg,#029,#178de5);transform:translateY(1px) scale(.98)}.navigationButton:disabled{background-image:linear-gradient(30deg,#7a7a7a,#b5b5b5);cursor:not-allowed;opacity:.6}@media (max-width:768px){.navigationSection{display:flex;justify-content:center}.navigationButton{font-size:12px;white-space:nowrap}}.routeButtonsWrapper{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.routeButton{background:linear-gradient(135deg,#2196f3,#1976d2);border:none;border-radius:6px;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.routeButton:hover{background:linear-gradient(135deg,#1e88e5,#1565c0);box-shadow:0 4px 8px #0000004d;transform:translateY(-2px)}.activeRoute{background:linear-gradient(135deg,#0d47a1,#0d3c65)!important;box-shadow:0 4px 10px #00000059}@media (max-width:768px){.routeButtonsWrapper{align-items:center;flex-direction:column}}.checkbox-container{cursor:pointer;display:inline-block;font-size:16px;margin-bottom:12px;padding-left:35px;position:relative;-webkit-user-select:none;user-select:none}.custom-checkbox{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkmark{background-color:#eee;border-radius:4px;box-shadow:0 2px 5px #0003;height:25px;left:0;position:absolute;top:0;transition:background-color .3s;width:25px}.custom-checkbox:checked~.checkmark{background-color:#2196f3;box-shadow:0 3px 7px #2196f34d}.checkmark:after{border:solid #fff;border-width:0 3px 3px 0;content:"";display:none;height:10px;left:9px;position:absolute;top:5px;transform:rotate(45deg);width:5px}.custom-checkbox:checked~.checkmark:after{animation:checkAnim .2s forwards;display:block}@keyframes checkAnim{0%{height:0}to{height:10px}}.form-row{align-items:center;background-color:var(--section-bg);border-radius:10px;box-shadow:0 2px 12px #00000014;display:flex;gap:20px;justify-content:flex-end;margin:20px auto;padding:20px}.distanceResult,.fuelCostResult,.fuelUsedResult{margin-bottom:.5rem}.fuelCostResult{color:green}.formField{margin:10px;position:relative}.formField input{background-color:#f1f1f1;border:none;border-radius:5px;box-shadow:0 0 0 5px #0000;color:#333;font-size:16px;font-weight:550;outline:none;padding:10px 15px;transition:.5s ease-in-out}.formField input:focus{transform:translateY(15px)}.formField input:focus,.formField input:valid{transform:translateY(15px)}.formField span{color:#333;font-size:16px;font-weight:600;left:0;padding:8px 15px;pointer-events:none;position:absolute;top:0;transition:.3s ease-in-out}.formField input:focus+span,.formField input:valid+span{color:var(--text-color);font-size:larger;transform:translateY(-30px) translateX(-15px) scale(.95);transition:.3s ease-in-out}.locationSearchError{color:#b00020;display:block;margin-top:18px}.locationSearch{position:relative}.locationSearchSection{align-items:center;box-sizing:border-box;display:flex;min-height:116px;overflow:visible;position:relative}.locationSearchSection .locationSearch{width:100%}.locationSearchSection .formField input{box-sizing:border-box;width:100%}.startLocationSection{z-index:300}.destinationLocationSection{z-index:100}.locationSuggestions{background:var(--section-bg);border:1px solid #d7d7d7;border-radius:8px;box-shadow:0 8px 24px #0000002e;left:0;max-height:280px;overflow:hidden;position:absolute;right:0;top:calc(100% + 16px);z-index:10000}.locationSuggestions button{background:#0000;border:0;border-bottom:1px solid #e5e5e5;color:var(--text-color);cursor:pointer;display:block;font:inherit;padding:12px 15px;text-align:left;width:100%}.locationSuggestions button:last-child{border-bottom:0}.locationSuggestions button:focus,.locationSuggestions button:hover{background:#1976d21f;outline:none}.car-selector{background-color:var(--section-bg);border-radius:10px;box-shadow:0 2px 12px #00000014;margin:0 auto 1.5rem;max-width:100%;padding:20px}.dropdown-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.dropdown-group{flex:1 1;min-width:200px}.dropdown-group,.dropdown-group:last-child{margin-bottom:15px}.dropdown-group label{color:var(--text-color);display:block;font-weight:500;letter-spacing:.3px;margin-bottom:8px}.dropdown-group select{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:12px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.dropdown-group select:focus{border-color:#1976d2;box-shadow:0 0 5px 2px #1976d24d;outline:none}@media (max-width:768px){.dropdown-container{flex-direction:column;gap:15px}}.contact-info{padding:1px}.contact-info h2{font-size:1.5rem;margin-bottom:10px}.contact-info p{font-size:1rem;line-height:1.4}.cookie-card{background-color:#fff;border-radius:10px;box-shadow:20px 20px 30px #0000000d;margin:20px auto;max-width:320px;position:relative;z-index:9999}.actions{flex-shrink:0}.pref{transition:all .3s}.pref:focus{outline:2px solid #0000;outline-offset:2px}.accept{transition:all .15s}.accept:focus{outline:2px solid #0000;outline-offset:2px}.seo-section{align-items:center;background-color:var(--section-bg);border-radius:10px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:2em}.seo-section h2{color:var(--text-color);font-size:2em;margin-bottom:1em;text-align:center}.seo-section h3{font-size:1.35em;margin:1.15rem auto .35rem;width:100%}.seo-section h3,.seo-section p{color:var(--text-color);max-width:800px;text-align:center}.seo-section p{font-size:1.2em;line-height:1.6}a[data-discover=true]{background-image:linear-gradient(30deg,#0400ff,#4ce3f7);border:none;border-radius:20px;color:#fff;cursor:pointer;display:block;font-size:1.1rem;font-weight:700;margin:20px auto;padding:15px 30px;text-decoration:none;transition:all .3s ease-in-out;white-space:nowrap;width:fit-content}a[data-discover=true]:hover{animation:pulse512 1.5s infinite;background-image:linear-gradient(30deg,#03c,#1fa3ff);background-position:100%;background-size:200% auto;transform:translateY(-3px)}.faq-section{align-items:left;background-color:var(--section-bg);border-radius:10px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;justify-content:center;margin-top:30px;padding:2em}.faq-section h2{color:var(--text-color);font-size:2em;margin-bottom:1em;text-align:center}.faq-section p{color:var(--text-color);font-size:1.2em;line-height:1.6;max-width:800px;text-align:left}.unique-switcher-container{align-items:center;background-color:var(--section-bg);border-radius:10px;box-shadow:0 2px 12px #00000014;display:flex;gap:30px;justify-content:left;margin-bottom:1.5rem;padding:25px}.unique-switcher-text-col{display:flex;flex-direction:column;justify-content:center;text-align:left}.unique-switcher-text-bottom,.unique-switcher-text-top{color:var(--text-color);font-size:16px;font-weight:600;margin:7px 0;transition:color .3s}.unique-switcher-text-bottom.active,.unique-switcher-text-top.active{color:#32cd32}.unique-switcher-toggle-col{align-items:center;display:flex}.unique-switch{display:inline-block;font-size:17px;height:3.3em;position:relative;width:1.2em}.unique-switch .unique-chk{height:0;opacity:0;width:0}.unique-slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0}.unique-slider,.unique-slider:before{border-radius:5px;position:absolute;transition:.4s}.unique-slider:before{background-color:#fff;box-shadow:0 6px 7px #0000004d;content:"";height:.5em;left:-.6em;top:.2em;width:2.4em}.unique-slider:after,.unique-slider:before{content:"";display:block}.unique-slider:after{background:linear-gradient(#0000 50%,#ffffff26 0) 0 50% /50% 100%,repeating-linear-gradient(90deg,#fff,#fff,#fff 20%,#fff 0,#fff 40%) 0 50% /50% 100%,radial-gradient(circle at 50% 50%,#fff 25%,#0000 26%);background-repeat:no-repeat;border-left:.25em solid #0000;border-right:.25em solid #0000;border-color:#0000 #0000 #0000 #fff;border-style:solid;border-width:.25em 0 .25em .4em;box-sizing:border-box;height:1em;left:.55em;position:relative;top:.5em;transform:translateX(-22.5%) rotate(90deg);transform-origin:25% 50%;transition:border-left-color .1s ease-out .3s,transform .3s ease-out;width:2em}.unique-chk:checked+.unique-slider{background-color:#32cd32}.unique-chk:focus+.unique-slider{box-shadow:0 0 1px #32cd32}.unique-chk:checked+.unique-slider:before{transform:translateY(2.3em)}.unique-chk:checked+.unique-slider:after{transform:rotate(90deg) rotateY(180deg) translateY(.45em) translateX(-1.4em)}@media (max-width:768px){.unique-switcher-container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center}.unique-switcher-text-col{display:contents}.unique-switcher-text-top{grid-row:1;text-align:center}.unique-switcher-toggle-col{grid-row:2;text-align:center}.unique-switcher-text-bottom{grid-row:3;text-align:center}}.rating-box{border:1px solid #ccc;margin:2rem auto;max-width:500px;padding:1rem}.stars{margin:1rem 0}.star{background:none;border:none;cursor:pointer;font-size:2rem;padding:0 .2rem;transition:transform .2s}.star:hover{transform:scale(1.2)}.star.active{color:gold}.rating-box textarea{height:100px;margin:1rem 0;padding:.5rem;width:100%}.inputHint{color:color-mix(in srgb,var(--text-color) 70%,#0000);display:block;line-height:1.35;margin:-3px 0 18px}.advancedSection{background:linear-gradient(145deg,rgba(25,118,210,.045),rgba(76,227,247,.025)),var(--section-bg);border:1px solid #1976d21f;box-shadow:0 10px 28px rgba(0,0,0,.075),inset 0 1px 0 #ffffff24;overflow:visible}.advancedSection summary{cursor:pointer;font-size:1.08rem;font-weight:700;letter-spacing:.01em;list-style-position:outside;transition:color .2s ease}.advancedSection summary:hover{color:#1976d2}.advancedSection[open] summary{margin-bottom:1.5rem}.stopAddRow{display:flex;justify-content:center;margin:-.65rem 0 .85rem}.stopLocationSection{align-items:center;box-sizing:border-box;display:flex;min-height:116px;padding-right:105px;position:relative}.stopLocationSection .locationSearch{margin:0;width:100%}.addStopButton,.removeStopButton{cursor:pointer;font-family:inherit;font-weight:700}.addStopButton{background:#0000;border:0;color:#777;display:inline-grid;font-size:3.1rem;font-weight:300;height:auto;line-height:1;padding:0;place-items:center;transition:color .2s ease,transform .2s ease;width:auto}.addStopButton span{display:block}.removeStopButton{background:#0000;border:1px solid #d64545;border-radius:20px;color:#d64545;padding:.45rem .8rem;transition:transform .2s ease,box-shadow .2s ease}.addStopButton:hover{color:#1976d2;transform:scale(1.12)}.addStopButton:active{transform:scale(1)}.addStopButton:focus-visible{color:#1976d2;outline:none}.removeStopButton:hover{box-shadow:0 4px 9px #0000002e;transform:translateY(-2px)}.stopRemoveRow{position:absolute;right:14px;top:50%;transform:translateY(-50%);z-index:2}.tollsControl{border-top:1px solid color-mix(in srgb,var(--text-color) 15%,#0000);margin-top:1.75rem;max-width:460px;padding-top:1.25rem}.tollsControl label{color:var(--text-color);display:block;font-weight:600;margin-bottom:.7rem}.liveResults{background:radial-gradient(circle at top right,#4ce3f72b,#0000 38%),linear-gradient(145deg,rgba(25,118,210,.035),#fff0),var(--section-bg);border:1px solid #1976d22e;border-radius:14px;box-shadow:0 18px 44px #0000001f,inset 0 1px 0 #ffffff29;overflow:hidden;position:relative}.liveResults:after{background:#4ce3f714;border-radius:50%;content:"";height:230px;pointer-events:none;position:absolute;right:-70px;top:-90px;width:230px}.liveResults:before{background:linear-gradient(90deg,#0400ff,#4ce3f7);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.resultHeader{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;position:relative;z-index:1}.resultHeader h2{font-size:clamp(1.25rem,3vw,1.75rem);letter-spacing:-.02em;margin:.25rem 0 0}.resultEyebrow{color:#1976d2;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.routeStatus{background:#1976d21f;border-radius:999px;color:#1976d2;flex:0 0 auto;font-size:.82rem;font-weight:700;padding:.45rem .75rem}.estimatedRangeValue{color:#12833f;font-size:clamp(2rem,7vw,3.5rem);font-weight:800;letter-spacing:-.04em;line-height:1.05;margin:1rem 0;position:relative;text-shadow:0 5px 20px #12833f21;z-index:1}.dark-theme .estimatedRangeValue{color:#62e28f}.exactCalculation{align-items:baseline;background:rgba(25,118,210,.065);border:1px solid #1976d21a;border-radius:10px;box-shadow:inset 0 1px 0 #ffffff2e;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.1rem;position:relative;z-index:1}.exactCalculation strong{color:#1976d2;font-size:1.35rem}.calculationMeta,.resultNote{color:color-mix(in srgb,var(--text-color) 76%,#0000);line-height:1.55;position:relative;z-index:1}.calculationMeta{border-bottom:1px solid #1976d21a;font-weight:600;padding:.75rem 0}.calculationBreakdown{grid-gap:.4rem;display:grid;gap:.4rem;margin-top:1rem;position:relative;z-index:1}.calculationBreakdown span{font-size:.8rem;font-weight:700;text-transform:uppercase}.calculationBreakdown code{background:#0000000f;border:1px solid #1976d214;border-radius:9px;color:var(--text-color);display:block;font-size:.9rem;line-height:1.5;overflow-wrap:anywhere;padding:.9rem 1rem}.dark-theme .calculationBreakdown code{background:#0000003d}.resultNote{border-left:3px solid #1976d261;font-size:.92rem;margin-bottom:0;padding-left:.85rem}.dark-theme .exactCalculation strong{color:#75b8ff}.dark-theme .liveResults{box-shadow:0 18px 44px #0000004d,inset 0 1px 0 #ffffff14}.dark-theme .liveResults:after{background:#4ce3f70f}.resultPlaceholder{grid-gap:.35rem;display:grid;gap:.35rem;min-height:120px;place-content:center;position:relative;text-align:center;z-index:1}.resultPlaceholder span{color:color-mix(in srgb,var(--text-color) 70%,#0000)}.routeError{color:#b00020;font-weight:600;margin-top:1rem;position:relative;z-index:1}.resultActions{align-items:center;display:flex;flex-wrap:wrap;gap:42px;justify-content:flex-end}.shareButtonGlass{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 4px 24px #00000026;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;padding:10px 16px;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.shareButtonGlassLight{color:#111}.shareButtonGlassDark{color:#fff}.deleteAction{display:flex;margin-left:auto}@media (max-width:800px){.stopLocationSection{min-height:116px;padding-right:92px}.stopRemoveRow{right:10px;top:50%}.estimatedRangeValue{letter-spacing:-.025em}.exactCalculation{align-items:flex-start;flex-direction:column}.resultActions{gap:24px}}.fuelyMap{background:linear-gradient(135deg,#1976d214,#4ce3f714),var(--section-bg);color:var(--text-color);display:grid;height:430px;margin-left:calc(50% - 50vw);margin-top:20px;place-items:center;width:100vw}.mapPreview{background:radial-gradient(circle at top right,#4ce3f71f,#0000 40%),var(--section-bg);border:1px dashed #1976d247;text-align:center}.mapPreview h2{color:#1976d2;font-size:clamp(1.2rem,3vw,1.6rem);margin-top:0}.mapPreview p{color:color-mix(in srgb,var(--text-color) 76%,#0000);line-height:1.6;margin:0 auto;max-width:620px}.contentPage{background:var(--section-bg);border:1px solid #1976d21f;border-radius:16px;box-shadow:0 14px 34px #00000014;line-height:1.7;margin:2rem auto;max-width:840px;padding:clamp(1.25rem,4vw,2.5rem)}.contentPage h1{font-size:clamp(2rem,5vw,3rem);letter-spacing:-.04em;margin-top:0}.contentPage h2{font-size:clamp(1.25rem,3vw,1.65rem);margin-top:2rem}.contentPage p{font-size:1.05rem}.contentPage a{color:#1976d2;font-weight:700}.contentLead{color:color-mix(in srgb,var(--text-color) 82%,#0000);font-size:1.14rem;line-height:1.75}.inlineCtaLink{align-items:center;background:#1976d214;border:1px solid #1976d23d;border-radius:8px;display:inline-flex;margin:.35rem 0 .75rem;padding:.75rem 1rem;text-decoration:none;width:fit-content}.relatedGuides{margin-top:2rem}.relatedGuideGrid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0 auto;max-width:860px;width:100%}.relatedGuideLink{grid-gap:.35rem;background:#0000!important;border:1px solid #1976d229!important;border-left:4px solid #1976d2!important;border-radius:8px!important;box-shadow:none!important;color:var(--text-color)!important;display:grid!important;gap:.35rem;margin:0!important;padding:.9rem 1rem!important;text-align:left;text-decoration:none!important;transform:none!important;white-space:normal!important;width:auto!important}.relatedGuideLink:hover{animation:none!important;background:#1976d212!important;border-color:#1976d257!important}.relatedGuideLink span{color:#1976d2;font-weight:800;line-height:1.25}.relatedGuideLink small{color:color-mix(in srgb,var(--text-color) 72%,#0000);font-size:.88rem;line-height:1.45}.adSenseUnit{background:color-mix(in srgb,var(--section-bg) 92%,#1976d2 8%);border:1px solid #1976d221;border-radius:8px;display:grid;margin:1.25rem 0;min-height:90px;overflow:hidden;place-items:center;width:100%}.adSenseUnitTop{margin-bottom:1.5rem;margin-top:0}.adSenseUnitArticle,.adSenseUnitContent{min-height:250px}.adSenseLabel{align-self:start;color:color-mix(in srgb,var(--text-color) 58%,#0000);font-size:.72rem;font-weight:700;justify-self:start;letter-spacing:.05em;padding:.4rem .6rem;text-transform:uppercase}.adSenseUnit .adsbygoogle{width:100%}.notFoundTitle{margin-top:2rem;text-align:center}.indexNowTestButton{font-size:16px;margin:20px;padding:10px 20px}.stopLayer-0{z-index:250}.stopLayer-1{z-index:249}.stopLayer-2{z-index:248}.stopLayer-3{z-index:247}.stopLayer-4{z-index:246}.stopLayer-5{z-index:245}.stopLayer-6{z-index:244}.stopLayer-7{z-index:243}.stopLayer-8{z-index:242}.stopLayer-9{z-index:241}@media (max-width:640px){body,html{overflow-x:hidden}.App{padding:12px 12px 88px;width:100%}.headingMain{font-size:clamp(1.85rem,10vw,2.5rem);line-height:1.08;margin-bottom:1.25rem;margin-top:1.75rem}.switcher-container{justify-content:flex-start;padding-bottom:6px;scroll-snap-type:x proximity}.switcher-container>*{flex:0 0 auto;scroll-snap-align:start}.car-selector,.faq-section,.section,.seo-section,.unique-switcher-container{border-radius:16px;margin-bottom:1rem;padding:18px}.dropdown-group select,.formField input,.inputFuelConsumption,.inputFuelPrice{font-size:16px;min-height:48px}.formField input:focus+span,.formField input:valid+span{transform:translateY(-28px) translateX(-12px) scale(.9)}.locationSearchSection{min-height:106px}.stopLocationSection{align-items:stretch;min-height:132px;padding-right:18px}.stopRemoveRow{align-self:flex-end;order:2;position:static;transform:none}.removeStopButton{font-size:.85rem;padding:.5rem .85rem}.locationSuggestions{max-height:230px}.resultHeader{align-items:flex-start;flex-direction:column}.routeStatus{width:fit-content}.estimatedRangeValue{font-size:clamp(1.9rem,12vw,2.65rem);overflow-wrap:anywhere}.calculationMeta{font-size:.95rem}.resultActions{gap:14px;justify-content:space-between}.deleteAction{margin-left:0}.routeButtonsWrapper{align-items:stretch;flex-direction:column}.navigationButton,.routeButton{font-size:.95rem;width:100%}.fuelyMap{height:min(360px,58vh);margin-top:14px}.faq-section,.seo-section{align-items:stretch}.faq-section h2,.faq-section p,.seo-section h2,.seo-section p{text-align:left}.contentPage p,.faq-section p,.seo-section p{font-size:1rem}.contentPage{border-radius:16px;margin:1rem 0}.relatedGuideGrid{grid-template-columns:1fr}.adSenseUnitArticle,.adSenseUnitContent{min-height:180px}.cookie-card{bottom:12px!important;box-sizing:border-box;right:12px!important;width:calc(100vw - 24px)!important}}.fuelPriceContainer{display:block;position:relative;width:100%}.inputFuelPrice{box-sizing:border-box;padding-right:40px;width:100%}.plusWrapper{cursor:pointer;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2));height:36px;overflow:visible;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:transform .3s ease;width:36px}.plusWrapper svg{fill:var(--text-color);height:100%;opacity:.9;transition:transform .3s ease,fill .3s ease,filter .3s ease,opacity .3s ease;width:100%}.plusWrapper:hover{transform:translateY(-50%) scale(1.05)}.plusWrapper:hover svg{fill:#185ee0;filter:drop-shadow(0 0 10px #185ee0);opacity:1;transform:rotate(10deg) scale(1.15)}.plusWrapper:active{transform:translateY(-50%) scale(.97)}.plusWrapper:active svg{filter:drop-shadow(0 0 6px #185ee0);opacity:.8;transform:rotate(0deg) scale(1)}.plusWrapper:before{background:#185ee0;border-radius:50%;opacity:.15}.plusWrapper:after,.plusWrapper:before{content:"";height:0;left:50%;position:absolute;top:40%;transform:translate(-50%,-50%) scale(0);transition:transform .4s ease,width .3s ease,height .3s ease;width:0;z-index:-1}.plusWrapper:after{border:2px dashed #185ee0;border-radius:50%;opacity:.3}.plusWrapper:hover:before{height:60px;transform:translate(-50%,-50%) scale(1);width:60px}.plusWrapper:hover:after{animation:rotateRing 2s linear infinite;height:70px;transform:translate(-50%,-50%) scale(1);width:70px}@keyframes rotateRing{0%{transform:translate(-50%,-50%) scale(1) rotate(0deg)}to{transform:translate(-50%,-50%) scale(1) rotate(1turn)}}.popupOverlay{background:#0006;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9998}.popupContent{background:#fff;border-radius:10px;box-shadow:0 8px 20px #0003;display:flex;flex-direction:column;left:50%;max-width:90%;padding:1.5rem;position:fixed;top:50%;transform:translate(-50%,-50%);width:370px;z-index:9999}.popupContent h2{font-size:1.2rem;font-weight:700;margin-bottom:1rem;text-align:center}.fuelTypeRow{display:flex;gap:15px;justify-content:center}.countryList{border:1px solid #ddd;border-radius:6px;margin-bottom:1rem;max-height:150px;overflow-y:auto}.countryItem{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;gap:8px;padding:8px 12px;transition:background .2s}.countryItem:hover{background-color:#f0f0f0}.countryItem:last-child{border-bottom:none}.flagIcon{height:auto;width:24px}.closeBtn{align-self:flex-end;background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:transform .2s,box-shadow .2s}.closeBtn:hover{box-shadow:0 4px 8px #0003;transform:scale(1.05)}.closeBtn:active{transform:scale(.95)}.searchCountry{margin-bottom:.5rem;margin-top:1.5rem}.searchCountry input{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:1rem;outline:none;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.searchCountry input:focus{border-color:#1976d2;box-shadow:0 0 8px #1976d280}.loading{color:#999}.error,.loading{text-align:center}.error{color:red}@media (max-width:768px){.inputFuelPrice{font-size:1rem;padding-right:40px}.plusWrapper{height:30px;right:10px;top:23px;width:30px}.plusWrapper:hover:before{height:50px;width:50px}.plusWrapper:hover:after{height:60px;width:60px}.popupContent{padding:1rem;width:70%}.fuelTypeRow{align-items:center;flex-direction:row;gap:20px;margin-bottom:15px;margin-top:5px}.countryList{max-height:120px}.closeBtn{font-size:.8rem;padding:6px 12px}.popupContent h2{font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchCountry{margin-bottom:.5rem;margin-top:.5rem}}.cookie-card{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#ffffff0d;border:1px solid #fff3;border-radius:12px;bottom:20px;box-shadow:0 4px 24px #00000026;cursor:grab;padding:1rem;position:fixed;right:20px;width:min(320px,calc(100vw - 32px));z-index:10000}.title{color:#1f2937;font-weight:600}.description{color:#4b5563;font-size:.875rem;line-height:1.25rem;margin-top:1rem}.description a{color:#3b82f6;text-decoration:none}.description a:hover{text-decoration:underline}.actions{align-items:center;column-gap:1rem;display:flex;justify-content:space-between;margin-top:1rem}.pref{background-color:initial;border:none;color:#1f2937;cursor:pointer;font-size:.75rem;line-height:1rem;text-decoration:underline;transition:color .3s ease}.pref:hover{color:#9ca3af}.accept{background-color:#111827;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;line-height:1rem;padding:.625rem 1rem;transition:background-color .2s ease}.accept:hover{background-color:#374151}.switch-wrapper{margin-bottom:40px;margin-top:-81px;text-align:left}@media (max-width:768px){.switch-wrapper{margin-bottom:20px;margin-top:-10px;position:relative;text-align:center;transform:scale(.7)}}.switch-button{cursor:pointer;display:inline-block;height:55px;margin-left:-10px;width:auto}.switch-button .switch-outer{-webkit-tap-highlight-color:transparent;background:#252532;border:1px solid #32303e;border-radius:165px;box-shadow:inset 0 5px 10px 0 #16151c,0 3px 6px -2px #403f4e;box-sizing:border-box;cursor:pointer;height:100%;padding:6px;transform:scale(.7);width:115px}.switch-button .switch-outer input[type=checkbox]{appearance:none;opacity:0;position:absolute}.switch-button .switch-outer .button-toggle{background:linear-gradient(#3b3a4e,#272733);border-radius:100%;box-shadow:inset 0 5px 4px 0 #424151,0 4px 15px 0 #0f0e17;height:42px;left:0;position:relative;transition:left .3s ease-in;width:42px;z-index:2}.switch-button .switch-outer input[type=checkbox]:checked+.button .button-toggle{left:58%}.switch-button .switch-outer input[type=checkbox]:checked+.button .button-indicator{animation:indicator 1s forwards}.switch-button .switch-outer .button{display:flex;height:100%;justify-content:space-between;position:relative;width:100%}.switch-button .switch-outer .button-indicator{border:3px solid #ef565f;border-radius:50%;box-sizing:border-box;height:25px;position:relative;right:10px;top:50%;transform:translateY(-50%);width:25px}@keyframes indicator{30%{opacity:0}0%{opacity:1}to{border:3px solid #60d480;left:-68%;opacity:1}}.switcher{align-items:center;display:flex;justify-content:flex-end;margin:1rem;width:250px}.left-label{margin-right:10px;width:80px}.left-label,.right-label{color:--text-color;display:inline-block;font-size:1rem;text-align:center}.right-label{width:70px}.checkbox{display:none}.slider{align-items:center;background-color:#e5e3df;border:4px solid #0000;border-radius:20px;box-shadow:inset 0 0 10px #00000040;cursor:pointer;display:flex;height:30px;margin:0 10px;overflow:hidden;transition:.3s;width:60px}.slider:before{background-color:#fff;border-radius:20px;box-shadow:0 0 10px 3px #00000040;content:"";display:block;height:100%;transform:translateX(-30px);transition:.3s;width:100%}.checkbox:checked~.slider:before{transform:translateX(30px)}.checkbox:checked~.slider{background-color:#08e400}.checkbox:active~.slider:before{transform:translate(0)}@media (max-width:768px){.switcher{margin:0 5px;width:auto}.left-label,.right-label{font-size:.8rem;padding:0 2px;width:auto}.slider{height:20px;margin:0 5px;width:40px}.slider:before{transform:translateX(-20px)}.checkbox:checked~.slider:before{transform:translateX(20px)}}.custom-checkbox-container{align-items:center;display:flex;gap:10px;margin:10px auto 10px 0}.custom-checkbox-input{display:none}.check{-webkit-tap-highlight-color:transparent;cursor:pointer;height:18px;margin:auto;position:relative;transform:translateZ(0);width:18px}.check:before{background:#22325408;border-radius:50%;content:"";height:48px;left:-15px;opacity:0;position:absolute;top:-15px;transition:opacity .2s ease;width:48px}.check svg{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke:#c8ccd4;stroke-width:1.5;position:relative;transform:translateZ(0);transition:all .2s ease;z-index:1}.check svg path{stroke-dasharray:60;stroke-dashoffset:0}.check svg polyline{stroke-dasharray:22;stroke-dashoffset:66}#cbx:checked+.check svg,.check:hover svg{stroke:#4285f4}#cbx:checked+.check svg path{stroke-dashoffset:60;transition:all .3s linear}#cbx:checked+.check svg polyline{stroke-dashoffset:42;transition:all .2s linear;transition-delay:.15s}.checkbox-text{color:var(--text-color);font-family:Roboto,sans-serif;font-size:16px}.tabs{background-color:var(--secondary-color);border-radius:99px;box-shadow:0 0 1px 0 #ffffff26,0 6px 12px 0 #5c5c5c26;display:flex;padding:.75rem;position:relative}.tabs *{z-index:2}.container input[type=radio]{display:none}.tab{border-radius:99px;color:--text-color;cursor:pointer;font-size:.8rem;font-weight:500;height:30px;transition:color .15s ease-in;width:50px}.notification,.tab{align-items:center;display:flex;justify-content:center}.notification{background-color:#e6eef9;border-radius:50%;font-size:10px;height:.8rem;left:30%;margin:0;position:absolute;top:10px;transition:.15s ease-in;width:.8rem}.container input[type=radio]:checked+label{color:var(--active-tab-color)}.container input[type=radio]:checked+label>.notification{background-color:#185ee0;color:#fff;margin:0}.container input[id=radio-1]:checked~.glider{transform:translateX(0)}.container input[id=radio-2]:checked~.glider{transform:translateX(100%)}.container input[id=radio-3]:checked~.glider{transform:translateX(200%)}.container input[id=radio-4]:checked~.glider{transform:translateX(300%)}.container input[id=radio-5]:checked~.glider{transform:translateX(400%)}.container input[id=radio-6]:checked~.glider{transform:translateX(500%)}.container input[id=radio-7]:checked~.glider{transform:translateX(600%)}.container input[id=radio-8]:checked~.glider{transform:translateX(700%)}@media (max-width:768px){.container input[id=radio-1]:checked~.glider{transform:translateX(0)}.container input[id=radio-2]:checked~.glider{transform:translateX(90%)}.container input[id=radio-3]:checked~.glider{transform:translateX(187%)}.container input[id=radio-4]:checked~.glider{transform:translateX(280%)}.container input[id=radio-5]:checked~.glider{transform:translateX(375%)}.container input[id=radio-6]:checked~.glider{transform:translateX(468%)}.container input[id=radio-7]:checked~.glider{transform:translateX(561%)}.container input[id=radio-8]:checked~.glider{transform:translateX(656%)}}.policy-footer{grid-gap:18px;display:grid;gap:18px;justify-items:center;margin-top:20px}.policy-links{align-items:center;display:flex;gap:10px;justify-content:center}.policy-links .separator{margin:0 10px}#martin-sulak-logo-widget{--martin-logo-accent:#64ffd4;--martin-logo-accent-secondary:#5a8fff;--martin-logo-glow:#64ffd421;align-items:center;display:inline-flex;justify-content:center}#martin-sulak-logo-widget,#martin-sulak-logo-widget *,#martin-sulak-logo-widget :after,#martin-sulak-logo-widget :before{box-sizing:border-box;margin:0;padding:0}.martin-sulak-logo-link{cursor:pointer;display:inline-block;text-decoration:none}.martin-sulak-logo-avatar{background:linear-gradient(135deg,var(--martin-logo-accent),var(--martin-logo-accent-secondary));border-radius:50%;box-shadow:0 0 28px var(--martin-logo-glow);color:#000;display:grid;flex-shrink:0;font-family:Syne,sans-serif;font-size:1.35rem;font-weight:800;height:55px;place-items:center;transition:box-shadow .3s,transform .3s;width:55px}.martin-sulak-logo-avatar:hover{box-shadow:0 0 44px var(--martin-logo-glow),0 0 0 3px var(--martin-logo-accent);transform:scale(1.05)}.martin-credit{align-items:center;display:inline-flex;gap:16px;justify-content:center}.martin-credit-text{align-items:flex-start;display:flex;flex-direction:column;line-height:1.2}.martin-credit-text span{color:#7878a0;color:var(--muted-text,#7878a0);font-size:12px;letter-spacing:.3px}.martin-credit-text a{color:#eaeaf8;color:var(--text-color,#eaeaf8);font-size:15px;font-weight:700;text-decoration:none}.martin-credit-text a:hover{color:#64ffd4}@media (max-width:768px){.policy-footer{gap:14px}.policy-links{flex-direction:column;gap:0;white-space:nowrap}.policy-links .separator{visibility:hidden}.martin-credit{justify-content:center}}.fuelTypeContainer{background-color:var(--section-bg);border-radius:10px;box-shadow:0 2px 12px #00000014;margin-bottom:1.5rem;padding:25px}.fuelTypeTabs{background-color:var(--secondary-color);border-radius:99px;box-shadow:0 0 1px 0 #ffffff26,0 6px 12px 0 #5c5c5c26;display:flex;padding:.75rem;position:relative}.fuelTypeTabs *{z-index:2}.fuelTypeContainer input[type=radio]{display:none}.fuelTypeTab{align-items:center;border-radius:99px;color:var(--text-color);cursor:pointer;display:flex;font-size:.8rem;font-weight:500;height:30px;justify-content:center;transition:color .15s ease-in;width:80px}.fuelTypeContainer input[type=radio]:checked+.fuelTypeTab{color:var(--active-tab-color)}@media (max-width:768px){.fuelTypeTabs{justify-content:center}.fuelTypeTab{width:70px}}.light-theme{--bg-color:linear-gradient(135deg,#eef2f3,#fff);--text-color:#333;--section-bg:#fff;--secondary-color:#fff;--active-tab-color:#185ee0}.dark-theme{--bg-color:#181818;--text-color:#f0f0f0;--section-bg:#494949;--secondary-color:#5c5c5c;--active-tab-color:#6ee7b7}
/*# sourceMappingURL=main.361ab96f.css.map*/