@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap";body{margin:0;font-family:Montserrat,sans-serif;background-color:#0f172a;color:#e2e8f0}#tsparticles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}main{background-color:transparent}.navbar{position:fixed;left:0;top:0;height:100vh;width:280px;background:linear-gradient(180deg,#0a1628,#1a2c4e,#0f1d36);box-shadow:4px 0 20px #00000080;display:flex;flex-direction:column;padding:2rem 0;z-index:1000;border-right:1px solid rgba(100,200,255,.1);transition:all .3s ease}.navbar.closed{width:70px;transform:translate(0)}.navbar-toggle{position:absolute;top:1rem;right:1rem;background:#64c8ff1a;border:1px solid rgba(100,200,255,.3);border-radius:8px;color:#64c8ff;padding:.5rem;cursor:pointer;transition:all .3s ease;z-index:1001}.navbar-toggle:hover{background:#64c8ff33;transform:scale(1.1)}.navbar-open-btn{position:fixed;top:1rem;left:1rem;background:#64c8ff1a;border:1px solid rgba(100,200,255,.3);border-radius:8px;color:#64c8ff;padding:.5rem;cursor:pointer;transition:all .3s ease;z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-open-btn:hover{background:#64c8ff33;transform:scale(1.1)}.navbar:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(100,200,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(150,100,255,.03) 0%,transparent 50%);pointer-events:none}.navbar-logo{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 1.5rem 2rem;margin-bottom:2rem;border-bottom:2px solid rgba(100,200,255,.2);position:relative}.logo-container{display:flex;align-items:center;gap:1rem}.logo-icon{color:#64c8ff;flex-shrink:0}.navbar-logo img{width:80px;height:80px;border-radius:50%;border:3px solid #64c8ff;box-shadow:0 0 20px #64c8ff66;transition:all .3s ease}.navbar-logo img:hover{transform:scale(1.05);box-shadow:0 0 30px #64c8ff99}.navbar-logo h1{font-size:1.4rem;font-weight:600;color:#fff;text-align:center;margin:0;text-shadow:0 0 10px rgba(100,200,255,.5)}.navbar-links{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem}.navbar-links a{position:relative;padding:1rem 1.5rem;color:#b8d4e8;text-decoration:none;font-size:1.1rem;font-weight:500;border-radius:12px;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;overflow:hidden;justify-content:flex-start}.navbar.closed .navbar-links a{justify-content:center;padding:1rem .5rem}.nav-icon{flex-shrink:0}.navbar-links a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:linear-gradient(180deg,#64c8ff,#4a9fd8);border-radius:0 4px 4px 0;transition:height .3s ease;box-shadow:0 0 10px #64c8ff99}.navbar-links a:hover{background:#64c8ff1a;color:#64c8ff;transform:translate(5px)}.navbar-links a:hover:before{height:70%}.navbar-links a.active{background:linear-gradient(90deg,#64c8ff26,#64c8ff0d);color:#64c8ff;font-weight:600;box-shadow:inset 0 0 20px #64c8ff1a}.navbar-links a.active:before{height:70%}.main-content{margin-left:280px;min-height:100vh;transition:margin-left .3s ease}.navbar.closed~.main-content,body:has(.navbar.closed) .main-content{margin-left:70px}.mobile-sidebar{display:none}@media (max-width: 768px){.navbar{width:250px;height:100vh;flex-direction:column;padding:2rem 0;border-right:1px solid rgba(100,200,255,.1);border-bottom:none;position:fixed;transform:translate(-100%);transition:transform .3s ease}.navbar.open{transform:translate(0)}.navbar.closed{transform:translate(-100%);width:250px}.navbar-logo{flex-direction:column;padding:0 1.5rem 2rem;margin-bottom:2rem;margin-right:0;border-bottom:2px solid rgba(100,200,255,.2)}.navbar-logo img{width:60px;height:60px}.navbar-logo h1{font-size:1.2rem}.navbar-links{flex-direction:column;padding:0 1rem}.navbar-links a{padding:1rem 1.5rem}.navbar-links a:before{left:0;top:50%;bottom:auto;transform:translateY(-50%);width:4px;height:0}.navbar-links a:hover:before,.navbar-links a.active:before{width:4px;height:70%}.navbar-links a:hover{transform:translate(5px)}.navbar-open-btn{display:block}.mobile-sidebar{display:flex;position:fixed;left:0;top:0;width:60px;height:100vh;background:linear-gradient(180deg,#0a1628,#1a2c4e,#0f1d36);flex-direction:column;align-items:center;padding:1rem 0;z-index:999;border-right:1px solid rgba(100,200,255,.1)}.mobile-sidebar-btn{background:transparent;border:none;color:#b8d4e8;padding:1rem .5rem;cursor:pointer;transition:all .3s ease;border-radius:8px;margin-bottom:.5rem;width:100%;display:flex;justify-content:center}.mobile-sidebar-btn:hover,.mobile-sidebar-btn.active{background:#64c8ff1a;color:#64c8ff}.main-content{margin-left:60px;margin-top:0}}.footer{background:linear-gradient(135deg,#0f172a,#1e293b);border-top:1px solid rgba(100,200,255,.2);padding:2rem 0 1rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3,.footer-section h4{color:#bfdbfe;margin-bottom:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo svg{color:#22c55e}.footer-section p{color:#94a3b8;line-height:1.6}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a,.footer-links span,.footer-location{display:flex;align-items:center;gap:.5rem;color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#22c55e}.footer-bottom{border-top:1px solid rgba(100,200,255,.1);margin-top:2rem;padding:1rem 2rem 0;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin-left:auto;margin-right:auto}.footer-bottom p{color:#64748b;margin:0}.footer-social a{color:#94a3b8;transition:color .3s ease}.footer-social a:hover{color:#22c55e}@media (max-width: 768px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.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}}.home-container{padding:2rem;text-align:center;width:100%;max-width:100%;box-sizing:border-box}.home-header h2{font-size:3rem;background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;font-weight:800;text-shadow:0 4px 8px rgba(0,0,0,.3)}.home-header p{font-size:1.2rem;color:#94a3b8;max-width:600px;margin:0 auto 2rem}.controls-container{margin:0 auto 2rem;background:#1e293bcc;border:1px solid rgba(59,130,246,.3);padding:1.2rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0003;width:100%;max-width:800px;text-align:center}.controls-row{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.controls-container label{margin-right:1rem;font-weight:700;color:#94a3b8}.controls-container input[type=date]{background-color:#334155;color:#e2e8f0;border:1px solid #475569;border-radius:5px;padding:.5rem;font-family:Montserrat,sans-serif}.map-wrapper{position:relative;height:70vh;width:100%;margin:0;border:2px solid rgba(59,130,246,.3);border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #3b82f633;background-color:#0b1120;transition:all .3s ease}.map-wrapper:hover{border-color:#3b82f680;box-shadow:0 25px 50px #3b82f64d}.map-container{width:100%;max-width:1200px;height:70vh;min-height:400px;margin:2rem auto;border-radius:10px;overflow:hidden;border:2px solid rgba(59,130,246,.3);box-shadow:0 20px 40px #3b82f633}.leaflet-container{height:100%;width:100%}.loading-overlay{display:flex;justify-content:center;align-items:center;height:100%;font-size:1.5rem;color:#93c5fd;animation:pulse 2s infinite}.subtitle{font-size:.9em;color:#7dd3c0;font-style:italic;margin-top:5px}.controls-container{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:20px;padding:20px;background:#ffffff14;border-radius:10px;text-align:center}.control-group{display:flex;flex-direction:column;align-items:center;gap:10px}.control-group label{font-weight:600;color:#4facfe;white-space:nowrap}.control-group input[type=date],.control-group select{padding:8px 12px;border:2px solid #4facfe;border-radius:6px;background:#0000004d;color:#fff;font-size:.95em;cursor:pointer;transition:all .3s ease}.control-group select option{background:#fff;color:#000}.control-group input[type=date]:hover,.control-group select:hover{background:#4facfe1a;border-color:#00f2fe}.control-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#4facfe}.region-popup h4{color:#4facfe;margin-bottom:10px;font-size:1.1em}.region-popup p{margin:5px 0;color:#d1e8e2}.analysis-popup{min-width:300px}.analysis-popup h4{color:#4facfe;margin-bottom:15px;font-size:1.2em;border-bottom:2px solid #4facfe;padding-bottom:8px}.analysis-data{background:#4facfe1a;padding:12px;border-radius:8px;margin-bottom:15px}.analysis-data p{margin:8px 0;color:#d1e8e2;font-size:.95em}.suggestions{margin-top:15px}.suggestions h5{color:#00f2fe;margin-bottom:12px;font-size:1.05em}.suggestion-item{background:#2ecc711a;padding:12px;border-radius:6px;margin-bottom:10px;border-left:3px solid #2ecc71}.suggestion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.info-section{margin-top:2rem;padding:1.5rem;background-color:#1e293b;border-radius:10px;text-align:left;max-width:1200px;width:100%;margin:2rem auto;box-sizing:border-box}.info-section h3{color:#93c5fd}.info-section p{color:#cbd5e1;line-height:1.6}.info-section a{color:#38bdf8;text-decoration:none;font-weight:700}.info-section a:hover{text-decoration:underline}@media (max-width: 1024px){.home-container{padding:1.5rem}.map-container{height:60vh;margin:1.5rem auto}.home-header h2{font-size:2.5rem}}@media (max-width: 768px){.home-container{padding:1rem}.map-container{height:50vh;min-height:300px;margin:1rem auto;border-radius:8px}.home-header h2{font-size:2rem}.home-header p{font-size:1rem;padding:0 1rem}.controls-container{padding:1rem;margin-bottom:1rem}.controls-container label{display:block;margin-bottom:.5rem;margin-right:0}.info-section{padding:1rem;margin:1rem auto}}@media (max-width: 480px){.home-header h2{font-size:1.75rem}.map-container{height:40vh;min-height:250px}.controls-container{padding:.75rem}}.analysis-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.analysis-modal{background:linear-gradient(135deg,#1e293b,#334155);border-radius:16px;padding:2rem;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid rgba(59,130,246,.3);box-shadow:0 25px 50px #00000080}.modal-close{position:absolute;top:1rem;right:1rem;background:#ef444433;border:1px solid rgba(239,68,68,.5);color:#ef4444;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{background:#ef44444d;transform:scale(1.1)}.analysis-content h3{color:#60a5fa;margin-bottom:1.5rem;font-size:1.5rem;text-align:center}.analysis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.analysis-item{background:#3b82f61a;padding:1rem;border-radius:8px;border-left:4px solid #3b82f6;display:flex;flex-direction:column;gap:.5rem}.analysis-item .label{font-size:.9rem;color:#94a3b8;font-weight:600}.analysis-item .value{font-size:1.1rem;color:#e2e8f0;font-weight:700}.suggestions-section h4{color:#34d399;margin-bottom:1rem;font-size:1.3rem;text-align:center}.suggestions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.suggestion-card{background:#34d3991a;border:1px solid rgba(52,211,153,.3);border-radius:12px;padding:1.5rem;transition:all .3s ease}.suggestion-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #34d39933}.suggestion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.suggestion-header h5{color:#e2e8f0;margin:0;font-size:1.1rem}.viability{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.viability-alta{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.5)}.viability-média{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.5)}.viability-baixa{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.5)}.benefits{color:#cbd5e1;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.fruit-specs{display:flex;gap:1rem;font-size:.9rem;color:#94a3b8}.no-suggestions{text-align:center;padding:2rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px}.no-suggestions h4{color:#ef4444;margin-bottom:1rem}.no-suggestions p{color:#cbd5e1}.analyzing{text-align:center;padding:3rem}.analyzing h3{color:#60a5fa;margin-bottom:2rem}.loading-spinner{width:50px;height:50px;border:4px solid rgba(96,165,250,.3);border-top:4px solid #60a5fa;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.simple-popup{text-align:center;color:#000}.simple-popup p{margin:.25rem 0;color:#333;font-weight:500}@media (max-width: 768px){.analysis-modal{padding:1.5rem;width:95%;max-height:95vh}.analysis-grid,.suggestions-grid{grid-template-columns:1fr}.analysis-content h3{font-size:1.3rem}}.about-container{padding:0;min-height:100vh}.about-hero{display:flex;align-items:center;justify-content:space-between;padding:4rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);margin-bottom:3rem}.hero-content{flex:1;max-width:600px}.hero-title{display:flex;align-items:center;gap:1rem;font-size:3rem;font-weight:700;color:#bfdbfe;margin-bottom:1rem}.hero-icon{color:#22c55e}.hero-subtitle{font-size:1.5rem;color:#94a3b8;margin-bottom:1rem}.hero-description{font-size:1.1rem;color:#cbd5e1;line-height:1.6}.hero-visual{flex:0 0 300px;display:flex;justify-content:center}.floating-card{background:#22c55e1a;border:2px solid #22c55e;border-radius:20px;padding:2rem;text-align:center;color:#22c55e;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-icon{margin-bottom:1rem}.features-section,.process-section,.mission-section{padding:3rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;color:#bfdbfe;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#1e293b;border-radius:15px;padding:2rem;text-align:center;border:1px solid #334155;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{color:#22c55e;margin-bottom:1rem}.feature-title{color:#bfdbfe;margin-bottom:.5rem}.feature-desc{color:#94a3b8}.process-flow{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.process-step{display:flex;align-items:center;gap:1rem}.step-number{width:50px;height:50px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.step-content{text-align:center;max-width:150px}.step-title{color:#bfdbfe;margin-bottom:.5rem}.step-desc{color:#94a3b8;font-size:.9rem}.step-arrow{color:#22c55e}.mission-card{background:linear-gradient(135deg,#1e293b,#334155);border-radius:20px;padding:3rem;display:flex;align-items:center;gap:2rem;border:1px solid #22c55e}.mission-icon{color:#22c55e;flex-shrink:0}.mission-title{color:#bfdbfe;margin-bottom:1rem}.mission-text{color:#cbd5e1;line-height:1.6;margin-bottom:2rem}.mission-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:.5rem;color:#22c55e;font-weight:500}@media (max-width: 768px){.about-hero{flex-direction:column;text-align:center;gap:2rem}.hero-title{font-size:2rem}.process-flow{flex-direction:column}.step-arrow{transform:rotate(90deg)}.mission-card{flex-direction:column;text-align:center}.mission-stats{justify-content:center}}.dashboard-container{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a5f,#0f172a);padding:2rem;width:100%;box-sizing:border-box;overflow-x:hidden}.dashboard-loading{min-height:100vh;background:#0f172a;display:flex;align-items:center;justify-content:center}.loading-content{text-align:center;color:#06b6d4}.loading-icon{animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:1.125rem;font-weight:600;color:#67e8f9}.dashboard-header{margin-bottom:2rem}.header-top{display:flex;justify-content:space-between;margin-bottom:1.5rem;gap:1.5rem;flex-wrap:wrap}.header-left{flex:1}.header-title{display:flex;align-items:center;gap:1rem;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.header-icon{color:#06b6d4}.header-subtitle{color:#67e8f9;font-size:1rem;margin-bottom:.5rem}.last-update{color:#94a3b8;font-size:.875rem}.header-right{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;min-width:0}.status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#06b6d41a;border:1px solid rgba(6,182,212,.3);border-radius:.5rem;color:#67e8f9;font-size:.875rem;font-weight:600}.status-badge.online{border-color:#4ade8080;background:#4ade801a;color:#4ade80}.status-badge.offline{border-color:#f8717180;background:#f871711a;color:#f87171}.status-pulse{width:8px;height:8px;border-radius:50%;background:currentColor;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.period-select,.refresh-btn,.export-btn{padding:.625rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:fit-content}.period-select{background:#1e293b;color:#fff;border:1px solid rgba(6,182,212,.3)}.period-select:hover{border-color:#06b6d4;background:#334155}.refresh-btn,.export-btn{background:#06b6d4;color:#fff;border:none;display:flex;align-items:center;gap:.5rem}.refresh-btn:hover,.export-btn:hover{background:#0891b2;transform:translateY(-2px)}.refresh-btn.loading{opacity:.7;cursor:not-allowed}.refresh-btn .spin{animation:spin 1s linear infinite}.error-banner{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.retry-btn{background:#f87171;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-weight:600;margin-left:auto}.retry-btn:hover{background:#ef4444}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem;width:100%}.summary-card{background:linear-gradient(135deg,#1e293b,#0f172a);padding:1.5rem;border-radius:.75rem;border:1px solid rgba(6,182,212,.2);box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.summary-card:hover{transform:translateY(-4px);border-color:#06b6d480;box-shadow:0 8px 16px #06b6d433}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.card-label{color:#94a3b8;font-size:.875rem;font-weight:600}.card-icon{color:#06b6d4}.card-value{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.card-description{font-size:.875rem;font-weight:600}.card-description.positive{color:#4ade80}.card-description.info{color:#67e8f9}.monitored-areas-section.full-width{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:.75rem;border:1px solid rgba(6,182,212,.2);box-shadow:0 4px 6px #0000001a;padding:1.5rem;width:100%;margin-bottom:2rem;box-sizing:border-box}.fruit-ranking-section{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:.75rem;border:1px solid rgba(6,182,212,.2);box-shadow:0 4px 6px #0000001a;padding:1.5rem;width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:700;color:#fff}.section-icon{color:#06b6d4}.fruit-list{display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0}.fruit-item{background:#0f172a80;border:1px solid #334155;border-radius:.5rem;padding:1rem;transition:all .3s ease;width:100%;min-width:0;box-sizing:border-box}.fruit-item:hover{border-color:#06b6d480;background:#1e293b80;transform:translate(4px)}.fruit-item-header{display:flex;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.fruit-info{display:flex;align-items:center;gap:.75rem}.fruit-rank{font-size:1.5rem;font-weight:700;color:#06b6d4;min-width:2rem}.fruit-name{color:#fff;font-weight:600;font-size:1rem}.fruit-areas{color:#94a3b8;font-size:.875rem}.fruit-stats{text-align:right}.fruit-area-value{color:#fff;font-weight:700}.fruit-growth{font-size:.875rem;font-weight:600}.fruit-growth.positive{color:#4ade80}.fruit-growth.negative{color:#f87171}.fruit-progress-bar{width:100%;height:.5rem;background:#334155;border-radius:9999px;overflow:hidden}.fruit-progress-fill{height:100%;border-radius:9999px;transition:width .5s ease}.filter-buttons{display:flex;gap:.5rem}.filter-btn{padding:.5rem 1rem;border-radius:.5rem;border:none;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:fit-content}.filter-btn.active{background:#06b6d4;color:#fff}.filter-btn.inactive{background:#334155;color:#cbd5e1}.filter-btn.inactive:hover{background:#475569}.table-container{overflow-x:auto;margin-top:1rem;width:100%;-webkit-overflow-scrolling:touch;border-radius:.5rem;border:1px solid #334155}.areas-table{width:100%;min-width:900px;border-collapse:collapse}.areas-table thead tr{border-bottom:1px solid #334155}.areas-table th{text-align:left;padding:1rem .75rem;color:#06b6d4;font-weight:600;font-size:.875rem;text-transform:uppercase;white-space:nowrap;background:#0f172a80;position:sticky;top:0;z-index:10}.areas-table tbody tr{border-bottom:1px solid rgba(51,65,85,.5);transition:background .2s ease}.areas-table tbody tr:hover{background:#1e293b80}.areas-table td{padding:1rem .75rem;color:#fff;vertical-align:middle}.location-cell{display:flex;align-items:center;gap:.5rem}.location-name{font-weight:500}.fruit-badge{background:#06b6d41a;color:#67e8f9;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600;display:inline-block}.health-indicator{display:flex;align-items:center;gap:.5rem}.health-bar{width:80px;height:.5rem;background:#334155;border-radius:9999px;overflow:hidden}.health-fill{height:100%;border-radius:9999px;transition:width .3s ease}.bg-green-500{background:#4ade80}.bg-yellow-500{background:#facc15}.bg-red-500{background:#f87171}.health-value{font-weight:700;font-size:.875rem}.text-green-400{color:#4ade80}.text-yellow-400{color:#facc15}.text-red-400{color:#f87171}.water-cell{display:flex;align-items:center;gap:.5rem}.coords-cell{color:#94a3b8;font-size:.875rem;font-family:monospace}.action-btn{background:#06b6d4;color:#fff;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.action-btn:hover{background:#0891b2;transform:scale(1.05)}.bottom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;width:100%}.alerts-section,.map-section{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:.75rem;border:1px solid rgba(6,182,212,.2);box-shadow:0 4px 6px #0000001a;padding:1.5rem}.alerts-section.final-section{margin-top:2rem;width:100%}.alerts-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.alerts-list{display:flex;flex-direction:column;gap:.75rem}.alert-item{border-radius:.5rem;padding:1rem;border:1px solid;transition:all .2s ease}.alert-item:hover{transform:translate(4px)}.alert-item.warning{background:#eab3081a;border-color:#eab3084d}.alert-item.success{background:#4ade801a;border-color:#4ade804d}.alert-item.info{background:#60a5fa1a;border-color:#60a5fa4d}.alert-content{display:flex;gap:.75rem}.alert-title{font-weight:600;margin-bottom:.25rem;font-size:.95rem}.alert-item.warning .alert-title{color:#facc15}.alert-item.success .alert-title{color:#4ade80}.alert-item.info .alert-title{color:#60a5fa}.alert-description{color:#cbd5e1;font-size:.875rem}.alert-time{color:#64748b;font-size:.75rem;margin-top:.5rem}.map-container{background:#0f172a80;border:1px solid #334155;border-radius:.5rem;padding:1.5rem;margin-bottom:1rem;width:100%;box-sizing:border-box;overflow:hidden}.ceara-map{width:100%;max-width:100%;overflow:hidden}.map-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:#67e8f9;font-weight:600;flex-wrap:wrap}.regions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem;width:100%}.region-card{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(6,182,212,.2);border-radius:.5rem;padding:1rem;transition:all .3s ease;min-width:0;word-wrap:break-word}.region-card:hover{transform:translateY(-2px);border-color:#06b6d480;box-shadow:0 4px 12px #06b6d433}.region-card.litoral{border-left:4px solid #06b6d4}.region-card.sertao{border-left:4px solid #f59e0b}.region-card.vale{border-left:4px solid #10b981}.region-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.region-header h4{color:#fff;font-size:1rem;font-weight:600;margin:0}.region-count{background:#06b6d41a;color:#67e8f9;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.region-details{color:#cbd5e1;font-size:.875rem;line-height:1.4}.region-details p{margin:.5rem 0}.region-details strong{color:#fff}.health-indicator.small{margin-top:.75rem;display:flex;flex-direction:column;gap:.25rem}.health-indicator.small span{font-size:.75rem;font-weight:600;color:#94a3b8}.health-bar.small{width:100%;height:.375rem;background:#334155;border-radius:9999px;overflow:hidden}.satellite-info{background:#0f172a4d;border:1px solid #334155;border-radius:.5rem;padding:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;width:100%;box-sizing:border-box}.satellite-item{display:flex;align-items:center;gap:.75rem}.satellite-icon{font-size:1.5rem;min-width:2rem;text-align:center}.satellite-item p{margin:0;color:#cbd5e1;font-size:.875rem;line-height:1.3}.satellite-item strong{color:#fff;font-weight:600}.map-stat-item{background:#0f172a80;border:1px solid #334155;border-radius:.5rem;padding:.75rem;text-align:center}.map-stat-label{color:#94a3b8;font-size:.75rem;margin-bottom:.25rem}.map-stat-value{color:#fff;font-weight:700}@media (max-width: 1024px){.main-grid{grid-template-columns:1fr;gap:1rem}}.regions-grid,.satellite-info{grid-template-columns:1fr;gap:.75rem}.region-card,.map-container{padding:.75rem}.map-header span{font-size:.875rem}.fruit-ranking-section,.monitored-areas-section,.alerts-section,.map-section{padding:1rem}@media (max-width: 900px){.bottom-grid,.regions-grid,.satellite-info{grid-template-columns:1fr}.map-container{padding:1rem}}@media (max-width: 768px){.dashboard-container{padding:1rem}.header-top{flex-direction:column;gap:1rem}.header-right{width:100%;justify-content:flex-start;gap:.5rem}.period-select,.refresh-btn,.export-btn{flex:1;min-width:0;padding:.5rem .75rem}.header-title{font-size:2rem}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.summary-card{padding:1rem}.card-value{font-size:1.5rem}.bottom-grid{grid-template-columns:1fr}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-container{border-radius:0;border:none;margin:0 -1rem}.areas-table{min-width:800px}.areas-table th,.areas-table td{padding:.75rem .5rem;font-size:.875rem}.areas-table th,.areas-table td{padding:.5rem;font-size:.875rem}.filter-buttons{flex-wrap:wrap}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width: 480px){.dashboard-container{padding:.75rem}.header-title{font-size:1.5rem}.header-icon{width:32px;height:32px}.summary-cards{grid-template-columns:1fr}.card-value{font-size:1.25rem}.fruit-item{padding:.75rem}.fruit-item-header{flex-direction:column;align-items:flex-start;gap:.5rem}.fruit-stats{text-align:left}.fruit-rank{font-size:1.25rem}.table-container{margin:0 -.75rem}.areas-table{min-width:700px}.areas-table th,.areas-table td{padding:.5rem .375rem;font-size:.8rem}.coords-cell{font-size:.7rem}.health-indicator{flex-direction:column;gap:.25rem;align-items:flex-start}.health-bar{width:50px;height:.375rem}.coords-cell,.region-details p{font-size:.75rem}.satellite-item{flex-direction:column;text-align:center;gap:.5rem;padding:.5rem}.satellite-icon{font-size:1.75rem}.region-header{flex-direction:column;align-items:flex-start;gap:.5rem}.region-details p{margin:.25rem 0}.map-header{flex-direction:column;align-items:flex-start;gap:.5rem;text-align:left}.map-container,.region-card{padding:.5rem}.satellite-item p{font-size:.75rem}.alert-content{flex-direction:column;gap:.5rem}}
