:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--font-display:"Space Grotesk", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--bg:#08080d;--panel:#121218;--card:#17171f;--card2:#1d1d27;--border:#262633;--text:#f2ede6;--muted:#a6a2b8;--grad:linear-gradient(135deg, #ff2e7e 0%, #ff5e3a 55%, #ff9a3d 100%);--radius:20px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font-body);margin:0;font-weight:400;line-height:1.6}.bg{z-index:0;background:linear-gradient(180deg, var(--bg1,#05060f), var(--bg2,#0b1030));animation:.9s bgIn;position:fixed;inset:0;overflow:hidden}.bg:before,.bg:after{content:"";filter:blur(70px);opacity:.75;border-radius:50%;width:175vmax;height:175vmax;animation:26s ease-in-out infinite alternate drift;position:absolute}.bg:before{background:var(--glow1,#2b2f6b);top:-60vmax;right:-45vmax}.bg:after{background:var(--glow2,#0e3a5d);animation-duration:34s;animation-direction:alternate-reverse;bottom:-65vmax;left:-45vmax}@keyframes drift{0%{transform:translate(0,0)scale(1)}to{transform:translate(-3vmax,2.5vmax)scale(1.05)}}@keyframes bgIn{0%{opacity:0}to{opacity:1}}.bg-clear-day{--bg1:#061a3a;--bg2:#0a2f5e;--glow1:#1f6feb;--glow2:#0aa5c2}.bg-clear-night{--bg1:#05060f;--bg2:#0b1030;--glow1:#2b2f6b;--glow2:#0e3a5d}.bg-clouds{--bg1:#0d1117;--bg2:#1c2733;--glow1:#3a4a5e;--glow2:#232f3d}.bg-rain{--bg1:#020d18;--bg2:#072233;--glow1:#0e5f7a;--glow2:#123f5c}.bg-storm{--bg1:#080512;--bg2:#180c2e;--glow1:#5b2a86;--glow2:#25124a}.bg-snow{--bg1:#0a1626;--bg2:#16324a;--glow1:#4a7fa5;--glow2:#274b63}.bg-fog{--bg1:#0c1210;--bg2:#1a2622;--glow1:#3d5a50;--glow2:#232d2a}@media (prefers-reduced-motion:reduce){.bg,.bg:before,.bg:after{animation:none}}.fx{z-index:0;pointer-events:none;position:fixed;inset:0}#root{z-index:1;max-width:1280px;margin:0 auto;padding:22px 22px 56px;position:relative}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-weight:700}h1{font-size:1.5rem}h2{font-size:1.05rem}.section-title{align-items:baseline;gap:12px;margin:28px 0 12px;display:flex}#overview{margin-top:12px}.tier-note{margin:6px 0 4px}.section-title .link{font-family:var(--font-display);color:#ff6b8f;font-size:.8rem;font-weight:500}.muted{color:var(--muted)}.small{font-size:.78rem}.cap{text-transform:capitalize}.error{color:#ff8f8f}button{font-family:var(--font-body)}.layout{z-index:1;align-items:flex-start;gap:20px;display:flex;position:relative}.main{flex:1;min-width:0}.brandrow{margin:2px 0 16px}.brandrow p{margin:4px 0 0;font-size:.85rem}.sidebar{background:var(--panel);border:1px solid var(--border);border-radius:22px;flex-direction:column;flex-shrink:0;align-items:center;gap:10px;width:84px;padding:14px 8px;display:flex;position:sticky;top:22px}.side-brand{background:var(--grad);color:#fff;border-radius:14px;place-items:center;width:46px;height:46px;display:grid}.side-nav{flex-direction:column;gap:4px;width:100%;display:flex}.side-nav button,.side-btn{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:14px;flex-direction:column;align-items:center;gap:2px;width:100%;padding:9px 4px;display:flex}.side-nav button:hover,.side-btn:hover{color:var(--text);background:#ffffff10}.side-ico{justify-content:center;align-items:center;display:inline-flex}.side-lbl{font-size:.62rem;font-weight:500}.side-div{background:var(--border);width:70%;height:1px;margin:4px 0}.side-units{border:1px solid var(--border);background:#0a0a10;border-radius:999px;flex-direction:column;gap:2px;padding:3px;display:flex}.side-units button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:5px 12px;font-size:.75rem;font-weight:600}.side-units button.on{background:var(--grad);color:#fff}.banner{background:#241a20;border:1px solid #6b3a4d;border-radius:14px;margin-bottom:14px;padding:12px 16px;font-size:.85rem;font-weight:400}.banner a{color:#ffb3c8}.banner code{background:#0006;border-radius:6px;padding:1px 6px}.search{max-width:460px;margin-bottom:18px;position:relative}.search .search-ico{color:var(--muted);pointer-events:none;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search input{background:var(--panel);border:1px solid var(--border);width:100%;color:var(--text);font-size:.9rem;font-family:var(--font-body);border-radius:999px;outline:none;padding:12px 40px 12px 42px}.search input:focus{border-color:#ff5e7e}.search-spin{color:var(--muted);position:absolute;top:50%;right:16px;transform:translateY(-50%)}.search-results{z-index:10;background:var(--card2);border:1px solid var(--border);border-radius:14px;width:100%;margin:8px 0 0;padding:6px;list-style:none;position:absolute}.search-results button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;gap:12px;padding:9px 10px;font-size:.85rem;display:flex}.search-results button:hover{background:#ffffff12}.search-results span{color:var(--muted);font-size:.78rem}.hero{background:var(--panel);border:1px solid var(--border);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;min-height:240px;padding:30px 34px;display:flex;position:relative;overflow:hidden}.hero-blob{background:var(--grad);opacity:.95;border-radius:120px 0 0 120px;position:absolute;inset:0 0 0 22%;transform:skew(-8deg)translate(12%)}.hero-left,.hero-right{z-index:1;position:relative}.hero-city{font-size:1.4rem}.hero-date{margin:4px 0 0;font-size:.8rem}.hero-left svg{filter:drop-shadow(0 10px 18px #0005);margin-top:10px}.hero-right{text-align:right;color:#fff}.hero-cond{margin:0 0 2px;font-size:.95rem;font-weight:400}.hero-temp{font-family:var(--font-display);letter-spacing:-.03em;font-size:clamp(2.9rem,8vw + 1rem,5rem);font-weight:700;line-height:1}.hero-temp span{vertical-align:super;font-size:2.2rem}.hero-minmax{opacity:.92;margin:6px 0 12px;font-size:.8rem}.hero-chip{background:#ff2e7e;border-radius:0 18px 18px;padding:8px 16px;font-size:.75rem;font-weight:600;display:inline-block}.hero-empty{min-height:120px}.stats{grid-template-columns:repeat(4,1fr);align-items:start;gap:12px;margin:16px 0 6px;display:grid}.stats.six{grid-template-columns:repeat(3,1fr)}.stat{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:16px}.stat .stat-ico{color:#ffc7d6;justify-content:center;display:flex}.stat strong{font-family:var(--font-display);margin:6px 0 2px;font-size:1.05rem;font-weight:700;display:block}.stat span{color:var(--muted);font-size:.72rem;font-weight:500}.hourly{grid-auto-columns:minmax(86px,1fr);grid-auto-flow:column;gap:10px;padding-bottom:6px;display:grid;overflow-x:auto}.hour{background:var(--panel);border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;display:flex}.hour.now{background:var(--grad);color:#fff;border:0}.hour.now .muted{color:#fffc}.hour{cursor:pointer}.hour.sel{border-color:#ff5e7e;box-shadow:0 0 0 1px #ff5e7e,0 10px 24px #00000059}.hour .t{font-size:.72rem}.hour strong{font-family:var(--font-display);font-size:1rem}.daytabs{flex-wrap:wrap;gap:10px;margin:4px 0 12px;display:flex}.daytab{background:var(--panel);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:12px;padding:8px 14px;font-size:.78rem;font-weight:500}.daytab strong{font-family:var(--font-display);color:var(--text);font-size:.85rem;display:block}.daytab.active{background:var(--grad);color:#fff;border:0}.daytab.active strong{color:#fff}.suns{background:var(--panel);border:1px solid var(--border);border-radius:16px;flex-wrap:wrap;gap:12px 26px;margin-bottom:12px;padding:12px 18px;font-size:.85rem;display:flex}.suns span{color:var(--muted);font-size:.72rem;display:block}.carousel{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;padding:6px 2px 12px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 24px calc(100% - 24px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 24px calc(100% - 24px),#0000 100%)}.carousel::-webkit-scrollbar{display:none}.carousel .card{scroll-snap-align:start;flex:0 0 min(240px,78vw)}.carousel:focus-visible{outline-offset:2px;border-radius:12px;outline:2px solid #ff5e7e}.carousel-nav{gap:8px;margin-left:auto;display:inline-flex}.carousel-btn{-webkit-backdrop-filter:blur(18px)saturate(1.25);color:var(--text);cursor:pointer;background:#10101a8c;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .15s,opacity .15s;display:inline-flex}.carousel-btn:hover:not(:disabled){border-color:#ffffff59}.carousel-btn:disabled{opacity:.35;cursor:default}@media (prefers-reduced-motion:reduce){.carousel{scroll-snap-type:x proximity}}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;outline:none;padding:16px;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden}.card:hover,.card:focus-visible{border-color:#ffffff47;transform:translateY(-6px)scale(1.02);box-shadow:0 18px 40px #00000073,0 0 24px #ff5e7e40}.card:active{transform:translateY(-2px)scale(.98)}.card:focus-visible{box-shadow:0 0 0 2px #ff5e7e,0 18px 40px #00000073}.card.active{border-color:#ff5e7e}.card:before{content:"";background:var(--grad);opacity:0;height:4px;transition:opacity .18s;position:absolute;inset:0 0 auto}.card:hover:before,.card:focus-visible:before,.card.active:before{opacity:1}@media (prefers-reduced-motion:reduce){.card,.card:before{transition:border-color .15s,box-shadow .15s,opacity .15s}.card:hover,.card:focus-visible,.card:active{transform:none}}.card header{justify-content:space-between;align-items:flex-start;display:flex}.card h3{font-size:.95rem}.card-main{align-items:center;gap:6px;margin-top:6px;display:flex}.card-main .temp{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(1.5rem,5vw,1.9rem);font-weight:700}.card p{margin:4px 0;font-size:.85rem}.card-meta{gap:12px;margin-top:4px;font-size:.8rem;display:flex}.icon-btn{color:var(--muted);cursor:pointer;font-family:var(--font-body);background:0 0;border:0;justify-content:center;align-items:center;padding:2px;display:inline-flex}.icon-btn:hover{color:#ff8f8f}footer{margin-top:28px}.news-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.news-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(18px)saturate(1.25);color:var(--text);background:#10101a8c;border:1px solid #ffffff1f;flex-direction:column;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.news-card:hover{border-color:#ffffff47;transform:translateY(-4px);box-shadow:0 14px 30px #0006}.news-card img{object-fit:cover;background:#0d0d15;width:100%;height:140px;display:block}.news-fallback{height:140px;color:var(--muted);background:#0d0d15;place-items:center;display:grid}.news-body{flex-direction:column;gap:6px;padding:12px 14px 14px;display:flex}.news-body strong{font-family:var(--font-display);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.35;display:-webkit-box;overflow:hidden}.clamp{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.news-card.skeleton{pointer-events:none}.sk-thumb{background:#ffffff10;height:140px}.sk-line{background:#ffffff10;border-radius:6px;height:12px;margin:12px 14px 0}.sk-line.short{width:60%;margin-bottom:14px}.sk-thumb,.sk-line{animation:1.4s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.news-card:hover{transform:none}.sk-thumb,.sk-line{animation:none}}.sidebar,.search input,.search-results,.hero,.stat,.hour,.daytab,.suns,.card,.banner,.side-units{-webkit-backdrop-filter:blur(18px)saturate(1.25);background:#10101a8c;border-color:#ffffff1f}.hero-temp{text-shadow:0 2px 24px #00000059}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.sidebar,.search input,.search-results,.hero,.stat,.hour,.daytab,.suns,.card,.banner,.side-units,.readout,.carousel-btn,.news-card{background:#14141d}}.inline-ico{vertical-align:-.18em}.flip-y{transform:scaleY(-1)}.wicon-sun{color:#ffd166}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.stat{cursor:pointer;outline:none;transition:transform .18s,border-color .18s,box-shadow .18s}.stat:hover,.stat:focus-visible{border-color:#ffffff47;transform:translateY(-4px);box-shadow:0 14px 30px #0006}.stat.open{border-color:#ff5e7e}.stat-x{border-top:1px solid var(--border);flex-direction:column;gap:6px;margin-top:10px;padding-top:8px;display:flex}.stat-x div{justify-content:space-between;align-items:baseline;font-size:.75rem;display:flex}.stat-x span{color:var(--muted);font-weight:500}.stat-x strong{margin:0;font-size:.8rem;display:inline}.hour{outline:none;position:relative;overflow:hidden}.hour.shine:after{content:"";background:radial-gradient(110px circle at var(--mx,50%) var(--my,50%), #ffffff29, transparent 70%);opacity:0;pointer-events:none;transition:opacity .25s;position:absolute;inset:0}.hour:hover:after,.hour:focus-visible:after{opacity:1}.hour.now:hover,.hour.now:focus-visible{border-color:#ffffff59}.readout{-webkit-backdrop-filter:blur(18px)saturate(1.25);color:var(--text);background:#10101a8c;border:1px solid #ffffff1f;border-radius:12px;margin:10px 0 0;padding:8px 14px}.readout strong{font-family:var(--font-display)}.daytab{transition:transform .15s,border-color .15s}.daytab:hover{border-color:#ffffff47;transform:translateY(-2px)}.hero.shine:after{content:"";background:radial-gradient(340px circle at var(--mx,50%) var(--my,50%), #ffffff61, transparent 65%);mix-blend-mode:overlay;opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.hero.shine:hover:after{opacity:1}@media (prefers-reduced-motion:reduce){.stat:hover,.stat:focus-visible,.daytab:hover{transform:none}.hero.shine:after,.hour.shine:after{display:none}}.radar-wrap{position:relative}.radar-host{background:#0a0e18;border:1px solid #ffffff1f;border-radius:20px;height:75vh;min-height:420px;overflow:hidden}.radar-host.mini{cursor:pointer;height:280px;min-height:0}.radar-host.mini:focus-visible{outline-offset:2px;outline:2px solid #ff5e7e}.place-strip.static{margin:2px 0 4px;position:static}body.map-active .bg:before,body.map-active .bg:after{animation:none}body.map-active .fx{display:none}body.map-active #root{padding-left:8px;padding-right:8px}.radar-search{z-index:2;pointer-events:none;position:absolute;top:12px;left:12px;right:12px}.radar-search .search{pointer-events:auto;max-width:420px;margin-bottom:0}.radar-search .search input{box-shadow:0 10px 30px #00000073}.radar-search .search-results{box-shadow:0 18px 40px #00000080}.seg{-webkit-backdrop-filter:blur(18px)saturate(1.25);background:#10101a8c;border:1px solid #ffffff1f;border-radius:999px;gap:2px;margin-left:auto;padding:3px;display:inline-flex}.seg button{color:var(--muted);cursor:pointer;font-size:.78rem;font-weight:600;font-family:var(--font-body);background:0 0;border:0;border-radius:999px;padding:6px 14px}.seg button.on{background:var(--grad);color:#fff}.seg button:disabled{opacity:.4;cursor:not-allowed}.seg button.loading{animation:1s ease-in-out infinite pulse}.leaflet-container{z-index:0;font-family:var(--font-body)}.radar-veil{z-index:1;text-align:center;-webkit-backdrop-filter:blur(6px);background:#08080d8c;border-radius:20px;place-content:center;justify-items:center;gap:10px;padding:20px;display:grid;position:absolute;inset:0}.radar-timeline{z-index:2;-webkit-backdrop-filter:blur(18px)saturate(1.25);white-space:nowrap;background:#10101ac7;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:6px 14px 6px 6px;display:flex;position:absolute;top:12px;right:12px}.place-strip{z-index:2;scrollbar-width:none;gap:8px;padding:2px 2px 4px;display:flex;position:absolute;bottom:12px;left:12px;right:12px;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 20px calc(100% - 20px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 20px calc(100% - 20px),#0000 100%)}.place-strip::-webkit-scrollbar{display:none}.place-chip{-webkit-backdrop-filter:blur(18px)saturate(1.25);color:var(--text);font-size:.8rem;font-weight:500;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:#10101acc;border:1px solid #ffffff1f;border-radius:999px;flex:none;align-items:center;gap:8px;padding:8px 14px;display:inline-flex}.place-chip strong{font-family:var(--font-display)}.place-chip.active{border-color:#ff5e7e}.radar-pin-wrap{background:0 0;border:0}.radar-pin{cursor:pointer;background:#8ab4ff;border:2px solid #fff;border-radius:50%;width:14px;height:14px;margin:2px;display:block;box-shadow:0 2px 10px #00000080}.radar-pin.active{background:#ff5e7e;width:18px;height:18px;margin:0}.leaflet-bar a{color:var(--text);background:#14141d;border-color:#ffffff1f}.leaflet-bar a:hover{color:var(--text);background:#1d1d27}.leaflet-control-attribution{font-size:10px;color:#8a87a0!important;background:#08080d99!important}.leaflet-control-attribution a{color:#a5a2c0!important}.side-nav button.active{color:var(--text);background:#ffffff14}.daytab:disabled{opacity:.4;cursor:not-allowed}.daytab:disabled:hover{transform:none}@media (width<=900px){.stats{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){#root{padding:14px 14px 120px}.layout{flex-direction:column;align-items:stretch}.sidebar{z-index:20;width:auto;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-bottom:0;border-left:0;border-right:0;border-radius:18px 18px 0 0;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;position:fixed;inset:auto 0 0}.side-brand{display:none}.side-nav{flex-direction:row;flex:1;justify-content:space-around;width:auto}.side-nav button,.side-btn{min-width:44px;min-height:44px;padding:8px 6px}.side-div{display:none}.side-units{flex-direction:row}.hero{text-align:center;flex-direction:column;padding:26px 20px}.hero-blob{border-radius:60px 60px 0 0;inset:34% 0 0;transform:none}.hero-right{text-align:center}.section-title{flex-wrap:wrap;row-gap:8px}.news-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.news-grid.swipe{scroll-snap-type:x mandatory;scrollbar-width:none;padding:6px 2px 12px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 24px calc(100% - 24px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 24px calc(100% - 24px),#0000 100%)}.news-grid.swipe::-webkit-scrollbar{display:none}.news-grid.swipe .news-card{scroll-snap-align:start;flex:0 0 min(240px,78vw)}.news-card img,.news-fallback,.sk-thumb{height:110px}.news-grid:not(.swipe) .news-card img,.news-grid:not(.swipe) .news-fallback,.news-grid:not(.swipe) .sk-thumb{height:84px}.news-body{padding:10px 12px 12px}.news-grid:not(.swipe) .news-body{padding:8px 10px 10px}.news-grid:not(.swipe) .news-body strong{-webkit-line-clamp:3;font-size:.8rem}.news-grid:not(.swipe) .news-body .clamp,.news-grid:not(.swipe) .sk-line.short{display:none}.radar-host{height:60vh;min-height:320px}.radar-host.mini{height:240px;min-height:0}body.map-active .radar-wrap{margin:0 -8px}body.map-active .radar-host{border-left:0;border-right:0;border-radius:0;height:78dvh;min-height:480px}body.map-active .radar-veil{border-radius:0}.radar-timeline{top:68px}.seg button{padding:8px 12px}}@media (width<=480px){.side-lbl{display:none}.sidebar{padding-left:6px;padding-right:6px}}@media (prefers-reduced-motion:reduce){.news-grid.swipe{scroll-snap-type:x proximity}}@media (pointer:coarse){.carousel-btn{width:40px;height:40px}.daytab{padding:10px 16px}.hour{padding:14px 8px}}.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}}
