body,html{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;font-family:Inter,Arial,sans-serif;color:#e5e5e5}body{background:transparent!important}#live-map-container{position:fixed;inset:0;z-index:-10}#live-map-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:-9}.fog-layer{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;background-repeat:repeat-x;z-index:-8;opacity:.42}.fog-back{background-image:url(/fog/fog-back.png);animation:fogMoveBack 130s linear infinite;opacity:.15}.fog-mid{background-image:url(/fog/fog-mid.png);animation:fogMoveMid 95s linear infinite;opacity:.22}.fog-front{background-image:url(/fog/fog-front.png);animation:fogMoveFront 75s linear infinite;opacity:.34}@keyframes fogMoveBack{0%{background-position:0 0}to{background-position:-1600px 0}}@keyframes fogMoveMid{0%{background-position:0 0}to{background-position:-2600px 0}}@keyframes fogMoveFront{0%{background-position:0 0}to{background-position:-3800px 0}}.ev-nav{position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:9999;background:hsla(0,0%,4%,.55);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,255,150,.15);box-shadow:0 0 35px rgba(0,255,160,.1)}.nav-container{max-width:1450px;margin:auto;padding:14px 32px;justify-content:space-between}.nav-brand,.nav-container{display:flex;align-items:center}.nav-brand{gap:12px}.nav-logo-img{filter:drop-shadow(0 0 10px rgba(0,255,150,.6))}.nav-logo-text{font-size:1.6rem;font-weight:900;letter-spacing:1px;color:#00ffbf;text-shadow:0 0 10px rgba(0,255,150,.75)}.nav-links{display:flex;align-items:center;gap:40px}.nav-links a{color:#e8e8e8;text-decoration:none;font-size:1.08rem;font-weight:500;position:relative;transition:.25s}.nav-links a:hover{color:#00ffbf;text-shadow:0 0 12px rgba(0,255,160,.8)}.nav-links a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:3px;border-radius:3px;background:#00ffbf;box-shadow:0 0 8px #00ffbf;transition:width .25s ease}.nav-links a:hover:after{width:100%}.nav-burger{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;z-index:99999}.nav-burger span{width:28px;height:3px;background:#fff;border-radius:3px;transition:.3s ease}.nav-burger.open span:first-child{transform:translateY(9px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width:850px){.nav-links{position:absolute;top:80px;right:0;width:100%;padding:30px 0;flex-direction:column;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:rgba(0,0,0,.88);border-top:1px solid rgba(0,255,160,.12);display:none;gap:24px;animation:fadeIn .25s ease forwards}.nav-burger,.nav-links.show{display:flex}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero{position:relative;height:90vh;display:flex;align-items:center;padding:0 6%;z-index:5}.hero:before{background-image:url(/hero/tesla.png);background-size:contain;background-repeat:no-repeat;background-position:100%;opacity:1;z-index:1}.hero:after,.hero:before{content:"";position:absolute;inset:0}.hero:after{background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.85));z-index:2}.hero-content{position:relative;z-index:4;max-width:580px;padding:30px;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:22px;border:1px solid hsla(0,0%,100%,.06)}.hero-title{font-size:4rem;font-weight:900;line-height:1.1;color:#fff;text-shadow:0 0 25px rgba(0,0,0,.9)}.hero-title .highlight{color:#00ffbf;text-shadow:0 0 15px rgba(0,255,136,.9)}.hero-subtitle{margin-top:14px;color:#dbdbdb;font-size:1.2rem}.hero-buttons{margin-top:30px;display:flex;gap:18px}.hero-btn{padding:14px 28px;font-weight:700;color:#000;background:#00ffbf;border-radius:10px;text-decoration:none;transition:.25s}.hero-btn:hover{background:#57ffd8}.hero-btn-outline{padding:14px 28px;border-radius:10px;font-weight:700;border:2px solid #00ffbf;color:#00ffbf;text-decoration:none;transition:.25s}.hero-btn-outline:hover{background:rgba(0,255,136,.12)}.container{max-width:1300px;margin:auto;padding:40px 20px;z-index:5;position:relative}.section-title{font-size:2.6rem;font-weight:900;color:#fff;text-align:center;text-shadow:0 0 16px rgba(0,0,0,.9)}.section-underline{width:90px;height:4px;background:#ff3b3b;border-radius:5px;margin:15px auto 40px}.ev-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));grid-gap:30px;gap:30px}.ev-card{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;border:1px solid hsla(0,0%,100%,.08);padding:18px;transition:.25s}.ev-card:hover{transform:translateY(-5px);border-color:#00ffbf;box-shadow:0 0 25px rgba(0,255,136,.25)}.ev-img{width:100%;border-radius:12px}.ev-title{margin-top:10px;font-size:1.2rem;font-weight:600}.ev-card-footer{margin-top:14px;display:flex;justify-content:space-between}.ev-price{color:#00ffbf;font-size:1.15rem;font-weight:700}.ev-btn{padding:8px 14px;background:#00ffbf;border-radius:6px;color:#000;font-weight:700;text-decoration:none}.ev-btn:hover{background:#59ffd6}.footer{text-align:center;padding:35px;background:rgba(3,7,12,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid hsla(0,0%,100%,.05);color:#bfbfbf}.glass-footer{background:rgba(5,10,20,.65);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid rgba(0,255,160,.15);box-shadow:0 -4px 40px rgba(0,255,160,.1)}.footer-inner{max-width:1400px;margin:auto;padding:28px 22px;display:flex;justify-content:space-between;color:#d6d6d6;font-size:.95rem}.footer-built{opacity:.85}.hero:after,.hero:before{pointer-events:none!important;z-index:0!important}.fog-layer{pointer-events:none!important;z-index:-10!important}.hero,.hero-btn,.hero-btn-outline,.hero-buttons,.hero-content{position:relative!important;z-index:50!important;pointer-events:auto!important}.ev-navbar{z-index:100!important}.ev-navbar,a,button,input,select{position:relative;pointer-events:auto!important}a,button,input,select{z-index:200!important}.shop-wrapper{width:100%;position:relative;z-index:5}.shop-hero{margin-top:80px}.market-title{text-shadow:0 0 22px #000}.market-subtitle{margin-top:12px}.market-searchbar{display:flex;gap:16px;justify-content:center;margin-top:40px}.market-searchbar input,.market-searchbar select{padding:14px;background:rgba(0,0,0,.55);border:1px solid hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:12px;font-size:1rem}.market-searchbar input{width:420px}.market-searchbar select{width:160px;cursor:pointer}.market-grid{max-width:1400px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.market-card{background:rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;padding:18px}.market-card:hover{transform:translateY(-8px);box-shadow:0 10px 38px rgba(0,255,150,.28)}.market-img-wrap{height:220px;border-radius:16px;background:hsla(0,0%,100%,.05)}.market-img-wrap img{max-height:100%;object-fit:contain}.market-info{margin-top:14px}.item-title{font-size:1.15rem;font-weight:600;line-height:1.3;min-height:50px}.item-footer{margin-top:14px}.item-price{font-size:1.25rem;font-weight:800}.item-btn:hover{background:#5effd7}.market-empty{font-size:1.2rem;padding:40px}.ev-nav{border-bottom:1px solid rgba(0,255,160,.2)!important;box-shadow:0 0 55px rgba(0,255,160,.12)!important}.nav-links a{letter-spacing:.5px;padding-bottom:4px}.nav-links a:hover{text-shadow:0 0 12px rgba(0,255,160,.9),0 0 20px rgba(0,255,160,.55)}.nav-links a:after{height:3px!important;border-radius:5px!important}.hero-content{box-shadow:0 0 40px rgba(0,255,160,.12),inset 0 0 25px hsla(0,0%,100%,.03);animation:heroFade .9s ease-out}@keyframes heroFade{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.hero-title{text-shadow:0 0 18px rgba(0,255,160,.5),0 0 28px rgba(0,255,160,.3),0 0 40px rgba(0,255,160,.2)}.hero-buttons .hero-btn,.hero-buttons .hero-btn-outline{transform:translateZ(0);transition:.25s ease,transform .25s}.hero-buttons .hero-btn-outline:hover,.hero-buttons .hero-btn:hover{transform:translateY(-3px) scale(1.03)}.feature-row{max-width:1400px;margin:50px auto 10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:26px;gap:26px;padding:0 25px}.feature-box{background:rgba(0,0,0,.45);padding:28px;text-align:center;border-radius:22px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid hsla(0,0%,100%,.06);transition:.3s ease}.feature-box:hover{border-color:#00ffbf;box-shadow:0 0 20px rgba(0,255,185,.28);transform:translateY(-5px)}.feature-emoji{font-size:2.6rem}.feature-box h3{margin-top:12px;font-size:1.35rem;color:#fff;font-weight:700}.feature-box p{margin-top:8px;font-size:.95rem;color:#dcdcdc}.ev-card{border-radius:18px!important;padding:20px!important;background:rgba(0,0,0,.5)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;transition:.3s ease!important}.ev-card:hover{transform:translateY(-8px);border-color:#00ffbf!important;box-shadow:0 18px 45px rgba(0,255,185,.35)}.ev-img{border-radius:14px!important}.ev-price{font-size:1.25rem!important}.ev-btn{border-radius:10px!important;font-weight:800!important;padding:10px 18px!important;transition:.25s ease!important}.ev-btn:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 0 18px rgba(0,255,185,.4)}a,button{transition:.2s ease}img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero-split{display:flex;align-items:center;justify-content:space-between;padding:80px 6%;height:88vh;position:relative}.hero-left{max-width:550px;z-index:20}.hero-right{width:45%;display:flex;justify-content:flex-end;z-index:10}.hero-tesla-img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 0 25px rgba(0,255,150,.3))}@media (max-width:950px){.hero-split{flex-direction:column;text-align:center;padding-top:150px;height:auto}.hero-right{width:100%;justify-content:center;margin-top:25px}.hero-tesla-img{max-width:420px}}.fade-in{animation:fadeInSmooth .6s ease forwards}@keyframes fadeInSmooth{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app-body{background:transparent!important;-webkit-font-smoothing:antialiased;overflow-x:hidden}.main-content{padding-top:25px;min-height:70vh;position:relative;z-index:50}.shop-hero{margin-top:90px;text-align:center;animation:fadeInSmooth .7s ease forwards}.market-title{font-size:4rem;font-weight:900;color:#fff;text-shadow:0 0 25px #000}.market-subtitle{color:#dcdcdc;font-size:1.25rem;margin-top:10px;opacity:.9}.category-pills{display:flex;justify-content:center;gap:14px;margin-top:30px;flex-wrap:wrap}.pill{padding:10px 18px;border:1px solid hsla(0,0%,100%,.15);background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;color:#fff;cursor:pointer;font-weight:600;transition:.25s}.pill:hover{border-color:#00ffbf;color:#00ffbf}.pill.active{background:#00ffbf;color:#000;font-weight:700}.market-grid{max-width:1500px;margin:70px auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));grid-gap:36px;gap:36px;padding:0 20px}.market-card{position:relative;padding:20px;border-radius:22px;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid hsla(0,0%,100%,.08);transition:.3s ease;cursor:pointer}.market-card:hover{transform:translateY(-12px);box-shadow:0 15px 50px rgba(0,255,150,.32);border-color:#00ffbf}.market-img-wrap{width:100%;height:260px;border-radius:18px;overflow:hidden;display:flex;justify-content:center;background:hsla(0,0%,100%,.07)}.market-img{height:100%;object-fit:contain;transition:.3s}.market-card:hover .market-img{transform:scale(1.08)}.market-badge{position:absolute;top:16px;left:16px;background:#00ffbf;color:#000;padding:6px 12px;border-radius:8px;font-size:.85rem;font-weight:800;box-shadow:0 0 12px rgba(0,255,150,.6)}.market-info{margin-top:16px}.item-title{font-size:1.25rem;font-weight:700;color:#fff;min-height:55px}.item-footer{margin-top:16px;display:flex;justify-content:space-between;align-items:center}.item-price{color:#00ffbf;font-weight:900;font-size:1.3rem}.item-btn{background:#00ffbf;color:#000;padding:10px 18px;border-radius:8px;font-weight:700;text-decoration:none;transition:.25s}.item-btn:hover{background:#4dffd4}.market-empty{grid-column:1/-1;text-align:center;padding:50px;color:#ccc;font-size:1.3rem}.locator-wrapper{max-width:1250px;margin:90px auto;padding:20px;color:#fff}.locator-title{font-size:3rem;font-weight:900;text-shadow:0 0 18px rgba(0,0,0,.9);text-align:center}.locator-subtitle{text-align:center;color:#ccc;margin-top:8px;margin-bottom:35px;font-size:1.2rem}.locator-search{display:flex;justify-content:center;gap:12px;margin-bottom:25px}.locator-input{width:380px;padding:14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.15);background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;font-size:1rem;outline:none;transition:.25s}.locator-input:focus{border-color:#00ffbf;box-shadow:0 0 12px rgba(0,255,191,.4)}.locator-btn{padding:14px 22px;border:none;border-radius:12px;background:#00ffbf;color:#000;font-size:1rem;font-weight:700;cursor:pointer;transition:.25s}.locator-btn:hover{background:#5effd7}.locator-error{text-align:center;color:#ff7272;margin:10px 0 20px}.locator-map{margin-top:25px;border-radius:20px;overflow:hidden;box-shadow:0 0 20px rgba(0,255,150,.25)}.locator-results{margin-top:40px}.locator-results-title{font-size:1.6rem;margin-bottom:15px}.locator-results-list{list-style:none;padding:0}.locator-result-item{padding:14px;background:rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;margin-bottom:12px;transition:.25s}.locator-result-item:hover{border-color:#00ffbf;box-shadow:0 0 20px rgba(0,255,191,.25)}.locator-result-title{font-weight:700;font-size:1.1rem;color:#fff}.locator-result-address{display:block;color:#ccc;margin-top:4px}.gps-btn{padding:14px 16px;background:rgba(0,255,191,.12);border:1px solid rgba(0,255,191,.3);border-radius:12px;font-size:1.2rem;cursor:pointer;transition:.25s;color:#00ffbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gps-btn:hover{background:rgba(0,255,191,.25)}.locator-drawer{margin-top:20px;background:rgba(0,0,0,.55);border:1px solid hsla(0,0%,100%,.08);border-radius:18px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:18px;overflow-y:auto;transition:max-height .35s ease;cursor:pointer}.locator-drawer,.locator-drawer.open{max-height:450px}.locator-drawer:not(.open){max-height:60px}.drawer-header{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700}.drawer-arrow{font-size:1.1rem;opacity:.8}.no-results{color:#ccc;padding:12px;font-size:1rem}.leaflet-marker-icon{animation:pinPulse 2.5s ease-in-out infinite}@keyframes pinPulse{0%{transform:scale(1);filter:drop-shadow(0 0 0 #00ffbf)}50%{transform:scale(1.15);filter:drop-shadow(0 0 12px #00ffbf)}to{transform:scale(1);filter:drop-shadow(0 0 0 #00ffbf)}}.brand-tag{padding:6px 10px;background:rgba(0,255,191,.15);border-radius:6px;font-size:.8rem;height:-moz-fit-content;height:fit-content;color:#00ffbf}@media (max-width:768px){.hero{flex-direction:column;text-align:center;padding:1rem;height:auto}.hero-image{width:100%;height:auto}.leaflet-bottom,.leaflet-container,.leaflet-pane,.leaflet-top,.locator-map,.locator-wrapper{position:relative!important;z-index:500!important;pointer-events:auto!important}.locator-map .leaflet-container{height:420px!important;min-height:420px!important}#live-map-container,#live-map-overlay,.fog-back,.fog-front,.fog-layer,.fog-mid{z-index:-20!important;pointer-events:none!important}.leaflet-interactive,.leaflet-marker-icon,.leaflet-marker-shadow{z-index:600!important}.leaflet-control-attribution{z-index:700!important;pointer-events:auto!important}.hero-glass{width:100%;margin-top:20px;padding:1rem}.market-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.market-grid{grid-template-columns:1fr}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-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,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{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{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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;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-bottom,.leaflet-top{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;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{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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:hsla(0,0%,100%,.5)}.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 rgba(0,0,0,.65);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:focus,.leaflet-bar a:hover{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 rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);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(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);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:focus,.leaflet-control-attribution a:hover{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;box-sizing:border-box;background:hsla(0,0%,100%,.8);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-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{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;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.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:focus,.leaflet-container a.leaflet-popup-close-button:hover{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=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top: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}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:hsla(91,60%,72%,.6)}.marker-cluster-small div{background-color:rgba(110,204,57,.6)}.marker-cluster-medium{background-color:rgba(241,211,87,.6)}.marker-cluster-medium div{background-color:rgba(240,194,12,.6)}.marker-cluster-large{background-color:hsla(18,97%,72%,.6)}.marker-cluster-large div{background-color:rgba(241,128,23,.6)}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}