h1{font-size:1.5rem;font-weight:700}@import url("https://unpkg.com/leaflet/dist/leaflet.css");.map-container{height:calc(100vh - 120px);width:100%}.leaflet-marker-icon{margin-left:-12px!important;margin-top:-41px!important}.custom-temp-marker{background:transparent!important;border:none!important;box-shadow:none!important}.custom-temp-marker .temp-label{background-color:#ff0000;color:#ffffff;border-radius:50%;padding:5px;text-align:center}.temp-label{justify-content:center;align-items:center;transform:translateX(-10%) translateY(.5rem);background-color:rgba(255,255,255,.85);padding:.3rem .6rem;color:white;border-radius:10rem;font-size:1rem;font-weight:700;width:-moz-fit-content;width:fit-content;text-align:center;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.3);text-shadow:0 0 2px black}.legend,.temp-label{display:flex;font-family:LEMONMILK,sans-serif}.legend{position:absolute;right:20px;bottom:50px;flex-direction:row;align-items:flex-start;gap:8px;font-size:.8rem;color:var(--legend-text-color);z-index:1000}.legend-bar{width:16px;height:200px;border-radius:8px;border:1px solid var(--legend-border-color);background:linear-gradient(180deg,hsl(0,100%,60%),hsl(45,100%,60%),hsl(90,100%,60%),hsl(135,100%,60%),hsl(180,100%,60%),hsl(225,100%,60%),hsl(270,100%,60%));opacity:.85}.legend-labels{display:flex;flex-direction:column;justify-content:space-between;height:200px}.accessible-marker{display:flex!important;align-items:center!important;gap:.25rem!important;min-height:44px!important;min-width:44px!important;cursor:pointer!important;transition:all .2s ease!important}.accessible-marker:focus,.accessible-marker:hover{transform:scale(1.1)!important;box-shadow:0 4px 12px rgba(0,0,0,.4)!important;outline:3px solid #0066cc!important;outline-offset:2px!important}.accessible-marker:focus-visible{outline:3px solid #0066cc!important;outline-offset:2px!important}.temp-symbol{font-size:1rem!important;margin-right:.2rem!important}.temp-value{font-weight:700!important;font-size:1rem!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media (prefers-contrast:high){.temp-label{border:2px solid!important;background-color:ButtonFace!important;color:ButtonText!important}}@media (prefers-reduced-motion:reduce){.accessible-marker{transition:none!important}.accessible-marker:focus,.accessible-marker:hover{transform:none!important}}.temp-label[data-temp-category=very-cold]{border-left:4px solid #0066cc!important}.temp-label[data-temp-category=cold]{border-left:4px solid #4d79a6!important}.temp-label[data-temp-category=cool]{border-left:4px solid #7ea6d1!important}.temp-label[data-temp-category=warm]{border-left:4px solid #ff9500!important}.temp-label[data-temp-category=hot]{border-left:4px solid #ff3b30!important}.mobile-optimized-popup .leaflet-popup-content-wrapper{border-radius:8px!important;overflow:hidden!important}.mobile-optimized-popup .leaflet-popup-content{margin:0!important;padding:0!important;width:auto!important;height:auto!important}.historical-data-container{position:relative!important;overflow:hidden!important;box-sizing:border-box!important}@media (max-width:768px){.leaflet-popup-content-wrapper{max-width:95vw!important;max-height:70vh!important}.mobile-optimized-popup .leaflet-popup-content-wrapper{border-radius:6px!important}.historical-data-container{min-height:280px!important}.leaflet-popup-close-button{padding:8px!important;font-size:18px!important;width:32px!important;height:32px!important;line-height:16px!important}}@media (max-width:568px){.legend{top:36%!important}}@media (max-width:480px){.leaflet-popup-content-wrapper{max-width:98vw!important;max-height:60vh!important}.mobile-optimized-popup .leaflet-popup-content-wrapper{border-radius:4px!important}.historical-data-container{min-height:240px!important}.leaflet-popup-close-button{padding:10px!important;font-size:20px!important;width:36px!important;height:36px!important;line-height:16px!important;background:rgba(0,0,0,.1)!important;border-radius:50%!important}.leaflet-popup-close-button:hover{background:rgba(0,0,0,.2)!important}}@media (pointer:coarse){.historical-data-container canvas{touch-action:pan-x pan-y!important}}@media (max-width:768px) and (orientation:landscape){.historical-data-container{max-height:50vh!important}.leaflet-popup-content-wrapper{max-height:60vh!important}}.temp-label.stale{border-left:none!important}.temp-label.grouped{position:relative;border:2px solid white!important;box-shadow:0 0 0 1px rgba(0,0,0,.3),0 4px 12px rgba(0,0,0,.4)!important}.temp-label .group-count{display:none!important}@media (prefers-color-scheme:dark){.temp-label.grouped{border:2px solid rgba(255,255,255,.8)!important}.temp-label .group-count{border:1px solid rgba(0,0,0,.8)}}*{font-family:LEMONMILK}.mobile-menu-btn-map{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px;transition:all .3s ease;transform:none!important}.mobile-menu-btn-map span{width:18px;height:2px;background-color:currentColor;border-radius:1px;transition:all .3s ease;display:block}.mobile-menu-btn-map.active span:first-child{transform:translateY(5px) rotate(45deg)}.mobile-menu-btn-map.active span:nth-child(2){opacity:0}.mobile-menu-btn-map.active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.map-mobile-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.map-mobile-sidebar-overlay.active{display:block}.map-mobile-sidebar{position:fixed;top:0;right:-100%;width:280px;height:100vh;background-color:rgba(160,160,160,.922);background-size:400% 400%;animation:gradient 15s ease infinite;z-index:10000;transition:right .3s ease;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:35px 20px 30px;box-shadow:-2px 0 20px rgba(0,0,0,.3);font-family:LEMONMILK,sans-serif}.map-mobile-sidebar.active{right:0}.map-sidebar-header{text-align:center;margin-bottom:2rem}.map-logotop{margin-bottom:-1rem;color:white;font-family:LEMONMILK;font-weight:800;font-size:4rem}.map-logobottom{color:#fff;text-align:left;margin-left:1.2rem;font-family:LEMONMILK,sans-serif;font-size:1rem;font-style:italic;font-weight:300}.map-menu-items{display:flex;flex-direction:column;gap:8px;flex:1;margin-top:1rem}.unselected{background-color:rgba(255,255,255,.064)}.map-nav-item{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:white;margin-bottom:8px}.map-nav-item:hover{background:#3d3d3d;color:#ffffff}.map-nav-item.active{background:rgba(0,0,0,.3);font-weight:700;color:white}.map-nav-icon{font-size:1.5rem;text-align:center;margin-top:-.5rem;margin-bottom:-.5rem}.map-nav-logout{color:rgb(255,0,0);font-weight:500;background-color:rgb(255,255,255);margin-top:auto}.map-nav-logout:hover{color:white;font-weight:800;background-color:red}.map-nav-item.map-theme-toggle,.map-nav-item.map-unit-toggle{background-color:rgba(255,255,255,.2)}.map-nav-item.map-theme-toggle:hover,.map-nav-item.map-unit-toggle:hover{background-color:rgba(255,255,255,.3);color:white}.map-nav-item.map-theme-toggle .map-nav-icon,.map-nav-item.map-unit-toggle .map-nav-icon{font-size:18px;width:24px;text-align:center}.map-nav-item.map-add-point{color:white;font-weight:700;background-color:rgba(255,255,255,.2)}.map-nav-item.map-add-point:hover{background-color:rgba(255,255,255,.3)}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}