@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--color-primary:#059669;--color-primary-dark:#047857;--color-primary-light:#10b981;--color-primary-bg:#ecfdf5;--color-secondary:#0ea5e9;--color-bg:#f8fafc;--color-surface:#fff;--color-text:#0f172a;--color-text-muted:#64748b;--color-text-light:#94a3b8;--color-border:#e2e8f0;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-pill:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-blue:0 10px 25px -5px #0ea5e966;--shadow-green:0 10px 25px -5px #05966966;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--font-sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.5}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (width>=480px){.container{padding:0 1.25rem}}@media (width>=768px){.container{padding:0 2rem}}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-muted{color:var(--color-text-muted)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.mx-1{margin:0 .25rem}.btn{border-radius:var(--radius-pill);font-weight:600;font-family:var(--font-sans);cursor:pointer;transition:var(--transition);border:none;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--color-primary-light), var(--color-primary));color:#fff;box-shadow:var(--shadow-green)}.btn-primary:hover{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));transform:translateY(-2px);box-shadow:0 12px 30px -5px #05966980}.btn-secondary{color:var(--color-text);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff}.btn-secondary:hover{background:var(--color-bg);border-color:var(--color-text-light)}.btn-icon{border-radius:var(--radius-lg);color:var(--color-text-muted);border:1px solid var(--color-border);transition:var(--transition);cursor:pointer;background:#fff;justify-content:center;align-items:center;padding:.5rem;display:flex}.btn-icon:hover{background:var(--color-primary-bg);color:var(--color-primary);border-color:var(--color-primary-light)}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff4d}.custom-glass{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffffe6,#ffffffb3);border:1px solid #ffffff80;box-shadow:0 20px 40px -10px #0000000d,inset 0 1px #fff}.card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition);border:1px solid #0000;padding:1.25rem}@media (width>=480px){.card{padding:1.5rem}}@media (width>=768px){.card{padding:1.75rem}}.header{z-index:80;border-bottom:1px solid #ffffff80;align-items:center;width:100%;height:72px;display:flex;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--color-primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.logo span{color:var(--color-text)}.nav-link{border-radius:var(--radius-pill);color:var(--color-text);transition:var(--transition);background:0 0;border:1px solid #0000;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:600;text-decoration:none;display:flex}.nav-link:hover{background:var(--color-primary-bg);color:var(--color-primary);border-color:var(--color-primary-light)}.nav-link svg{color:var(--color-primary)}.hero{padding:3rem 0;position:relative}.global-shapes-container{z-index:-1;pointer-events:none;background:var(--color-bg);position:fixed;inset:0;overflow:hidden}.g-shape{filter:blur(80px);opacity:.2;will-change:transform;border-radius:50%;animation:20s ease-in-out infinite alternate floatShape;position:absolute}.g-shape-1{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-light));width:50vw;min-width:400px;height:50vw;min-height:400px;animation-delay:0s;top:-10%;left:-10%}.g-shape-2{background:linear-gradient(135deg, var(--color-secondary), var(--color-primary));width:60vw;min-width:500px;height:60vw;min-height:500px;animation-delay:-7s;bottom:-20%;right:-10%}.g-shape-3{background:linear-gradient(135deg, var(--color-primary-light), var(--color-secondary));opacity:.15;width:40vw;min-width:300px;height:40vw;min-height:300px;animation-delay:-14s;top:30%;left:50%}@keyframes floatShape{0%{transform:translate(0)scale(1)rotate(0)}33%{transform:translate(5%,-5%)scale(1.05)rotate(5deg)}66%{transform:translate(-3%,3%)scale(.95)rotate(-5deg)}to{transform:translate(0)scale(1)rotate(0)}}.animate-delay-1{animation-fill-mode:both;animation-delay:.1s!important}.animate-delay-2{animation-fill-mode:both;animation-delay:.2s!important}.animate-delay-3{animation-fill-mode:both;animation-delay:.3s!important}.animate-delay-4{animation-fill-mode:both;animation-delay:.4s!important}.animate-delay-5{animation-fill-mode:both;animation-delay:.5s!important}.hero-content{z-index:10;margin-bottom:2rem;position:relative}@media (width>=768px){.hero-content{margin-bottom:3.5rem}}.hero-text-block{max-width:800px;margin:0 auto}.hero-title{letter-spacing:-.025em;text-align:center;color:var(--color-text);margin-bottom:1.5rem;font-size:2rem;font-weight:800}@media (width>=480px){.hero-title{font-size:2.5rem}}.presentation-card{border-radius:var(--radius-xl);text-align:left;margin-bottom:2rem;padding:2rem}.presentation-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.icon-wrapper{background:var(--color-primary-bg);border-radius:var(--radius-lg);justify-content:center;align-items:center;padding:.5rem;display:flex}.presentation-header h3{color:var(--color-text);font-size:1.25rem;font-weight:700}.presentation-desc{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.example-box{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff9;padding:1.25rem}.example-title{color:var(--color-text);align-items:center;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:flex}.example-comparison{flex-direction:column;gap:1rem;display:flex}@media (width>=640px){.example-comparison{flex-direction:row;justify-content:space-between;align-items:center}}.example-bad,.example-good{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.example-bad{border-left:4px solid #ef4444}.example-good{border-left:4px solid var(--color-primary);box-shadow:var(--shadow-md);transform:scale(1.02)}.vs-divider{color:var(--color-border);text-align:center;padding:.5rem;font-size:1.25rem;font-weight:800}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);width:fit-content;padding:.2rem .5rem;font-size:.7rem;font-weight:800}.badge-bad{color:#ef4444;background:#fef2f2}.badge-good{background:var(--color-primary-bg);color:var(--color-primary)}.route{color:var(--color-text);font-weight:600}.price{font-size:1.5rem;font-weight:800}.example-conclusion{color:var(--color-primary);background:var(--color-primary-bg);border-radius:var(--radius-pill);justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem;font-weight:700;display:flex}@media (width>=768px){.hero{padding:4rem 0}.hero-title{font-size:3rem}}@media (width>=1024px){.hero{padding:5rem 0}.hero-title{font-size:3.5rem}}.search-container{z-index:20;max-width:1100px;margin:0 auto;position:relative}.search-box{background:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);transition:var(--transition);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.search-box:focus-within{border-color:var(--color-primary-light);box-shadow:0 20px 40px -10px #05966926}.search-group-locations{flex-direction:column;gap:.75rem;display:flex;position:relative}.search-group-datetime,.search-group-actions{flex-direction:row;gap:.75rem;display:flex}.search-field{border-radius:var(--radius-lg);background:var(--color-bg);transition:var(--transition);border:1px solid #0000;flex:1;align-items:center;gap:.75rem;padding:.85rem 1.25rem;display:flex;position:relative}.search-field:hover{border-color:var(--color-border)}.search-field-icon{color:var(--color-primary);opacity:.7;justify-content:center;align-items:center;display:flex}.search-field-content{flex:1;min-width:0}.search-field-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.125rem;font-size:.65rem;font-weight:800;display:block}.search-field-input{width:100%;color:var(--color-text);font-size:1rem;font-weight:700;font-family:var(--font-sans);background:0 0;border:none;outline:none;padding:0}.search-field-input::placeholder{color:var(--color-text-light);font-weight:500}.search-divider{background:var(--color-border);align-self:stretch;width:1px;margin:.75rem 0;display:none}.desktop-only{display:none!important}.swap-btn-compact{z-index:5;background:var(--color-surface);border:1.5px solid var(--color-border);cursor:pointer;width:36px;height:36px;color:var(--color-primary);transition:var(--transition);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.swap-btn-compact:hover{background:var(--color-primary-light);color:#fff;border-color:var(--color-primary-light);transform:translateY(-50%)rotate(180deg)}.search-settings-btn{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-muted);transition:var(--transition);height:auto;box-shadow:var(--shadow-sm);cursor:pointer;justify-content:center;align-items:center;padding:0 1.25rem;display:flex}.search-settings-btn:hover{border-color:var(--color-text-muted);color:var(--color-text);background:var(--color-bg)}.search-settings-btn.active{background:var(--color-primary-bg);color:var(--color-primary);border-color:var(--color-primary-light);box-shadow:inset 0 2px 4px #0000000d}.search-btn{border-radius:var(--radius-lg);background:var(--color-primary);color:#fff;cursor:pointer;width:100%;transition:var(--transition);box-shadow:var(--shadow-sm);border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;margin-top:0;padding:1.125rem;font-size:1.125rem;font-weight:700;display:flex}.search-btn:hover{box-shadow:var(--shadow-green);background:var(--color-primary-dark);transform:translateY(-2px)}.search-btn:active{transform:translateY(0)}@media (width>=1024px){.search-box{border-radius:var(--radius-pill);z-index:10;flex-direction:row;align-items:center;gap:0;padding:.5rem .5rem .5rem 1rem;position:relative}.search-group-locations,.search-group-datetime,.search-group-actions{display:contents}.desktop-only{display:block!important}.search-field{background:0 0;border:none;border-radius:0;padding:.5rem 1.25rem}.search-field:hover{background:var(--color-bg);border-color:#0000}.search-divider{display:block}.search-btn{border-radius:var(--radius-pill);flex:none;width:auto;height:52px;margin-left:.5rem;padding:0 2rem}.search-field:first-child{border-top-left-radius:var(--radius-pill);border-bottom-left-radius:var(--radius-pill)}.swap-btn-compact{background:var(--color-primary-bg);border:1px solid var(--color-primary-light);width:32px;height:32px;box-shadow:none;color:var(--color-primary);margin:0;position:static;transform:none}.swap-btn-compact:hover{background:var(--color-primary);color:#fff;transform:rotate(180deg)}.search-settings-btn{background:var(--color-primary-bg);border:1px solid var(--color-primary-light);cursor:pointer;width:44px;height:44px;color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #16a34a1a}.search-settings-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:var(--shadow-green);transform:rotate(45deg)}.search-settings-btn.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:inset 0 2px 4px #0000001a}}.results-section{padding:1.5rem 0}@media (width>=768px){.results-section{padding:2.5rem 0}}.results-header{flex-direction:column;gap:.25rem;margin-bottom:1.25rem;display:flex}@media (width>=480px){.results-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1.5rem}}.results-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.results-grid{gap:1.25rem}}.empty-state{text-align:center;background:var(--color-surface);border-radius:var(--radius-xl);border:1px dashed var(--color-border);padding:2.5rem 1.5rem}@media (width>=768px){.empty-state{padding:4rem 2rem}}.empty-state-icon{background:var(--color-primary-bg);width:80px;height:80px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.5s ease-out forwards slideUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.visualizer-page{background:var(--color-bg);overflow:hidden}.visualizer-page iframe{background:#fff;border-radius:0}.range-slider-container{width:100%;height:40px;position:relative}.range-slider-track{z-index:1;pointer-events:none;background:#d1d9e0;border-radius:999px;height:6px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.range-slider-progress{background:var(--color-primary);z-index:2;pointer-events:none;border-radius:999px;height:6px;position:absolute;top:50%;transform:translateY(-50%)}.range-slider-input{pointer-events:none;appearance:none;z-index:10;background:0 0;outline:none;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0}.range-slider-input--min{z-index:11}.range-slider-input--max{z-index:10}.range-slider-input::-webkit-slider-runnable-track{cursor:pointer;background:0 0;border:none}.range-slider-input::-moz-range-track{cursor:pointer;background:0 0;border:none}.range-slider-input::-webkit-slider-thumb{appearance:none;background:var(--color-primary);pointer-events:auto;cursor:grab;border:2.5px solid #fff;border-radius:50%;width:22px;height:22px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 8px #16a34a59}.range-slider-input::-webkit-slider-thumb:hover{transform:scale(1.18);box-shadow:0 3px 12px #16a34a73}.range-slider-input:active::-webkit-slider-thumb{cursor:grabbing;transform:scale(1.22);box-shadow:0 4px 16px #16a34a8c}.range-slider-input::-moz-range-thumb{background:var(--color-primary);pointer-events:auto;cursor:grab;border:2.5px solid #fff;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 8px #16a34a59}.search-advanced-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#ffffffe6;flex-direction:column;gap:1.5rem;margin-top:.75rem;padding:1.5rem;animation:.3s ease-out forwards slideDown;display:flex}@media (width>=1024px){.search-advanced-panel{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:5;border-top:none;margin-top:-12px;padding-top:2rem}}.search-advanced-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.search-advanced-grid{grid-template-columns:repeat(2,1fr)}}.advanced-group-title{text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-modal-overlay{z-index:500;background:#0f172a73;justify-content:center;align-items:center;padding:5rem 1rem 2rem;display:flex;position:fixed;inset:0}.filter-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(92vw,520px);max-height:88vh;animation:.22s modalIn;display:flex;overflow:hidden;box-shadow:0 30px 60px #00000040,0 0 0 1px #0000000d}@keyframes modalIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.filter-modal-header{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.1rem 1.4rem;display:flex}.filter-modal-body{flex-direction:column;flex:1;gap:1.1rem;padding:1.2rem 1.4rem;display:flex;overflow-y:auto}.filter-modal-footer{border-top:1px solid var(--color-border);flex-shrink:0;justify-content:flex-start;align-items:center;gap:.75rem;padding:.9rem 1.4rem;display:flex}.results-filter-close{border:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.results-filter-close:hover{background:#f8fafc}.results-filter-group{flex-direction:column;gap:.45rem;display:flex}.results-filter-group label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-size:.78rem;font-weight:800}.results-filter-group input:not([type=checkbox]){border:1px solid var(--color-border);background:var(--color-bg-white,#fff);border-radius:10px;padding:.55rem .7rem;font-size:.9rem}.results-filter-inline{align-items:center;gap:.5rem;display:flex}.results-filter-inline input{width:100%}.results-filter-modes{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.results-filter-modes label{text-transform:none;letter-spacing:normal;color:var(--color-text);align-items:center;gap:.45rem;font-size:.88rem;font-weight:600;display:flex}.results-filter-reset{color:#b91c1c;cursor:pointer;background:#fff1f2;border:1px solid #fecaca;border-radius:10px;margin-top:auto;padding:.7rem .9rem;font-weight:700}.results-filter-company-list{border:1px solid var(--color-border);background:#fff;border-radius:10px;flex-direction:column;gap:.2rem;max-height:170px;padding:.35rem;display:flex;overflow-y:auto}.results-filter-option-btn{width:100%;color:var(--color-text);cursor:pointer;background:#f8fafc;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;padding:.4rem .45rem .4rem .6rem;font-size:.86rem;font-weight:600;display:flex}.results-filter-option-btn:hover{background:#f0fdf4;border-color:#bbf7d0}.results-filter-dropdown{border:1px solid var(--color-border);background:#fff;border-radius:10px;padding:.35rem}.results-filter-dropdown summary{cursor:pointer;color:var(--color-text-muted);padding:.3rem .4rem;font-size:.82rem;font-weight:700}.results-filter-dropdown input:not([type=checkbox]){margin-top:.4rem}.results-filter-company-item{color:var(--color-text);cursor:pointer;border-radius:8px;align-items:center;gap:.45rem;padding:.35rem .45rem;font-size:.86rem;font-weight:500;display:flex}.results-filter-company-item:hover{background:#f8fafc}.results-filter-company-item input[type=checkbox]{width:15px;height:15px;accent-color:var(--color-primary)}.results-filter-collapsible{border:1px solid var(--color-border);background:#fff;border-radius:10px;padding:.3rem}.results-filter-collapsible summary{cursor:pointer;color:var(--color-text-muted);padding:.35rem .45rem;font-size:.8rem;font-weight:800;list-style:none}.results-filter-collapsible summary::-webkit-details-marker{display:none}.results-filter-collapsible summary:before{content:"▸";color:var(--color-primary);margin-right:.35rem}.results-filter-collapsible[open] summary:before{content:"▾"}.range-slider-container--wide{height:40px;margin-top:2px}.results-filter-select-wrap{border:1px solid var(--color-border);background:#fff;border-radius:10px;flex-direction:column;gap:.45rem;padding:.45rem;display:flex}.results-filter-select-row{align-items:stretch;gap:.5rem;display:flex}.results-filter-select{border:1px solid var(--color-border);border-radius:8px;flex:1;padding:.25rem;font-size:.85rem}.results-filter-add-btn{color:#166534;cursor:pointer;background:#ecfdf5;border:1px solid #86efac;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.95rem;font-weight:800;display:flex}.results-filter-add-btn:disabled{opacity:.35;cursor:not-allowed}.results-filter-chips{flex-wrap:wrap;gap:.35rem;display:flex}.results-filter-chip{color:#166534;cursor:pointer;background:#ecfdf5;border:1px solid #86efac;border-radius:999px;padding:.2rem .55rem;font-size:.78rem;font-weight:700}.results-filter-chip--exclude{color:#9f1239;background:#fff1f2;border-color:#fecaca}@keyframes slideDownBanner{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.custom-datepicker{width:100%;position:relative}.datepicker-input{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);font-family:var(--font-sans);cursor:pointer;transition:var(--transition);justify-content:space-between;align-items:center;padding:.875rem 1rem;font-size:1.125rem;font-weight:600;display:flex}.datepicker-input:hover{border-color:var(--color-primary-light)}.datepicker-input.active{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-bg)}.datepicker-input.minimal{box-shadow:none;background:0 0;border:none;border-radius:0;height:auto;padding:0;font-size:1rem;font-weight:700}.datepicker-input.minimal:hover{border-color:#0000}.datepicker-input.minimal.active{box-shadow:none}.datepicker-popover{z-index:100;background:var(--color-surface);border-radius:var(--radius-lg);width:300px;box-shadow:var(--shadow-lg);border:1px solid var(--color-border);padding:1.5rem;animation:.2s ease-out slideUp;position:absolute;top:calc(100% + 10px);left:0}.datepicker-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.datepicker-header button{cursor:pointer;color:var(--color-text-muted);transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;display:flex}.datepicker-header button:hover{background:var(--color-bg);color:var(--color-text)}.datepicker-title{color:var(--color-text);font-size:1.1rem;font-weight:700}.datepicker-grid{grid-template-columns:repeat(7,1fr);gap:.25rem;display:grid}.datepicker-day-name{text-align:center;color:var(--color-text-light);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.datepicker-day{aspect-ratio:1;cursor:pointer;border-radius:var(--radius-sm);color:var(--color-text);justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.datepicker-day:hover:not(.empty){background:var(--color-primary-bg);color:var(--color-primary)}.datepicker-day.empty{cursor:default}.datepicker-day.selected{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.datepicker-day.today{border:1px solid var(--color-primary);color:var(--color-primary)}.datepicker-day.selected.today{color:#fff;border-color:#0000}.datepicker-day.disabled{color:var(--color-text-muted);opacity:.35;cursor:not-allowed;pointer-events:none}.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}}.trip-map-icon{background:0 0!important;border:none!important}.trip-map-container{background:var(--color-bg,#fff);border-radius:16px;flex-direction:column;height:420px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000014}.trip-map-container--fullscreen{z-index:99999;border-radius:0;max-height:100vh;position:fixed;inset:0;height:100%!important}.trip-map-topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#fffffff2;border-bottom:1px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.trip-map-topbar-title{color:var(--color-text,#1e293b);align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:flex}.trip-map-topbar-title svg{color:var(--color-primary,#16a34a)}.trip-map-topbar-actions{align-items:center;gap:4px;display:flex}.trip-map-topbar-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.trip-map-topbar-btn:hover{color:#1e293b;background:#e2e8f0}.trip-map-topbar-btn:active{transform:scale(.92)}.trip-map-topbar-btn--close{color:#dc2626;background:#fef2f2}.trip-map-topbar-btn--close:hover{color:#b91c1c;background:#fee2e2}.trip-map-leaflet-wrapper{flex:1;min-height:0;position:relative}.trip-map-leaflet-wrapper .leaflet-container{z-index:1;font-family:inherit}.trip-map-legend-float{z-index:1001;-webkit-backdrop-filter:blur(14px);background:#fffffff5;border-radius:14px;flex-direction:column;max-height:50%;transition:max-height .25s;display:flex;position:absolute;bottom:10px;left:10px;right:10px;overflow:hidden;box-shadow:0 4px 20px #0000001f}.trip-map-legend-float:not(.trip-map-legend-float--open){max-height:42px}.trip-map-legend-toggle{cursor:pointer;color:#334155;background:0 0;border:none;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;font-size:.82rem;font-weight:700;display:flex}.trip-map-legend-toggle:hover{background:#00000005}.trip-map-legend-toggle-label{align-items:center;gap:6px;display:flex}.trip-map-legend-toggle svg{color:#94a3b8}.trip-map-legend-steps{flex-direction:column;gap:2px;padding:0 6px 8px;display:flex;overflow-y:auto}.trip-map-step{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px 10px;transition:background .15s;display:flex}.trip-map-step:hover{background:#f1f5f9}.trip-map-step:active{background:#e2e8f0}.trip-map-step--all{color:#64748b;border-top:1px solid #f1f5f9;gap:6px;margin-top:4px;padding-top:10px;font-size:.76rem;font-weight:600}.trip-map-step-dot{border:1.5px solid #fff;border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 1px 3px #0003}.trip-map-step-line{border-radius:2px;flex-shrink:0;width:20px;height:3px}.trip-map-step-line--dashed{background:repeating-linear-gradient(90deg,#f59e0b 0 4px,#0000 4px 8px);width:20px;height:3px}.trip-map-step-text{flex-direction:column;min-width:0;display:flex}.trip-map-step-label{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.trip-map-step-sub{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:.7rem;overflow:hidden}.trip-map-step-external{color:#94a3b8;cursor:pointer;background:#f8fafc;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:8px;transition:all .2s;display:flex}.trip-map-step-external:hover{color:#2563eb;background:#eff6ff;transform:translateY(-1px)}.trip-map-step-external:active{transform:scale(.92)}.trip-map-legend-reopen{z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;width:42px;height:42px;color:var(--color-primary,#16a34a);background:#fffffff2;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:none;position:absolute;top:12px;left:12px;box-shadow:0 2px 12px #0000001f}.trip-map-legend-reopen:hover{background:#fff;box-shadow:0 4px 16px #00000029}.trip-map-empty{text-align:center;color:#94a3b8;background:#f8fafc;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:200px;padding:2rem;display:flex}.trip-map-empty svg{opacity:.5}.trip-map-empty p{margin:0;font-size:.9rem}.trip-map-tooltip{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:5px 10px!important;font-family:inherit!important;box-shadow:0 4px 12px #0000001a!important}.trip-map-tooltip:before{border-top-color:#fff!important}.trip-map-tooltip-content{text-align:center;line-height:1.3}.trip-map-tooltip-content strong{color:#1e293b;font-size:.78rem;display:block}.trip-map-tooltip-sub{color:#64748b;margin-top:1px;font-size:.68rem}.leaflet-popup-content-wrapper{overflow:hidden;border-radius:14px!important;box-shadow:0 8px 28px #00000024!important}.leaflet-popup-content{width:auto!important;margin:0!important;font-family:inherit!important;line-height:1.5!important}.leaflet-popup-tip{box-shadow:0 4px 8px #00000014!important}.trip-map-popup-light{flex-direction:column;gap:6px;min-width:160px;padding:10px 14px;display:flex}.trip-map-popup-light-route{color:#1e293b;justify-content:center;align-items:center;gap:6px;font-size:.85rem;display:flex}.trip-map-popup-light-route .arrow{color:#94a3b8;font-size:1rem}.trip-map-popup-light-wait{text-align:center;color:#64748b;font-size:.78rem;font-weight:600}.trip-map-popup-light-link{color:#2563eb;cursor:pointer;background:#eff6ff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:4px;width:100%;margin-top:4px;padding:6px 10px;font-family:inherit;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.trip-map-popup-light-link:hover{background:#dbeafe}.trip-map-leaflet-wrapper .leaflet-top.leaflet-left{left:auto!important;right:10px!important}.trip-map-leaflet-wrapper .leaflet-control-zoom{overflow:hidden;border:none!important;border-radius:10px!important;box-shadow:0 2px 10px #0000001a!important}.trip-map-leaflet-wrapper .leaflet-control-zoom a{color:#334155!important;border-bottom-color:#f1f5f9!important;width:34px!important;height:34px!important;font-size:16px!important;line-height:34px!important}.trip-map-leaflet-wrapper .leaflet-control-zoom a:hover{background:#f1f5f9!important}.trip-map-loading{z-index:1002;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#475569;background:#ffffffeb;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.8rem;font-weight:600;animation:.2s trip-map-loading-in;display:flex;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 2px 12px #0000001a}.trip-map-loading-spinner{color:var(--color-primary,#16a34a);animation:1s linear infinite trip-map-spin}@keyframes trip-map-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes trip-map-loading-in{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes trip-map-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.trip-map-step-marker{z-index:500!important}.trip-map-step-marker div{pointer-events:auto;cursor:help;transition:transform .15s}.trip-map-step-marker div:hover{transform:scale(1.4)}.trip-map-tooltip-small{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#fffffff0!important;border:1px solid #0000001a!important;border-radius:6px!important;padding:3px 6px!important;font-size:.72rem!important;box-shadow:0 2px 6px #00000014!important}.trip-map-modal-overlay{z-index:99998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:1.5rem;animation:.2s trip-map-fade-in;display:flex;position:fixed;inset:0}.trip-map-modal-content{border-radius:20px;width:100%;max-width:900px;max-height:90vh;overflow:hidden;box-shadow:0 24px 48px #00000029}.trip-map-modal-content .trip-map-container{height:75vh;max-height:650px;box-shadow:none;border-radius:0}@media (width>=641px){.trip-map-leaflet-wrapper{flex-direction:row;display:flex}.trip-map-legend-float{width:280px;max-height:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-right:1px solid #0000000f;border-radius:0;flex-shrink:0;order:-1;transition:width .2s;position:static;bottom:auto;left:auto;right:auto}.trip-map-legend-float.trip-map-legend-float--open{max-height:none}.trip-map-legend-float:not(.trip-map-legend-float--open){display:none}.trip-map-legend-steps{flex:1;min-height:0}.trip-map-leaflet-wrapper>.leaflet-container{min-width:0;flex:1!important;width:auto!important}.trip-map-legend-reopen{display:flex}.trip-map-legend-toggle>svg{transform:rotate(90deg)}.trip-map-modal-content{max-width:1100px}.trip-map-modal-content .trip-map-container{height:80vh;max-height:750px}}@media (width<=640px){.trip-map-modal-overlay{align-items:stretch;padding:0}.trip-map-modal-content{border-radius:0;max-width:none;height:100%;max-height:none}.trip-map-modal-content .trip-map-container{border-radius:0;height:100%;max-height:none}.trip-map-container{height:100%}.trip-map-topbar{padding:8px 12px}.trip-map-topbar-title{font-size:.82rem}.trip-map-topbar-btn{width:34px;height:34px}.trip-map-legend-float{max-height:45%;bottom:6px;left:6px;right:6px}.trip-map-step{padding:7px 8px}.leaflet-tooltip.trip-map-tooltip{font-size:.7rem!important}}.map-loc-overlay{z-index:999999;-webkit-backdrop-filter:blur(4px);background:#0f172a80;justify-content:center;align-items:center;padding:1rem;animation:.15s maploc-fade;display:flex;position:fixed;inset:0}.map-loc-dialog{background:#fff;border-radius:18px;width:100%;max-width:340px;animation:.2s cubic-bezier(.34,1.4,.64,1) maploc-pop;overflow:hidden;box-shadow:0 20px 50px #00000038}.map-loc-header{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:10px;padding:16px 16px 12px;display:flex}.map-loc-label{color:#1e293b;word-break:break-word;flex:1;min-width:0;font-size:.88rem;font-weight:600;line-height:1.4}.map-loc-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}.map-loc-close:hover{background:#e2e8f0}.map-loc-actions{flex-direction:column;gap:2px;padding:8px 10px 12px;display:flex}.map-loc-btn{color:#0f172a;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:12px 10px;font-family:inherit;font-size:.92rem;font-weight:500;transition:background .12s;display:flex}.map-loc-btn:hover{background:#f8fafc}.map-loc-btn:active{background:#f1f5f9;transform:scale(.98)}@keyframes maploc-fade{0%{opacity:0}to{opacity:1}}@keyframes maploc-pop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.trip-card{flex-direction:column;gap:.75rem;display:flex}@media (width>=480px){.trip-card{gap:1rem}}.trip-card-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.trip-company{flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0;display:flex}.trip-timeline{justify-content:space-between;align-items:stretch;gap:.25rem;margin-top:.25rem;display:flex}@media (width>=480px){.trip-timeline{gap:.5rem;margin-top:.5rem}}.time-block{flex-direction:column;flex-shrink:0;min-width:60px;display:flex}@media (width>=480px){.time-block{width:90px}}.time-block.align-right{text-align:right;align-items:flex-end}.duration-line{flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding:0 .5rem;display:flex;position:relative}@media (width>=480px){.duration-line{padding:0}}.line{background:var(--color-border);width:100%;height:2px;margin:.5rem 0;position:relative}.dot{background:var(--color-primary);border-radius:50%;width:8px;height:8px;position:absolute;top:-3px}.dot:first-child{left:-4px}.dot:last-child{right:-4px}.inline-icon{vertical-align:text-bottom;margin-right:4px}.segmented-line{position:relative;overflow:visible!important}.timeline-segment{z-index:1;transition:all .3s}.city-label-wrap{-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;max-width:120px;display:-webkit-box;overflow:hidden}.connection-city-label{color:var(--color-text-muted);white-space:nowrap;padding:0;font-size:.7rem;font-weight:700}.eco-badge{color:var(--color-primary);background:var(--color-primary-bg);border-radius:var(--radius-pill);align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:flex}.select-btn{padding:.5rem 1rem;font-size:.875rem}.legs-details{border-radius:12px;padding:.75rem!important}@media (width>=480px){.legs-details{padding:1rem!important}}.leg-item{padding:.75rem 0!important}@media (width>=480px){.leg-item{padding:1rem 0!important}}@media (width<=479px){.trip-card .trip-price{font-size:1.5rem!important}.trip-card .time{font-size:1rem!important}.trip-card .duration-text{font-size:.75rem!important}.legs-details .flex.justify-between{flex-direction:column;gap:.5rem}}.location-sheet-overlay{z-index:99999;-webkit-backdrop-filter:blur(3px);padding-bottom:env(safe-area-inset-bottom,0px);background:#00000073;justify-content:center;align-items:flex-end;animation:.18s lsheet-fade-in;display:flex;position:fixed;inset:0}.location-sheet{-webkit-backdrop-filter:blur(24px);width:100%;max-width:480px;padding:12px 12px calc(16px + env(safe-area-inset-bottom,0px));background:#f2f2f7fa;border-radius:20px 20px 0 0;flex-direction:column;gap:8px;animation:.22s cubic-bezier(.34,1.3,.64,1) lsheet-slide-up;display:flex}.location-sheet-address{color:#6b7280;text-align:center;justify-content:center;align-items:flex-start;gap:6px;padding:4px 16px 8px;font-size:.82rem;line-height:1.4;display:flex}.location-sheet-btn{color:#1c1c1e;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;background:#fff;border:none;border-radius:14px;width:100%;padding:15px 16px;font-family:inherit;font-size:1rem;font-weight:400;transition:background .12s,transform .1s}.location-sheet-btn:active{background:#e5e5ea;transform:scale(.98)}.location-sheet-btn--cancel{margin-top:4px;font-weight:600}@keyframes lsheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lsheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.auth-page{place-items:center;width:100%;min-height:calc(100vh - 180px);padding:2rem 1rem 3rem;display:grid}.auth-shell{background:linear-gradient(#fff 0%,#f7fbf9 100%);border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:500px;padding:1.4rem;box-shadow:0 20px 45px -22px #064e3b73}.auth-title{color:#064e3b;margin-bottom:.35rem;font-size:1.65rem;font-weight:800;line-height:1.2}.auth-subtitle{color:#475569;margin-bottom:1.2rem;font-size:.95rem}.auth-form{flex-direction:column;gap:.9rem;display:flex}.auth-label{color:#334155;margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.auth-input{background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:.72rem .85rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.auth-input:focus{border-color:#059669;outline:none;box-shadow:0 0 0 4px #10b98126}.auth-password-wrap{position:relative}.auth-input-password{padding-right:6.1rem}.auth-toggle-pass{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #dbe4ee;border-radius:999px;padding:.28rem .6rem;font-size:.78rem;font-weight:700;position:absolute;top:50%;right:.45rem;transform:translateY(-50%)}.auth-toggle-pass:hover{border-color:#a8b8cc}.auth-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:999px;width:100%;padding:.78rem 1rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 12px 28px -16px #059669e6}.auth-btn:hover:not(:disabled){transform:translateY(-1px)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-separator{color:#64748b;grid-template-columns:1fr auto 1fr;align-items:center;gap:.7rem;margin:.35rem 0;font-size:.8rem;font-weight:700;display:grid}.auth-separator:before,.auth-separator:after{content:"";background:#e2e8f0;height:1px}.auth-message{border-radius:10px;padding:.6rem .72rem;font-size:.86rem}.auth-message-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.auth-message-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.auth-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.auth-link{color:#047857;font-size:.9rem;font-weight:700;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-google-wrap{flex-direction:column;align-items:stretch;gap:.65rem;display:flex}.auth-google-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #d7dee8;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;width:100%;padding:.74rem .9rem;font-size:.92rem;font-weight:700;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.auth-google-btn:hover:not(:disabled){border-color:#a8b8cc;transform:translateY(-1px);box-shadow:0 10px 20px -16px #0f172a73}.auth-google-btn:disabled{opacity:.62;cursor:not-allowed}.auth-privacy-check{align-items:flex-start;gap:.55rem;margin-bottom:.95rem;display:flex}.auth-privacy-check input[type=checkbox]{accent-color:#059669;cursor:pointer;width:15px;height:15px;margin-top:.28rem}.auth-privacy-check-label{color:var(--color-text-muted);cursor:pointer;font-size:.88rem;line-height:1.45}.auth-privacy-link{color:var(--color-primary);font-weight:700;text-decoration:none}.auth-privacy-link:hover{text-decoration:underline}.auth-google-notice{text-align:center;color:var(--color-text-muted);margin:0;font-size:.82rem;line-height:1.5}.auth-google-notice .auth-privacy-link{white-space:nowrap}@media (width>=768px){.auth-shell{padding:1.8rem}}
