:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;width:100%;min-height:100vh}.hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0 2rem;box-sizing:border-box}.hero-container{position:relative;z-index:10;max-width:1400px;width:100%;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.hero-container{grid-template-columns:1.2fr .8fr;text-align:left}}.hero-text-content{display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width:1024px){.hero-text-content{align-items:flex-start;text-align:left}}.hero-main-logo{height:80px;width:auto;object-fit:contain;margin-bottom:2rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.05));transition:transform .3s ease}.hero-main-logo:hover{transform:scale(1.02)}.hero-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fffc;border:1px solid #e2e8f0;border-radius:9999px;color:#3b82f6;font-size:.875rem;font-weight:600;margin-bottom:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 4px #00000005}.hero-title{font-size:3rem;font-weight:800;color:#0f172a;line-height:1.1;letter-spacing:-.03em;margin:0 0 1.5rem}.hero-title-highlight{background:linear-gradient(135deg,#2563eb,#0891b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:768px){.hero-title{font-size:5rem}}.hero-description{font-size:1.25rem;color:#64748b;line-height:1.6;margin:0 0 3rem;max-width:600px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media(min-width:1024px){.hero-actions{justify-content:flex-start}}.btn-primary{padding:1rem 2rem;background:#3b82f6;color:#fff;font-weight:600;border-radius:9999px;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #3b82f666;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 20px 25px -5px #3b82f680}.btn-secondary{padding:1rem 2rem;background:#fff;color:#475569;font-weight:600;border-radius:9999px;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.hero-visuals{display:none;position:relative;height:500px;align-items:center;justify-content:center}@media(min-width:1024px){.hero-visuals{display:flex}}.glass-card{position:relative;background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);border-radius:24px;padding:2rem;box-shadow:0 25px 50px -12px #0000001a,0 0 0 1px #ffffff80 inset;width:100%;max-width:400px;transform:rotate(-3deg) translateY(0);animation:floatCard 6s ease-in-out infinite}.floating-badge{position:absolute;background:#fff;padding:.75rem 1.25rem;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;gap:.75rem;font-weight:600;color:#1e293b;animation:float 5s ease-in-out infinite reverse}.badge-top-right{top:-20px;right:-20px}.badge-bottom-left{bottom:-20px;left:-40px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes floatCard{0%,to{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-15px)}}@keyframes auroraMove{0%{transform:scale(1);opacity:.8}to{transform:scale(1.1);opacity:1}}.scroll-indicator-wrapper{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#94a3b8;font-size:.75rem;font-weight:500;cursor:pointer;transition:color .2s}.scroll-indicator-wrapper:hover{color:#3b82f6}.gauge-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem;width:100%;height:100%;box-sizing:border-box;background:transparent}.gauge-header{text-align:center;margin-bottom:2rem}.gauge-title{font-size:1.25rem;font-weight:700;color:#334155;margin:0}.gauge-body{position:relative;width:240px;height:240px;flex-shrink:0;background:#fff;border-radius:50%;overflow:hidden;box-shadow:inset 0 4px 10px #0000000d,0 20px 40px -10px #3b82f633;border:8px solid rgba(255,255,255,.5);margin:0 auto}.gauge-fill{position:absolute;bottom:0;width:100%}.fill-red{background:linear-gradient(to top,#ef4444,#f87171)}.fill-yellow{background:linear-gradient(to top,#eab308,#facc15)}.fill-blue{background:linear-gradient(to top,#3b82f6,#60a5fa)}.gauge-wave{position:absolute;top:0;left:0;right:0;height:1.5rem;background-color:#ffffff4d;border-radius:50%;transform:translateY(-50%) scaleX(1.5);animation:wave 3s ease-in-out infinite}@keyframes wave{0%,to{transform:translateY(-50%) scaleX(1.5) rotate(0)}50%{transform:translateY(-50%) scaleX(1.5) rotate(5deg)}}.gauge-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:20}.gauge-value{font-size:3.5rem;font-weight:800;color:#1e293b;line-height:1;text-shadow:0 2px 0 rgba(255,255,255,.5)}.gauge-unit{font-size:1rem;color:#64748b;font-weight:600}.gauge-legend{margin-top:2.5rem;display:flex;gap:2rem;justify-content:center}.legend-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.legend-dot{width:.75rem;height:.75rem;border-radius:50%;box-shadow:0 2px 4px #0000001a}.legend-label{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase}.status-display{margin-top:1.5rem;padding:.5rem 1.5rem;background:#fffc;border-radius:9999px;font-weight:600;color:#475569;box-shadow:0 2px 5px #0000000d;display:flex;align-items:center;gap:.5rem}.status-indicator{width:8px;height:8px;border-radius:50%}.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}}.map-wrapper{width:100%;height:100%;position:relative;z-index:0;min-height:100%}.leaflet-container{width:100%;height:100%;min-height:400px}.map-popup-title{font-weight:600;color:#334155;font-size:1rem}.map-popup-coord{font-size:.75rem;color:#64748b}.sensor-picker-card{padding:0;width:100%}.picker-header{margin-bottom:1.5rem}.picker-label{display:block;font-size:.75rem;font-weight:700;color:#94a3b8;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.custom-select-wrapper{position:relative;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #3b82f61a;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.custom-select-wrapper:hover{border-color:#3b82f6;box-shadow:0 10px 20px -3px #3b82f633;transform:translateY(-2px)}.native-select{appearance:none;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:500;color:#1e293b;background:transparent;border:none;border-radius:16px;cursor:pointer;outline:none}.select-icon{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);padding:4px;background:#f1f5f9;border-radius:8px;color:#64748b;pointer-events:none}.image-timeline{width:100%;height:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.image-timeline-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.image-timeline-title-block{display:flex;flex-direction:column;gap:.25rem}.image-timeline-title{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.5rem}.image-timeline-title .camera-icon{font-size:1.1rem}.image-timeline-subtitle{margin:0;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.image-timeline-controls{display:flex;align-items:center;gap:.75rem}.view-tabs{display:flex;background:#f1f5f999;padding:.25rem;border-radius:12px;gap:.25rem}.view-tab{border:none;background:transparent;padding:.35rem .75rem;font-size:.75rem;font-weight:600;color:#64748b;border-radius:8px;cursor:pointer;transition:all .2s ease;text-transform:capitalize}.view-tab:hover{color:#3b82f6;background:#ffffff80}.view-tab.active{background:#fff;color:#3b82f6;box-shadow:0 1px 3px #0000001a}.image-display-area{position:relative;width:100%;min-height:300px;max-height:500px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center}.image-display-area img{width:100%;height:100%;object-fit:cover;border-radius:20px;transition:opacity .3s ease}.image-display-area img.loading{opacity:.5}.image-info-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.25rem;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,transparent 100%);display:flex;justify-content:space-between;align-items:flex-end;pointer-events:none}.image-timestamp{color:#fff;font-size:.85rem;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3)}.image-counter{color:#fffc;font-size:.75rem;font-weight:500}.image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1e293b;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #00000026;z-index:5}.image-nav-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0003}.image-nav-btn.prev{left:.75rem}.image-nav-btn.next{right:.75rem}.image-nav-btn:disabled{opacity:.3;cursor:not-allowed}.timeline-scrubber{position:relative;width:100%;padding:.5rem 0}.timeline-track{position:relative;width:100%;height:4px;background:#e2e8f0;border-radius:2px;cursor:pointer}.timeline-progress{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px;transition:width .15s ease}.timeline-dots{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;align-items:center}.timeline-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#cbd5e1;border:2px solid #fff;cursor:pointer;transition:all .2s ease;transform:translate(-50%);z-index:2}.timeline-dot:hover{background:#93c5fd;transform:translate(-50%) scale(1.4);box-shadow:0 0 0 4px #3b82f626}.timeline-dot.active{background:#3b82f6;transform:translate(-50%) scale(1.5);box-shadow:0 0 0 6px #3b82f633,0 0 12px #3b82f666;z-index:3}.timeline-labels{display:flex;justify-content:space-between;margin-top:.75rem;padding:0 .25rem}.timeline-label{font-size:.65rem;font-weight:500;color:#94a3b8}.thumbnail-strip{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.3) transparent;scroll-behavior:smooth}.thumbnail-strip::-webkit-scrollbar{height:4px}.thumbnail-strip::-webkit-scrollbar-track{background:transparent}.thumbnail-strip::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:2px}.thumbnail-item{flex:0 0 auto;width:80px;height:56px;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease;position:relative;background:#f1f5f9}.thumbnail-item img{width:100%;height:100%;object-fit:cover}.thumbnail-item:hover{border-color:#3b82f666;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.thumbnail-item.active{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633,0 4px 12px #3b82f626;transform:translateY(-2px)}.thumbnail-time{position:absolute;bottom:0;left:0;right:0;padding:2px 4px;background:#0009;color:#fff;font-size:.55rem;font-weight:600;text-align:center}.image-timeline-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;color:#94a3b8;text-align:center}.image-timeline-empty .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.image-timeline-empty h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#64748b}.image-timeline-empty p{margin:0;font-size:.85rem;color:#94a3b8}.image-timeline-loading{display:flex;align-items:center;justify-content:center;min-height:300px;color:#64748b;font-size:.9rem;font-weight:500}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.image-lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-lightbox-overlay img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:12px;box-shadow:0 25px 50px #0006;cursor:default}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox-close:hover{background:#ffffff4d}@media(max-width:768px){.image-timeline-header{flex-direction:column}.image-display-area{min-height:200px;max-height:350px}.thumbnail-item{width:64px;height:44px}.image-nav-btn{width:32px;height:32px;font-size:.9rem}}.about-page{position:relative;z-index:10;min-height:100vh;padding:2rem;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.about-page{padding:3rem 4rem}}.about-back-link{position:fixed;top:1.5rem;left:1.5rem;z-index:100;display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:9999px;color:#475569;font-size:.875rem;font-weight:600;text-decoration:none;box-shadow:0 4px 12px #0000000f;transition:all .25s ease}.about-back-link:hover{color:#3b82f6;border-color:#3b82f666;transform:translate(-4px);box-shadow:0 8px 20px #3b82f61f}.about-hero{text-align:center;padding:6rem 1rem 3rem;max-width:800px}.about-hero-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#fffc;border:1px solid #e2e8f0;border-radius:9999px;color:#3b82f6;font-size:.8rem;font-weight:600;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 4px #00000005}.about-hero-title{font-size:4rem;font-weight:800;letter-spacing:.1em;margin:0 0 1rem;line-height:1.1}@media(min-width:768px){.about-hero-title{font-size:5.5rem}}.about-title-highlight{background:linear-gradient(135deg,#2563eb,#0891b2,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-subtitle{font-size:1.25rem;color:#64748b;line-height:1.6;max-width:700px;margin:0 auto}@media(min-width:768px){.about-hero-subtitle{font-size:1.4rem}}.about-content{width:100%;max-width:1000px;display:flex;flex-direction:column;gap:3rem}.about-glass-card{background:#fff9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);border-radius:24px;padding:2rem 2.5rem;box-shadow:0 20px 40px -10px #00000014,0 0 0 1px #ffffff4d inset}.about-glass-card p{font-size:1.05rem;color:#475569;line-height:1.8;margin:0 0 1.25rem}.about-glass-card p:last-child{margin-bottom:0}.about-glass-card strong{color:#1e293b;font-weight:700}.about-section{padding:0 .5rem}.about-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.about-section-icon{color:#3b82f6;flex-shrink:0}.about-section-desc{font-size:1.05rem;color:#64748b;line-height:1.7;margin:0 0 2rem}.tier-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.tier-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.tier-grid{grid-template-columns:1fr 1fr 1fr}}.tier-card{background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:20px;padding:1.75rem;position:relative;overflow:hidden;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px #0000000a}.tier-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:20px 20px 0 0}.tier-1:before{background:linear-gradient(90deg,#2563eb,#3b82f6)}.tier-2:before{background:linear-gradient(90deg,#0891b2,#06b6d4)}.tier-3:before{background:linear-gradient(90deg,#059669,#10b981)}.tier-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014;border-color:#3b82f64d}.tier-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#3b82f6;background:#3b82f614;padding:.25rem .75rem;border-radius:9999px;margin-bottom:1rem}.tier-1 .tier-badge{color:#2563eb;background:#2563eb14}.tier-2 .tier-badge{color:#0891b2;background:#0891b214}.tier-3 .tier-badge{color:#059669;background:#05966914}.tier-title{display:flex;align-items:flex-start;gap:.5rem;font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 1rem;line-height:1.4}.tier-title svg{margin-top:2px;flex-shrink:0;color:#64748b}.tier-subtitle{font-size:.85rem;font-weight:600;color:#64748b;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.03em}.tier-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.tier-list.compact{gap:.5rem}.tier-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:#475569;line-height:1.5}.tier-list li svg{margin-top:2px;flex-shrink:0;color:#94a3b8}.about-highlight-text{margin-top:2rem;padding:1.25rem 1.75rem;background:linear-gradient(135deg,#3b82f60f,#10b9810f);border-left:4px solid #3b82f6;border-radius:0 12px 12px 0;font-size:1.05rem;color:#334155;line-height:1.7;font-style:italic}.ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(min-width:768px){.ai-grid{grid-template-columns:repeat(4,1fr)}}.ai-card{background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:16px;padding:1.5rem 1rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #00000008}.ai-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000014;border-color:#3b82f64d}.ai-icon{color:#3b82f6;margin-bottom:.75rem}.ai-card h4{font-size:.85rem;font-weight:700;color:#1e293b;margin:0;line-height:1.4}.about-closing{border:1px solid rgba(59,130,246,.2);background:linear-gradient(135deg,#ffffffb3,#eff6ff80)}.about-closing-statement{font-weight:600!important;color:#1e293b!important;font-size:1.1rem!important;border-top:1px solid rgba(59,130,246,.12);padding-top:1.25rem}.about-footer-cta{padding:3rem 0 2rem}.about-cta-btn{text-decoration:none;font-size:1rem}.supporters-section{padding:4rem 2rem;background:transparent;width:100%;display:flex;justify-content:center;align-items:center;margin-top:2rem}.supporters-container{width:100%;max-width:1200px;text-align:center}.supporters-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.supporters-subtitle{font-size:.875rem;color:#64748b;margin-bottom:3rem}.supporters-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem}.supporter-logo{max-height:80px;max-width:200px;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:all .3s ease}.supporter-logo:hover{filter:grayscale(0%) opacity(1);transform:scale(1.05)}@media(min-width:768px){.supporters-logos{gap:5rem}}:root{--primary-blue: #3b82f6;--bg-color: #f8fafc;--text-main: #1e293b;--text-muted: #64748b;font-family:Inter,system-ui,-apple-system,sans-serif}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}*{box-sizing:border-box}.app-container{position:relative;min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc;overflow-x:hidden}.global-aurora-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background:radial-gradient(circle at 15% 50%,rgba(59,130,246,.08),transparent 25%),radial-gradient(circle at 85% 30%,rgba(6,182,212,.08),transparent 25%);filter:blur(60px)}.global-blob{position:fixed;border-radius:50%;filter:blur(80px);opacity:.4;z-index:0;animation:float 15s ease-in-out infinite}.blob-1{top:-10%;left:-10%;width:60vw;height:60vw;background:#dbeafe;animation-delay:0s}.blob-2{bottom:-10%;right:-10%;width:60vw;height:60vw;background:#e0f2fe;animation-delay:-5s}.blob-3{top:40%;left:40%;width:40vw;height:40vw;background:#93c5fd33;animation-delay:-2s}@keyframes float{0%{transform:translate(0)}50%{transform:translate(20px,20px)}to{transform:translate(0)}}.dynamic-header{position:fixed;top:2rem;left:50%;transform:translate(-50%) translateY(-200%);z-index:100;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:9999px;box-shadow:0 10px 25px -5px #0000000d}.dynamic-header.visible{transform:translate(-50%) translateY(0)}.header-logo{height:28px;width:auto;object-fit:contain;margin-right:.5rem}.header-title{font-size:1.1rem;font-weight:800;color:#0f172a}.header-date{font-size:.875rem;font-weight:600;color:#64748b}.header-live{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#10b981;text-transform:uppercase;letter-spacing:.05em}.header-live.offline{color:#eab308}.live-pulse{width:8px;height:8px;background-color:#10b981;border-radius:50%;box-shadow:0 0 #10b981b3;animation:pulse-green 2s infinite}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 10px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.main-content{position:relative;z-index:10;width:100%;padding:0;box-sizing:border-box}.dashboard-section{padding:4rem 2rem;min-height:auto;display:block}@media(min-width:1024px){.dashboard-section{padding:0 3rem;min-height:500px}}.graph-section{padding:0 2rem 4rem;margin-top:4rem;width:100%;display:flex;justify-content:center;min-height:500px;box-sizing:border-box}@media(min-width:1024px){.graph-section{padding:0 3rem 4rem}}.dashboard-full-width{width:100%;max-width:1800px;margin:0 auto;display:flex;flex-direction:column}.dashboard-grid{width:100%;max-width:1800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}@media(min-width:1280px){.dashboard-grid{display:grid;grid-template-columns:3fr 2fr;gap:2rem;align-items:stretch;height:auto;min-height:500px}}.glass-panel{background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:2px solid rgba(59,130,246,.5);box-shadow:0 20px 40px -10px #0000001a;border-radius:32px;height:100%;padding:1.5rem;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;position:relative}.left-column{grid-column:1;display:flex;flex-direction:column;gap:2rem;height:100%}.controls-panel{flex:0 0 auto;height:auto!important;padding:1.5rem}.gauge-panel{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;overflow:visible}.grid-item-map{grid-column:2;padding:0}.combined-gauge-area{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.combined-controls-area{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}.controls-card{background:#ffffffb3;border:2px solid rgba(59,130,246,.3);border-radius:16px;padding:1rem;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006;transition:all .3s ease}.controls-card:hover{background:#ffffffe6;border-color:#3b82f699;transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.controls-card.vibrant,.controls-card.details{border:1px solid rgba(255,255,255,.6)}.controls-card.details:hover{border-color:#94a3b8;transform:none}.section-label{font-size:.65rem;font-weight:700;color:#94a3b8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.info-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.info-desc{font-size:.8rem;color:#64748b;margin:0 0 .75rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.text-yellow-500{color:#eab308}.text-gray-500{color:#6b7280}.bg-yellow-500{background-color:#eab308}.shadow-yellow-500{box-shadow:0 0 #eab308b3;animation:pulse-yellow 2s infinite}@keyframes pulse-yellow{0%{transform:scale(.95);box-shadow:0 0 #eab308b3}70%{transform:scale(1);box-shadow:0 0 0 10px #eab30800}to{transform:scale(.95);box-shadow:0 0 #eab30800}}.bg-red-500{background-color:#ef4444}.shadow-red-500{box-shadow:0 0 #ef4444b3;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.bg-green-500{background-color:#10b981}.info-meta{font-size:.7rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.app-footer{text-align:center;padding:2rem;color:#94a3b8;font-size:.875rem;background:transparent;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-links{margin-bottom:.5rem}.grafana-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#f59e0b1a,#f973161a);border:1px solid rgba(245,158,11,.3);border-radius:9999px;color:#d97706;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.grafana-link:hover{transform:translateY(-2px);background:linear-gradient(135deg,#f59e0b26,#f9731626);border-color:#f59e0b80;box-shadow:0 10px 15px -3px #f59e0b26,0 4px 6px -2px #f59e0b0d;color:#b45309}.grafana-icon{font-size:1.1rem}.built-by-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffffb3;border:1px solid rgba(59,130,246,.2);border-radius:9999px;font-size:.8rem;font-weight:500;color:#64748b;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.built-by-tag:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #3b82f61a,0 4px 6px -2px #3b82f60d;border-color:#3b82f666}.linkedin-link{color:#3b82f6;font-weight:700;text-decoration:none;position:relative;transition:color .2s ease}.linkedin-link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:-2px;left:0;background-color:#3b82f6;transform-origin:bottom right;transition:transform .25s ease-out}.linkedin-link:hover:after{transform:scaleX(1);transform-origin:bottom left}.graph-container{width:100%;height:100%;padding:1.5rem;display:flex;flex-direction:column}.graph-header{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.graph-title{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b}.graph-status{display:flex;align-items:center;gap:.5rem}.status-text{margin:0;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.online{background-color:#10b981;box-shadow:0 0 0 4px #10b98133}.status-dot.offline{background-color:#eab308}.time-range-controls{display:flex;background:#f1f5f999;padding:.25rem;border-radius:12px;gap:.25rem}.range-btn{border:none;background:transparent;padding:.35rem .75rem;font-size:.75rem;font-weight:600;color:#64748b;border-radius:8px;cursor:pointer;transition:all .2s ease}.range-btn:hover{color:#3b82f6;background:#ffffff80}.range-btn.active{background:#fff;color:#3b82f6;box-shadow:0 1px 3px #0000001a}.graph-area{flex:1;width:100%;min-height:0;display:flex;flex-direction:column}.custom-tooltip{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:.75rem 1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:140px}.tooltip-date{font-size:.75rem;font-weight:600;color:#64748b;margin:0 0 .5rem;border-bottom:1px solid #e2e8f0;padding-bottom:.25rem}.tooltip-value{font-size:1.5rem;font-weight:700;color:#3b82f6;margin:0;display:flex;align-items:baseline;gap:.25rem;line-height:1}.tooltip-unit{font-size:.8rem;font-weight:500;color:#94a3b8}
