:root{--green: #2e8b57;--green-dark: #1f6b40;--blue: #2b7cd6;--blue-dark: #1a5fa8;--orange: #e67700;--orange-light: #fff4e0;--red: #d62b2b;--bg: #f5f7f9;--surface: #ffffff;--text: #1a2332;--text-muted: #5a6b7d;--border: #d8dee5;--radius: 12px;--shadow: 0 2px 8px rgba(0, 0, 0, .06);--shadow-lg: 0 4px 20px rgba(0, 0, 0, .1);--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Fredoka", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.cloud,.star{animation:none!important}}html{margin:0;padding:0;background:var(--bg);min-height:100vh}body{margin:0;padding:0;font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--text);background:transparent;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sky-bg{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none;background:linear-gradient(180deg,#d1ecff 0%,#eaf5fc 35%,var(--bg) 75%)}.cloud{position:absolute;opacity:.85;filter:drop-shadow(0 4px 8px rgba(80,110,160,.12))}.cloud-1{top:4%;left:-260px;width:200px;animation:cloud-drift 95s linear infinite}.cloud-2{top:14%;left:-180px;width:140px;animation:cloud-drift 70s linear infinite;animation-delay:-22s}.cloud-3{top:7%;left:-300px;width:240px;animation:cloud-drift 130s linear infinite;animation-delay:-55s}@keyframes cloud-drift{0%{transform:translate(0)}to{transform:translate(calc(100vw + 320px))}}.star{position:absolute;top:var(--y, 50%);left:var(--x, 50%);width:var(--s, 3px);height:var(--s, 3px);border-radius:50%;background:#fff;box-shadow:0 0 6px #ffffffb3;opacity:.6;display:none;animation:twinkle var(--d, 3.5s) ease-in-out infinite alternate}@keyframes twinkle{0%{opacity:.25;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.cloud,.star,.results-explainer,.wizard-error,.spinner,.rc-flash{animation:none}}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;font-size:1rem}.hidden{display:none!important}.topbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);color:#fff;box-shadow:var(--shadow);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.15rem}.brand .logo{width:34px;height:34px;display:block;border-radius:8px}.topbar-right{display:flex;align-items:center;gap:.5rem}.theme-toggle{width:40px;height:40px;border-radius:50%;background:#ffffff26;color:#fff;font-size:1.1rem;display:grid;place-items:center;transition:background .15s}.theme-toggle:hover{background:#ffffff40}.lang-switch{display:flex;gap:.25rem}.lang-btn{padding:.35rem .6rem;border-radius:6px;background:#ffffff26;color:#fff;font-size:.85rem;font-weight:600;transition:background .15s}.lang-btn:hover{background:#ffffff40}.lang-btn.active{background:#fff;color:var(--green-dark)}@media(max-width:560px){.topbar{padding:.6rem .9rem}.topbar-right{width:100%;justify-content:space-between}.lang-switch{flex-wrap:wrap}.lang-btn{padding:.3rem .5rem;font-size:.8rem}}.app{max-width:720px;margin:1.5rem auto;padding:0 1rem}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.5rem;margin-bottom:1.5rem}.onboarding{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding:.5rem .25rem}.onboarding-hero{display:flex;flex-direction:column;align-items:center;gap:.5rem}.onboarding-logo{font-size:3.25rem;line-height:1}.onboarding-title{font-size:1.7rem;font-weight:700;margin:0;color:var(--text)}.onboarding-lead{margin:0;max-width:34rem;color:var(--text-muted);font-size:1.05rem;line-height:1.5}.onboarding-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:30rem;text-align:left}.onboarding-feature{display:flex;align-items:center;gap:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:.7rem .9rem;font-weight:600;color:var(--text)}.onboarding-feature-icon{font-size:1.4rem;line-height:1;flex-shrink:0}.onboarding-privacy{margin:0;max-width:32rem;font-size:.9rem;color:var(--text-muted)}.onboarding-start{min-width:12rem;font-size:1.05rem}.footer{text-align:center;padding:1.5rem 1rem;color:var(--text-muted);font-size:.9rem}.wizard-header{margin-bottom:1.5rem}.wizard-step-indicator{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.wizard-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:var(--text)}.wizard-subtitle{color:var(--text-muted);margin:0}.wizard-progress{display:flex;gap:.25rem;margin-top:1rem}.wizard-progress-bar{flex:1;height:4px;background:var(--border);border-radius:2px;transition:background .2s}.wizard-progress-bar.active{background:var(--green)}.wizard-progress-bar.completed{background:var(--green-dark)}.wizard-body{margin:1.5rem 0}.wizard-footer{display:flex;justify-content:space-between;gap:.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.wizard-error{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;margin-top:1rem;background:#fff0f0;border:1px solid #f4b9b9;border-left:4px solid var(--red);border-radius:6px;color:#8a1a1a;font-size:.95rem;font-weight:500;animation:wizard-error-shake .35s ease}.wizard-error-icon{font-size:1.1rem;line-height:1;flex-shrink:0}@keyframes wizard-error-shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.25rem;border-radius:8px;font-weight:600;font-size:.95rem;min-height:44px;transition:background .15s,transform .05s;border:1px solid transparent}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--green-dark);color:#fff}.btn-primary:hover{background:#15522f}.btn-primary:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-secondary:hover{background:var(--bg)}.field{margin-bottom:1rem}.field-label{display:block;font-weight:600;margin-bottom:.4rem;color:var(--text)}.input{width:100%;padding:.6rem .8rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);transition:border-color .15s,box-shadow .15s}.input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #2e8b5726}.input.input-error{border-color:var(--red)}.field-error{color:var(--red);font-size:.85rem;margin-top:.3rem}.field-hint{margin:0 0 .6rem;font-size:.85rem;color:var(--text-muted);font-style:italic}.kid-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.kid-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .6rem .4rem .8rem;background:var(--orange-light);color:#7a4a00;border-radius:999px;font-weight:600;border:1px solid #ffd9a3}.kid-tag-remove{width:20px;height:20px;border-radius:50%;background:#00000014;display:grid;place-items:center;font-size:.8rem;font-weight:700;color:#5a3500;transition:background .15s}.kid-tag-remove:hover{background:#0000002e}.kid-empty{color:var(--text-muted);font-style:italic;font-size:.9rem;margin-top:.5rem}.kid-add{display:flex;gap:.5rem;align-items:end;margin-top:.75rem}.kid-add .input{flex:1;max-width:120px}.dates-summary{background:var(--orange-light);color:#7a4a00;padding:.6rem .8rem;border-radius:8px;font-weight:600;margin:0 0 1rem;text-align:center}.week-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.week-btn{padding:.7rem .5rem;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;font-weight:600;font-size:.95rem;min-height:48px;transition:background .15s,border-color .15s,color .15s}.week-btn:hover{background:var(--bg);border-color:var(--green)}.week-btn.active{background:var(--green);border-color:var(--green);color:#fff}@media(max-width:420px){.week-grid{grid-template-columns:repeat(2,1fr)}}.city-field{position:relative}.suggest-status{font-size:.85rem;color:var(--text-muted);min-height:1.2em;margin-top:.3rem}.suggest-list{list-style:none;margin:.25rem 0 0;padding:0;max-height:240px;overflow-y:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.suggest-list:empty{display:none}.suggest-item{padding:.6rem .8rem;cursor:pointer;border-bottom:1px solid var(--border);font-size:.95rem;transition:background .1s}.suggest-item:last-child{border-bottom:none}.suggest-item:hover,.suggest-item:focus{background:var(--bg)}.mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.mode-btn{padding:.7rem .5rem;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;font-weight:600;font-size:.95rem;min-height:48px;transition:background .15s,border-color .15s,color .15s}.mode-btn:hover{background:var(--bg);border-color:var(--green)}.mode-btn.active{background:var(--green);border-color:var(--green);color:#fff}.distance-display{text-align:center;font-size:1.4rem;font-weight:700;color:var(--green-dark);padding:.75rem 0;background:linear-gradient(180deg,var(--bg) 0%,var(--surface) 100%);border-radius:8px;margin-bottom:.5rem}.distance-slider{width:100%;margin:.5rem 0;-webkit-appearance:none;appearance:none;height:8px;background:var(--border);border-radius:4px;outline:none}.distance-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--green);cursor:pointer;border:3px solid #fff;box-shadow:0 1px 3px #0003;transition:background .15s,transform .05s}.distance-slider::-webkit-slider-thumb:hover{background:var(--green-dark)}.distance-slider::-webkit-slider-thumb:active{transform:scale(1.1)}.distance-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--green);cursor:pointer;border:3px solid #fff;box-shadow:0 1px 3px #0003}.reach-hint{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-top:.75rem;padding:.55rem .75rem;background:#e8f5ee;border:1px solid #c8e4d4;border-radius:8px;font-size:.88rem;line-height:1.3;color:#1f5236}.reach-hint.muted{background:var(--bg);border-color:var(--border);color:var(--text-muted);font-style:italic}.reach-hint-icon{font-size:1rem;line-height:1}.reach-hint-label{font-weight:700}.reach-hint-more{margin-left:auto;font-weight:600;color:var(--green-dark)}.country-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-bottom:1rem}.country-tile{position:relative;display:flex;align-items:center;gap:.5rem;padding:.65rem 2.25rem .65rem .75rem;border:2px solid #c8d3dd;border-radius:10px;background:linear-gradient(180deg,#fff,#f3f7fa);box-shadow:0 1px 2px #0f1e3214;color:var(--text);cursor:pointer;text-align:left;min-height:52px;font-weight:500;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .05s}.country-tile:hover:not(.disabled){border-color:var(--green);background:linear-gradient(180deg,#fff,#e8f5ee);box-shadow:0 2px 6px #2e8b572e;transform:translateY(-1px)}.country-tile.selected{background:#1f8b4a;color:#fff;border-color:#fff;box-shadow:0 0 0 2px #1f8b4a,0 4px 12px #1f8b4a59;transform:translateY(-1px)}.country-tile.selected:after{content:"✓";position:absolute;right:.6rem;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:#fff;color:#1f8b4a;font-weight:700;font-size:.85rem;display:grid;place-items:center;box-shadow:0 1px 3px #0003}.country-tile.selected .country-code{background:#ffffff40;color:#fff}.country-tile.disabled{cursor:not-allowed;border:2px dashed #c8d3dd;background:repeating-linear-gradient(135deg,#f3f5f8,#f3f5f8 6px,#e8ecf1 6px 12px);box-shadow:none;color:#8a98a8}.country-tile.disabled .country-code{text-decoration:line-through;background:#dde3eb;color:#8a98a8}.country-code{display:inline-grid;place-items:center;flex-shrink:0;width:32px;height:32px;border-radius:6px;background:var(--bg);font-size:.75rem;font-weight:700;letter-spacing:.5px;color:var(--text-muted)}.country-name{font-weight:500;font-size:.95rem}.section-heading{margin:1.25rem 0 .6rem;font-size:1rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.4rem}.section-heading:first-child{margin-top:0}.country-summary{display:flex;justify-content:space-between;align-items:center;padding:.6rem .8rem;background:var(--bg);border-radius:8px;font-size:.9rem}.country-summary.muted{color:var(--text-muted);font-style:italic}.btn-link{background:none;border:none;color:var(--green-dark);font-weight:600;font-size:.9rem;cursor:pointer;padding:.25rem .5rem}.btn-link:hover{text-decoration:underline}.muted-hint{background:#fff8e0;color:#7a5500;border-left:3px solid #e8a800;padding:.6rem .8rem;border-radius:0 8px 8px 0;font-size:.9rem;margin:0 0 1rem}.region-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem;margin-bottom:.5rem}.region-tile{position:relative;display:flex;flex-direction:column;gap:.15rem;padding:.7rem 2rem .7rem .85rem;border:2px solid #c8d3dd;border-radius:10px;background:linear-gradient(180deg,#fff,#f3f7fa);box-shadow:0 1px 2px #0f1e3214;color:var(--text);cursor:pointer;text-align:left;min-height:48px;font-size:.95rem;transition:background .15s,border-color .15s,box-shadow .15s,transform .05s}.region-tile:hover{border-color:var(--green);background:linear-gradient(180deg,#fff,#e8f5ee);box-shadow:0 2px 6px #2e8b572e;transform:translateY(-1px)}.region-tile.selected{background:linear-gradient(180deg,#1f8b4a,#176635);color:#fff;border-color:#fff;box-shadow:0 0 0 2px #1f8b4a,0 4px 12px #1f8b4a59}.region-tile.selected:after{content:"✓";position:absolute;right:.6rem;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:#fff;color:#1f8b4a;font-weight:700;font-size:.85rem;display:grid;place-items:center;box-shadow:0 1px 3px #0003}.region-name{font-weight:600}.region-country{font-size:.78rem;color:var(--text-muted);font-weight:500}.region-tile.selected .region-country{color:#ffffffd9}.custom-city-row{display:flex;gap:.5rem;align-items:stretch}.custom-city-row .input{flex:1}.custom-city-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.6rem}.custom-city-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .4rem .3rem .7rem;background:#e8f3fb;color:#1a4a6e;border:1px solid #c8dde9;border-radius:999px;font-size:.9rem;font-weight:600}.custom-city-remove{width:20px;height:20px;border-radius:50%;background:#00000014;border:none;display:grid;place-items:center;font-size:.8rem;font-weight:700;cursor:pointer;color:inherit;transition:background .15s}.custom-city-remove:hover{background:#0000002e}.yn-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.yn-card{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.25rem .75rem;border:2px solid #c8d3dd;border-radius:12px;background:linear-gradient(180deg,#fff,#f3f7fa);box-shadow:0 1px 2px #0f1e3214;color:var(--text);cursor:pointer;text-align:center;min-height:130px;transition:background .15s,border-color .15s,box-shadow .15s,transform .05s}.yn-card:hover{border-color:var(--green);background:linear-gradient(180deg,#fff,#e8f5ee);box-shadow:0 2px 6px #2e8b572e;transform:translateY(-1px)}.yn-card.selected{background:linear-gradient(180deg,#1f8b4a,#176635);color:#fff;border-color:#fff;box-shadow:0 0 0 2px #1f8b4a,0 4px 14px #1f8b4a66}.yn-icon{font-size:2rem;line-height:1}.yn-label{font-weight:700;font-size:1rem}.yn-hint{font-size:.85rem;opacity:.85;font-weight:400}.stop-subform{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}.hours-display{text-align:center;font-size:1.4rem;font-weight:700;color:var(--green-dark);padding:.75rem 0;background:linear-gradient(180deg,var(--bg) 0%,var(--surface) 100%);border-radius:8px;margin-bottom:.5rem}.accom-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.accom-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:.75rem .5rem;border:2px solid #c8d3dd;border-radius:10px;background:linear-gradient(180deg,#fff,#f3f7fa);box-shadow:0 1px 2px #0f1e3214;color:var(--text);cursor:pointer;text-align:center;min-height:90px;transition:background .15s,border-color .15s,box-shadow .15s,transform .05s}.accom-tile:hover{border-color:var(--green);background:linear-gradient(180deg,#fff,#e8f5ee);box-shadow:0 2px 6px #2e8b572e;transform:translateY(-1px)}.accom-tile.selected{background:linear-gradient(180deg,#1f8b4a,#176635);color:#fff;border-color:#fff;box-shadow:0 0 0 2px #1f8b4a,0 4px 12px #1f8b4a59}.accom-icon{font-size:1.6rem;line-height:1}.accom-label{font-size:.9rem;font-weight:600}.star-row{display:flex;gap:.4rem;margin-bottom:.5rem}.star-btn{width:48px;height:48px;border:2px solid var(--border);border-radius:8px;background:var(--surface);font-size:1.5rem;line-height:1;color:#d4d4d4;cursor:pointer;transition:color .15s,border-color .15s,background .15s,transform .05s}.star-btn:hover{border-color:var(--orange)}.star-btn.active{color:var(--orange);border-color:var(--orange);background:#fff8e8}.api-row{display:flex;gap:.5rem;align-items:stretch}.api-input{flex:1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem}.api-test-row{display:flex;align-items:center;gap:.6rem;margin-top:.5rem;flex-wrap:wrap}.api-test-btn{flex:0 0 auto}.api-test-status{font-size:.88rem;font-weight:600}.api-test-status.pending{color:var(--text-muted);font-style:italic}.api-test-status.ok{color:var(--green-dark)}.api-test-status.err{color:#c62828}.api-toggle{white-space:nowrap;padding:.6rem .9rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer;transition:background .15s}.api-toggle:hover{background:var(--bg);text-decoration:none}.hint-info{background:#e8f3fb;color:#1a4a6e;border-left-color:#2b7cd6;margin-top:.5rem}.results-header{display:flex;justify-content:flex-start;margin-bottom:1rem}.results-title-row{display:flex;align-items:center;gap:.6rem;margin:0 0 .25rem}.results-title{font-size:1.6rem;font-weight:700;margin:0;flex:1}.results-help-btn{width:36px;height:36px;border-radius:50%;background:var(--surface);border:2px solid var(--border);color:var(--text-muted);font-size:1rem;font-weight:700;cursor:pointer;display:grid;place-items:center;flex-shrink:0;transition:background .15s,border-color .15s,color .15s}.results-help-btn:hover,.results-help-btn[aria-expanded=true]{background:#e8f3fb;border-color:var(--blue);color:var(--blue-dark)}.results-explainer{margin:.5rem 0 1rem;padding:1rem 1.1rem;background:#f0f7fb;border:1px solid #c8dde9;border-left:4px solid var(--blue);border-radius:8px;animation:explainer-in .18s ease}@keyframes explainer-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.explainer-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.explainer-head h3{margin:0;flex:1;font-size:1.05rem;font-weight:700;color:#1a4a6e}.explainer-close{width:28px;height:28px;border-radius:50%;background:transparent;border:1px solid transparent;color:var(--text-muted);font-size:.9rem;cursor:pointer;display:grid;place-items:center;transition:background .15s}.explainer-close:hover{background:#00000014}.explainer-intro{margin:0 0 .6rem;font-size:.92rem;color:#1a4a6e}.explainer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem;margin-bottom:.6rem}.explainer-dim{background:#fff9;padding:.55rem .7rem;border-radius:6px}.explainer-dim h4{margin:0 0 .15rem;font-size:.92rem;font-weight:700;color:#1a4a6e}.explainer-dim p{margin:0;font-size:.85rem;color:var(--text);line-height:1.4}.explainer-formula{margin:.4rem 0;padding:.55rem .7rem;background:#ffffffb3;border-radius:6px;font-size:.92rem;font-weight:600;color:#1a4a6e}.search-summary-title{margin:0 0 .6rem;font-size:1.05rem;font-weight:700;color:#1a4a6e}.search-summary-list{display:grid;grid-template-columns:max-content 1fr;gap:.25rem .9rem;margin:0;font-size:.92rem}.search-summary-list dt{font-weight:700;color:#1a4a6e;white-space:nowrap}.search-summary-list dd{margin:0;color:var(--text)}@media(max-width:560px){.search-summary-list{grid-template-columns:1fr;gap:0 0}.search-summary-list dt{margin-top:.5rem}.search-summary-list dt:first-child{margin-top:0}}.results-count{margin:0 0 1.5rem;font-size:.9rem}.results-count.muted{color:var(--text-muted)}.results-loading,.results-error{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;gap:.75rem}.results-error p{max-width:28em;margin:0}.spinner{width:56px;height:56px;border-radius:50%;border:5px solid var(--border);border-top-color:var(--green);animation:spinner-spin .9s linear infinite;margin-bottom:.5rem}@keyframes spinner-spin{to{transform:rotate(360deg)}}.results-list{display:flex;flex-direction:column;gap:1rem}.results-group-heading{margin:1.25rem 0 0;padding:.4rem .7rem;font-size:1.05rem;font-weight:700;color:var(--text);background:var(--bg);border-left:4px solid var(--green-dark);border-radius:0 6px 6px 0}.results-group-heading:first-child{margin-top:0}.results-group-count{color:var(--text-muted);font-weight:500;font-size:.88rem}.cost-calc-title{margin:0 0 .4rem;font-size:1.2rem;font-weight:700}.cost-calc-disclaimer{margin:0 0 1rem;background:#fff8e0;color:#7a5500;border-left:3px solid #e8a800;padding:.6rem .8rem;border-radius:0 8px 8px 0;font-size:.88rem}.cost-calc-inputs{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem;margin-bottom:1rem}.cost-calc-inputs h4{margin:0 0 .6rem;font-size:.95rem;font-weight:700}.cost-calc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.7rem}.cost-field{display:flex;flex-direction:column;gap:.25rem}.cost-field-label{font-size:.82rem;font-weight:600;color:var(--text-muted)}.cost-input{font-variant-numeric:tabular-nums}.cost-calc-meta{margin:.75rem 0 0;font-size:.88rem;color:var(--text-muted)}.cost-calc-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid var(--border)}.cost-calc-table{width:100%;border-collapse:collapse;font-size:.92rem;font-variant-numeric:tabular-nums}.cost-calc-table th{background:var(--bg);text-align:right;font-weight:700;padding:.55rem .7rem;border-bottom:2px solid var(--border);color:var(--text-muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.cost-calc-table th:first-child{text-align:left}.cost-calc-table td{text-align:right;padding:.55rem .7rem;border-bottom:1px solid var(--border);white-space:nowrap}.cost-calc-table tr:last-child td{border-bottom:none}.cost-cell-name{text-align:left;display:flex;align-items:center;gap:.5rem;font-weight:600}.cost-cell-rank{display:inline-grid;place-items:center;min-width:1.7rem;height:1.5rem;padding:0 .4rem;border-radius:999px;background:var(--green-dark);color:#fff;font-size:.78rem;font-weight:700}.cost-cell-num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.cost-calc-roundtrip-note{margin:.35rem 0 0;font-size:.85rem}.cost-cell-total{font-weight:700;color:var(--text)}.cost-cell-badge{display:inline-block;padding:.1rem .45rem;background:var(--orange);color:#fff;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.cost-row-cheap .cost-cell-total{color:var(--green-dark)}.cost-row-fav{background:#fff0f3}.cost-row-fav .cost-cell-name{position:relative}.cost-row-fav .cost-cell-name:before{content:"❤️";position:absolute;left:-.2rem;top:50%;transform:translateY(-50%);font-size:.75rem}.cost-name-link{background:none;border:none;padding:0;margin:0;font:inherit;font-weight:600;color:var(--text);cursor:pointer;text-align:left}.cost-name-link:hover{color:var(--green-dark);text-decoration:underline}.cost-name-link:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:3px}@media(max-width:560px){.cost-calc-table th,.cost-calc-table td{padding:.45rem .5rem;font-size:.85rem}}.favorites-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;gap:.5rem}.favorites-empty-icon{font-size:3rem;line-height:1;margin-bottom:.5rem}.favorites-empty h3{margin:0;font-size:1.2rem;font-weight:700}.favorites-empty p{margin:0;max-width:32em;color:var(--text-muted)}.results-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0 1rem;border-bottom:2px solid var(--border);padding-bottom:0}.results-tab{padding:.55rem 1rem;background:transparent;border:2px solid transparent;border-bottom:none;border-radius:8px 8px 0 0;color:var(--text-muted);font-weight:600;font-size:.95rem;cursor:pointer;position:relative;bottom:-2px;transition:color .15s,background .15s,border-color .15s}.results-tab:hover{color:var(--text);background:var(--bg)}.results-tab.active{color:var(--green-dark);background:var(--surface);border-color:var(--border);border-bottom:2px solid var(--surface)}.results-tab:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media(max-width:560px){.results-tab{padding:.45rem .7rem;font-size:.85rem}}.map-wrap{width:100%}.map-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1.1rem;padding:.6rem .9rem;margin-bottom:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;font-size:.88rem}.map-legend-item{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}.map-pin-chip{display:inline-block;width:18px;height:18px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);border:2px solid #fff;box-shadow:0 1px 3px #0003}.map-pin-chip-camp{background:var(--green-dark)}.map-pin-chip-fav{background:#c2185b}.map-pin-chip-dep{background:var(--orange)}.map-legend-hint{margin-left:auto;font-style:italic;color:var(--text-muted);font-weight:500}.map-canvas{width:100%;height:640px;border-radius:10px;overflow:hidden;border:1px solid var(--border);z-index:0}.map-empty{display:grid;place-items:center;height:100%;margin:0;padding:2rem;color:var(--text-muted);font-style:italic;text-align:center}.map-pin{width:34px;height:34px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);border:2px solid #fff;box-shadow:0 2px 6px #0000004d;display:grid;place-items:center}.map-pin>span{transform:rotate(45deg);display:block;font-weight:700;font-size:1rem;line-height:1}.map-pin-camp{background:var(--green-dark);color:#fff}.map-pin-fav{background:#c2185b;color:#fff}.map-pin-dep{background:var(--orange);color:#fff}.map-pin-camp>span{font-size:.95rem}.map-pin-dep>span{font-size:1.1rem}.map-popup .map-popup-rank{display:inline-block;padding:.1rem .45rem;background:var(--green);color:#fff;border-radius:999px;font-size:.75rem;font-weight:700;margin-bottom:.2rem}.map-popup-city{color:var(--text-muted);font-size:.85rem}.map-popup-meta{display:flex;gap:.5rem;margin-top:.3rem;font-size:.85rem;font-weight:600}.map-popup-view{display:block;width:100%;margin-top:.5rem;padding:.35rem .6rem;background:var(--blue);color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.map-popup-view:hover{background:var(--blue-dark)}.rc-flash{animation:rc-flash 1.5s ease-out}@keyframes rc-flash{0%{box-shadow:0 0 0 4px #2e8b5799}to{box-shadow:0 0 #2e8b5700}}@media(max-width:560px){.map-canvas{height:460px}}.range-map-wrap{margin-top:.9rem;display:flex;flex-direction:column;gap:.4rem}.range-map-canvas{width:100%;height:320px;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--bg);z-index:0}.range-map-hint{margin:0;font-size:.88rem}@media(max-width:560px){.range-map-canvas{height:240px}}.weather-tab{display:flex;flex-direction:column;gap:.8rem}.weather-intro{margin:0 0 .3rem}.weather-fav-hint{margin:0;font-size:.88rem}.weather-empty{display:grid;place-items:center;padding:2.5rem 1.5rem;text-align:center;gap:.5rem}.weather-empty-icon{font-size:2.5rem}.weather-empty h3{margin:0}.weather-empty p{margin:0;max-width:30rem}.weather-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.8rem}.weather-card{display:flex;flex-direction:column;gap:.6rem;padding:1rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 4px #0f1e320d}.weather-card-title{margin:0;font-size:1rem;font-weight:700;color:var(--text)}.weather-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem}.weather-stat{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.5rem .6rem;background:var(--bg);border:1px solid var(--border);border-radius:8px}.weather-stat-icon{font-size:1.1rem;line-height:1}.weather-stat-value{font-size:1.1rem;font-weight:700;color:var(--text)}.weather-stat-label{font-size:.78rem}.weather-card-source{margin:0;font-size:.78rem;font-style:italic}.weather-card-message{margin:0}.weather-card-empty{opacity:.75}.weather-skeleton{display:flex;flex-direction:column;gap:.35rem}.weather-skeleton-row{height:12px;background:linear-gradient(90deg,var(--bg) 0%,var(--border) 50%,var(--bg) 100%);background-size:200% 100%;animation:weather-shimmer 1.4s linear infinite;border-radius:4px}.weather-skeleton-row:nth-child(1){width:70%}.weather-skeleton-row:nth-child(2){width:55%}.weather-skeleton-row:nth-child(3){width:80%}@keyframes weather-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.weather-skeleton-row{animation:none}}@media(max-width:560px){.weather-stats{grid-template-columns:1fr}}.noise-row{display:flex;gap:.4rem;flex-wrap:wrap}.noise-btn{flex:1;min-width:8rem;padding:.55rem .8rem;background:var(--surface);border:2px solid var(--border);border-radius:10px;color:var(--text);font-weight:600;font-size:.92rem;cursor:pointer;transition:background .12s,border-color .12s}.noise-btn:hover{border-color:var(--blue)}.noise-btn.active{background:var(--blue);border-color:var(--blue);color:#fff}.results-header{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.results-share-btn{margin-left:auto}.results-share-flash{background:var(--green-dark)!important;color:#fff!important;border-color:var(--green-dark)!important}.rc-photo{position:relative;width:100%;margin:-.4rem 0 .3rem;border-radius:8px;overflow:hidden;background:var(--bg)}.rc-photo-loading{height:0}.rc-photo-img{display:block;width:100%;max-height:270px;object-fit:cover}.rc-photo-cap{display:block;position:absolute;bottom:4px;right:6px;padding:2px 6px;background:#0000008c;color:#fff;border-radius:4px;font-size:.72rem;font-weight:500;text-decoration:none}.rc-photo-cap:hover{background:#000000bf}.rc-photo-main{position:relative}.rc-photo-counter{position:absolute;top:6px;left:6px;padding:2px 7px;background:#0000008c;color:#fff;border-radius:999px;font-size:.75rem;font-weight:600;pointer-events:none}.rc-photo-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;display:grid;place-items:center;border:none;border-radius:50%;background:#00000073;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s}.rc-photo-nav:hover{background:#000000b3}.rc-photo-prev{left:6px}.rc-photo-next{right:6px}.rc-photo-strip{display:flex;gap:.35rem;padding:.4rem .1rem .1rem;overflow-x:auto;scrollbar-width:thin}.rc-photo-thumb{flex:0 0 auto;width:64px;height:48px;padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:var(--bg);opacity:.7;transition:opacity .15s,border-color .15s}.rc-photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.rc-photo-thumb:hover{opacity:1}.rc-photo-thumb.active{opacity:1;border-color:var(--green)}.rc-booking-row{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.3rem}.rc-booking-label{font-size:.82rem;font-weight:600}.rc-booking-chip{padding:.25rem .6rem;border:1px solid var(--border);border-radius:999px;background:var(--bg);color:var(--text);font-size:.82rem;font-weight:600;text-decoration:none;transition:background .12s,border-color .12s}.rc-booking-chip:hover{background:var(--surface);border-color:var(--blue)}.rc-details{margin-top:.4rem;border-top:1px dashed var(--border);padding-top:.5rem}.rc-details-summary{cursor:pointer;font-size:.88rem;font-weight:600;color:var(--text-muted);user-select:none}.rc-details-summary:hover{color:var(--text)}.rc-details-body{margin-top:.5rem}.rc-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.45rem 1rem}.rc-details-row{display:flex;flex-direction:column;gap:.05rem;font-size:.88rem}.rc-details-label{color:var(--text-muted);font-size:.78rem;font-weight:600}.rc-details-value{color:var(--text)}.rc-details-source{grid-column:1 / -1;margin:.4rem 0 0;font-size:.78rem;font-style:italic}.rc-compare{font-size:1.05rem;line-height:1;width:32px;height:32px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:50%;cursor:pointer;display:grid;place-items:center;transition:background .12s,color .12s,border-color .12s}.rc-compare:hover{border-color:var(--blue);color:var(--text)}.rc-compare.active{background:var(--blue);border-color:var(--blue);color:#fff}.compare-tab{display:flex;flex-direction:column;gap:.8rem}.compare-empty{display:grid;place-items:center;padding:2.5rem 1.5rem;text-align:center;gap:.5rem}.compare-empty-icon{font-size:2.5rem}.compare-empty h3{margin:0}.compare-empty p{margin:0;max-width:30rem}.compare-header{display:flex;align-items:center;justify-content:space-between;padding:.4rem 0}.compare-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.compare-table{width:100%;border-collapse:collapse;font-size:.92rem}.compare-table th,.compare-table td{padding:.55rem .8rem;border-bottom:1px solid var(--border);vertical-align:top;text-align:left}.compare-table tbody tr:last-child th,.compare-table tbody tr:last-child td{border-bottom:none}.compare-row-label{font-weight:600;color:var(--text-muted);white-space:nowrap;min-width:9rem;background:var(--bg)}.compare-col-head{font-weight:700;color:var(--text)}.compare-cell{font-weight:500}.compare-best{background:#1f6b401a;font-weight:700;color:var(--green-dark)}.compare-check.yes{color:var(--green-dark);font-weight:700}.compare-check.no{color:var(--text-muted)}@media(max-width:560px){.compare-table{font-size:.85rem}.compare-row-label{min-width:6rem}}.stopover-tab{display:flex;flex-direction:column;gap:.7rem}.stopover-pick-row{display:flex;flex-direction:column;gap:.3rem}.stopover-pick-hint{margin:.1rem 0 0;font-size:.85rem}.stopover-end-select{max-width:32rem}.stopover-info{margin:0}.stopover-map-canvas{width:100%;height:420px;border:1px solid var(--border);border-radius:10px;overflow:hidden;z-index:0}.stopover-actions{display:flex}.stopover-pin-mid{background:#1e6fbf;color:#fff}.stopover-pin-end{background:var(--green-dark);color:#fff}.stopover-pin-candidate{background:#e67700;color:#fff}.stopover-results{display:flex;flex-direction:column;gap:.55rem;margin-top:.3rem}.stopover-results-title{margin:.2rem 0;font-size:1rem}.stopover-search-btn{font-size:1.1rem;padding:.85rem 1.6rem;font-weight:700;border-radius:12px;box-shadow:0 2px 8px #1f6b4040;letter-spacing:.01em}.stopover-search-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #1f6b4059}.results-list-stopover{margin-top:.4rem}@media(max-width:560px){.stopover-map-canvas{height:280px}}.rc{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.35rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 1px 4px #0f1e320d;font-size:1.05rem}.rc-title-row{display:flex;align-items:center;gap:.6rem}.rc-rank{display:inline-grid;place-items:center;min-width:2.2rem;height:2.2rem;padding:0 .5rem;border-radius:999px;background:var(--green-dark);color:#fff;font-weight:700;font-size:.95rem;border:1px solid var(--green-dark);transition:background .2s,border-color .2s}.rc-rank-fav{background:#c2185b;border-color:#c2185b;color:#fff}.rc-name{margin:0;font-size:1.4rem;font-weight:700;line-height:1.2}.rc-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:1rem;color:var(--text-muted);align-items:center}.rc-meta strong{color:var(--text)}.rc-region{font-weight:600;color:var(--text)}.rc-review{background:#faf6ef;color:#8a6a3a;padding:.15rem .5rem;border-radius:6px;font-weight:600;border:1px dashed #d9c89c}.rc-info-chip{display:inline-flex;align-items:center;gap:.3rem;font:inherit;cursor:pointer;font-size:.88rem;line-height:1.2}.rc-info-chip:hover{filter:brightness(.97)}.rc-info-chip:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.rc-chip-info{font-size:.72rem;opacity:.65;font-weight:700}.rc-price{margin-left:auto;color:var(--text)}.rc-desc{margin:0;line-height:1.5}.rc-best-for{margin:0;padding:.5rem .7rem;background:var(--bg);border-left:3px solid var(--green);border-radius:0 6px 6px 0;font-size:.92rem;font-style:italic}.rc-scores{display:flex;flex-direction:column;gap:.35rem;padding:.5rem 0}.rc-score-row{display:grid;grid-template-columns:7em 1fr 2.5em;align-items:center;gap:.5rem;font-size:.85rem}.rc-score-label{color:var(--text-muted);font-weight:600}.rc-score-track{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.rc-score-fill{height:100%;background:linear-gradient(90deg,var(--green) 0%,var(--green-dark) 100%);transition:width .4s ease}.rc-score-num{font-weight:700;text-align:right;font-variant-numeric:tabular-nums}.rc-facilities{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;font-size:.85rem}.rc-facilities-label{color:var(--text-muted);font-weight:600;margin-right:.25rem}.rc-facility-chip{padding:.18rem .55rem;background:var(--bg);border:1px solid var(--border);border-radius:999px;font-size:.8rem}.rc-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.rc-website,.rc-google{padding:.4rem .8rem;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:600;transition:background .15s}.rc-website{background:var(--blue);color:#fff}.rc-website:hover{background:var(--blue-dark)}.rc-google{background:var(--surface);color:var(--text);border:1px solid var(--border)}.rc-google:hover{background:var(--bg);border-color:var(--green)}.rc-google-primary{background:var(--blue-dark);color:#fff;border-color:var(--blue-dark)}.rc-google-primary:hover{background:#134a85;border-color:#134a85;color:#fff}.rc-osm-loading{cursor:progress;opacity:.75}.rc-osm-empty{cursor:not-allowed;opacity:.7;background:var(--bg);color:var(--text-muted);border-color:var(--border);border-style:dashed}.rc-osm-found{font-variant-numeric:tabular-nums}.rc-fav{margin-left:auto;width:40px;height:40px;border-radius:50%;background:transparent;border:2px solid var(--border);font-size:1.2rem;line-height:1;cursor:pointer;transition:background .15s,border-color .15s,transform .05s;display:grid;place-items:center;flex-shrink:0}.rc-fav:hover,.rc-fav.active{border-color:#d6336c;background:#fff0f3}.rc-fav:active{transform:scale(.95)}.rc.rc-favorite{border-color:#f0a8b8;box-shadow:0 0 0 1px #f0a8b8,0 1px 4px #d6336c26}.rc-overall{background:#e8f5ee;color:var(--green-dark);padding:.15rem .5rem;border-radius:6px;font-weight:700;border:1px solid #c8e4d4}@media(max-width:560px){.app{margin:.75rem auto;padding:0 .5rem}.card{padding:1rem;border-radius:8px}.wizard-title{font-size:1.3rem}.topbar{padding:.6rem .75rem}.brand-name{font-size:1rem}}@media print{.sky-bg,.topbar,.footer,.results-header,.results-tabs,.results-help-btn,.results-share-btn,.results-explainer,.rc-fav,.rc-compare,.rc-links,.rc-booking-row,.rc-details,.wizard{display:none!important}html,body,.app,.card,.rc,.compare-table,.cost-calc-table,.weather-card,.stopover-card{background:#fff!important;color:#000!important;box-shadow:none!important}body,.rc-name,.rc-desc,.rc-best-for{font-family:Times New Roman,Times,Georgia,serif!important;font-size:11pt}h1,h2,h3,h4{color:#000!important;page-break-after:avoid}.rc,.weather-card,.stopover-card,.compare-table{border:1px solid #888!important;page-break-inside:avoid;margin-bottom:.5cm}.rc-facility-chip{background:transparent!important;border:1px solid #888!important;color:#000!important}.rc-rank{border:1px solid #000!important;background:#fff!important;color:#000!important}.rc-score-track{display:none!important}.cost-row-cheap,.cost-row-fav{background:#fff!important}}[data-theme=dark]{--bg: #0f1419;--surface: #1a2332;--text: #e8edf3;--text-muted: #8a9bb0;--border: #2a3a4f;--shadow: 0 2px 8px rgba(0, 0, 0, .3);--shadow-lg: 0 4px 20px rgba(0, 0, 0, .4);--orange-light: #3a2a18}[data-theme=dark] .sky-bg{background:linear-gradient(180deg,#0a1428 0%,#0f1828 50%,var(--bg) 90%)}[data-theme=dark] .cloud{display:none}[data-theme=dark] .star{display:block}[data-theme=dark] .topbar{background:linear-gradient(135deg,#0f1d2e,#1a2d42)}[data-theme=dark] .kid-tag{background:#3a2a18;color:#ffcb85;border-color:#5a4020}[data-theme=dark] .kid-tag-remove{background:#ffffff1a;color:#ffcb85}[data-theme=dark] .kid-tag-remove:hover{background:#fff3}[data-theme=dark] .input:focus{box-shadow:0 0 0 3px #2e8b5740}[data-theme=dark] .dates-summary{background:#3a2a18;color:#ffcb85}[data-theme=dark] .week-btn{background:#1a2332;border-color:var(--border);color:var(--text)}[data-theme=dark] .week-btn:hover{background:#243349}[data-theme=dark] .week-btn.active{background:var(--green);color:#fff;border-color:var(--green)}[data-theme=dark] input[type=date]{color-scheme:dark}[data-theme=dark] .suggest-list{background:#243349;border-color:var(--border)}[data-theme=dark] .suggest-item{border-bottom-color:var(--border)}[data-theme=dark] .suggest-item:hover,[data-theme=dark] .suggest-item:focus{background:#2a3f55}[data-theme=dark] .mode-btn{background:#1a2332;color:var(--text)}[data-theme=dark] .mode-btn:hover{background:#243349}[data-theme=dark] .mode-btn.active{background:var(--green);color:#fff}[data-theme=dark] .distance-display{background:linear-gradient(180deg,#1a2332,#243349);color:#5dd28e}[data-theme=dark] .distance-slider{background:#2a3a4f}[data-theme=dark] .distance-slider::-webkit-slider-thumb{border-color:#1a2332}[data-theme=dark] .reach-hint{background:#14322a;border-color:#1f5236;color:#b6efc9}[data-theme=dark] .reach-hint.muted{background:#131a24;border-color:var(--border);color:var(--text-muted)}[data-theme=dark] .reach-hint-more{color:#5dd28e}[data-theme=dark] .country-tile{background:linear-gradient(180deg,#2a3a52,#1f2c40);color:var(--text);border-color:#3a4d68;box-shadow:0 1px 2px #0006}[data-theme=dark] .country-tile:hover:not(.disabled){background:linear-gradient(180deg,#344767,#283854);border-color:#5dd28e;box-shadow:0 2px 6px #28a55a4d;transform:translateY(-1px)}[data-theme=dark] .country-tile.disabled{background:repeating-linear-gradient(135deg,#15202e,#15202e 6px,#0f1822 6px 12px);border:2px dashed #2a3a4f;box-shadow:none;color:#5a6b7d}[data-theme=dark] .country-tile.disabled .country-code{background:#1a2332;color:#4a5868}[data-theme=dark] .region-tile{background:linear-gradient(180deg,#2a3a52,#1f2c40);border-color:#3a4d68;color:var(--text);box-shadow:0 1px 2px #0006}[data-theme=dark] .region-tile:hover{background:linear-gradient(180deg,#344767,#283854);border-color:#5dd28e;box-shadow:0 2px 6px #28a55a4d}[data-theme=dark] .region-tile.selected{background:linear-gradient(180deg,#28a55a,#1c7d40);color:#fff;border-color:#d4fce0;box-shadow:0 0 0 2px #28a55a,0 0 14px #28a55a80}[data-theme=dark] .region-tile.selected:after{background:#d4fce0;color:#0e5028}[data-theme=dark] .yn-card,[data-theme=dark] .accom-tile{background:linear-gradient(180deg,#2a3a52,#1f2c40);color:var(--text);border-color:#3a4d68;box-shadow:0 1px 2px #0006}[data-theme=dark] .yn-card:hover,[data-theme=dark] .accom-tile:hover{background:linear-gradient(180deg,#344767,#283854);border-color:#5dd28e;box-shadow:0 2px 6px #28a55a4d}[data-theme=dark] .yn-card.selected,[data-theme=dark] .accom-tile.selected{background:linear-gradient(180deg,#28a55a,#1c7d40);color:#fff;border-color:#d4fce0;box-shadow:0 0 0 2px #28a55a,0 0 14px #28a55a80}[data-theme=dark] .stop-subform{border-top-color:var(--border)}[data-theme=dark] .hours-display{background:linear-gradient(180deg,#1a2332,#243349);color:#5dd28e}[data-theme=dark] .wizard-error{background:#2a1a1a;border-color:#6e2a2a;border-left-color:#ff6b6b;color:#ffb8b8}[data-theme=dark] .star-btn{background:#1a2332;border-color:var(--border);color:#4a5868}[data-theme=dark] .star-btn:hover{border-color:var(--orange)}[data-theme=dark] .star-btn.active{background:#3a2a18;color:#ffcb85;border-color:var(--orange)}[data-theme=dark] .api-toggle{background:#1a2332;border-color:var(--border);color:var(--text)}[data-theme=dark] .api-toggle:hover{background:#243349}[data-theme=dark] .hint-info{background:#11233a;color:#9ec7f0;border-left-color:#4a90e2}[data-theme=dark] .rc{background:#1a2332;border-color:var(--border);box-shadow:0 1px 4px #0000004d}[data-theme=dark] .rc-rank{background:#3a2a18;color:#ffcb85;border-color:#5a4020}[data-theme=dark] .rc-review{background:#2a2418;color:#c2a575;border:1px dashed #5a4a28}[data-theme=dark] .rc-best-for{background:#243349;border-left-color:#5dd28e}[data-theme=dark] .rc-facility-chip{background:#243349;border-color:var(--border)}[data-theme=dark] .rc-overall{background:#14322a;color:#b6efc9;border-color:#1f5236}[data-theme=dark] .rc-google{background:#1a2332;color:var(--text);border-color:var(--border)}[data-theme=dark] .rc-google:hover{background:#243349}[data-theme=dark] .rc-fav{border-color:var(--border)}[data-theme=dark] .rc-fav:hover,[data-theme=dark] .rc-fav.active{background:#3a1a24;border-color:#d6336c}[data-theme=dark] .rc.rc-favorite{border-color:#6e2a3c;box-shadow:0 0 0 1px #6e2a3c,0 1px 4px #d6336c40}[data-theme=dark] .results-help-btn{background:#1a2332;border-color:var(--border);color:var(--text-muted)}[data-theme=dark] .results-help-btn:hover,[data-theme=dark] .results-help-btn[aria-expanded=true]{background:#11233a;color:#9ec7f0;border-color:#4a90e2}[data-theme=dark] .results-explainer{background:#11233a;border-color:#2a4760;border-left-color:#4a90e2}[data-theme=dark] .explainer-head h3,[data-theme=dark] .explainer-intro,[data-theme=dark] .explainer-formula,[data-theme=dark] .explainer-dim h4,[data-theme=dark] .search-summary-title,[data-theme=dark] .search-summary-list dt{color:#9ec7f0}[data-theme=dark] .explainer-dim,[data-theme=dark] .explainer-formula{background:#ffffff0a}[data-theme=dark] .explainer-close{color:var(--text-muted)}[data-theme=dark] .explainer-close:hover{background:#ffffff14}[data-theme=dark] .results-tabs{border-bottom-color:var(--border)}[data-theme=dark] .results-tab:hover{background:#1a2332}[data-theme=dark] .results-tab.active{color:#5dd28e;background:var(--surface);border-color:var(--border);border-bottom-color:var(--surface)}[data-theme=dark] .map-canvas{border-color:var(--border)}[data-theme=dark] .leaflet-popup-content-wrapper,[data-theme=dark] .leaflet-popup-tip{background:#1a2332;color:var(--text);box-shadow:0 3px 14px #00000080}[data-theme=dark] .leaflet-control-attribution{background:#1a2332d9!important;color:var(--text-muted)!important}[data-theme=dark] .leaflet-control-attribution a{color:#9ec7f0!important}[data-theme=dark] .map-legend{background:#1a2332;border-color:var(--border)}[data-theme=dark] .map-legend-hint{color:var(--text-muted)}[data-theme=dark] .map-popup-view{background:var(--blue)}[data-theme=dark] .map-popup-view:hover{background:#1a5fa8}[data-theme=dark] .rc-rank{background:#1f6b40;border-color:#1f6b40}[data-theme=dark] .rc-rank-fav{background:#8e1547;border-color:#8e1547}[data-theme=dark] .cost-calc-inputs{background:#1a2332;border-color:var(--border)}[data-theme=dark] .cost-calc-disclaimer{background:#2a2210;color:#ffcb85;border-left-color:#b88a20}[data-theme=dark] .cost-calc-table-wrap{border-color:var(--border)}[data-theme=dark] .cost-calc-table th{background:#1a2332;color:var(--text-muted);border-bottom-color:var(--border)}[data-theme=dark] .cost-calc-table td{border-bottom-color:var(--border)}[data-theme=dark] .cost-cell-rank{background:#1f6b40}[data-theme=dark] .cost-row-cheap .cost-cell-total{color:#5dd28e}[data-theme=dark] .cost-row-fav{background:#2a1a24}[data-theme=dark] .cost-name-link{color:var(--text)}[data-theme=dark] .cost-name-link:hover{color:#5dd28e}[data-theme=dark] .results-group-heading{background:#1a2332;border-left-color:#5dd28e}[data-theme=dark] .custom-city-chip{background:#11233a;color:#9ec7f0;border-color:#2a4760}[data-theme=dark] .custom-city-remove{background:#ffffff1a}[data-theme=dark] .custom-city-remove:hover{background:#fff3}@keyframes rc-flash-dark{0%{box-shadow:0 0 0 4px #5dd28e99}to{box-shadow:0 0 #5dd28e00}}[data-theme=dark] .rc-flash{animation:rc-flash-dark 1.5s ease-out}[data-theme=dark] .country-tile.selected{background:#28a55a;color:#fff;border-color:#d4fce0;box-shadow:0 0 0 2px #28a55a,0 0 16px #28a55a80}[data-theme=dark] .country-tile.selected:after{background:#d4fce0;color:#0e5028}[data-theme=dark] .country-code{background:#243349;color:var(--text-muted)}[data-theme=dark] .country-tile.disabled{background:#131a24}[data-theme=dark] .country-summary{background:#1a2332}[data-theme=dark] .btn-link{color:#5dd28e}[data-theme=dark] .muted-hint{background:#2a2210;color:#ffcb85;border-left-color:#b88a20}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.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{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
