@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@600;700;800&family=Roboto:wght@400;500;700&display=swap";html,body,#root{height:100%;margin:0;padding:0;overflow:auto}.app-container{display:flex;flex-direction:column;min-height:100vh;background:#fff}.hero{position:relative;width:100%;height:100vh;overflow:hidden;color:#fff;display:flex;align-items:center;justify-content:center}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#12121203;z-index:1}.hero-content{text-align:center;z-index:2;max-width:800px;padding:0 20px;color:#e6f5ec;font-family:Roboto,sans-serif}.hero-logo{position:absolute;top:20px;left:20px;z-index:3;animation:fadeInDown 1s ease-out}.hero-logo img{height:50px;width:auto;object-fit:contain;filter:drop-shadow(0 0 5px rgba(0,0,0,.6));animation:pulseGlow 2s ease-in-out infinite}.hero-title{font-family:League Spartan,sans-serif;font-size:4rem;font-weight:700;margin-bottom:20px;letter-spacing:1px}.fit-text{background:linear-gradient(45deg,#fff,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glowGreen 3s ease-in-out infinite alternate;font-family:League Spartan,sans-serif}.climate-text{background:linear-gradient(45deg,#fff,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glowBlue 3s ease-in-out infinite alternate;font-family:League Spartan,sans-serif}.hero-subtitle{font-family:Roboto,sans-serif;font-size:1.5rem;margin-bottom:30px;color:#d1ffd1;animation:fadeInUp 1.5s ease-out .5s both}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:50px;animation:fadeInUp 1.5s ease-out 1s both}.stat-card{background:#ffffff21;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:20px;text-align:center;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;color:#fff;font-family:Roboto,sans-serif}.stat-card:hover{transform:translateY(-10px);background:#ffffff1a;box-shadow:0 20px 40px #0000004d}.stat-number{font-family:League Spartan,sans-serif;font-size:3rem;font-weight:700;display:block;background:linear-gradient(45deg,#fff,#fffefd);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glowYellow 3s ease-in-out infinite alternate,countUp 2s ease-out 1.5s both}.stat-label{font-family:Roboto,sans-serif;font-size:1rem;margin-top:5px;color:#d1ffd1;opacity:.9;animation:glowWhite 3s ease-in-out infinite alternate}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 5px rgba(0,0,0,.6))}50%{filter:drop-shadow(0 0 15px rgba(255,255,255,.8))}}@keyframes glowGreen{0%{filter:drop-shadow(0 0 5px rgba(255,206,116,.9))}to{filter:drop-shadow(0 0 15px rgba(250,167,23,.8))}}@keyframes glowBlue{0%{filter:drop-shadow(0 0 5px rgb(255,210,177))}to{filter:drop-shadow(0 0 15px rgba(255,173,122,.8))}}@keyframes glowYellow{0%{filter:drop-shadow(0 0 5px rgba(255,245,205,.5))}to{filter:drop-shadow(0 0 15px rgba(255,226,108,.8))}}@keyframes glowWhite{0%{filter:drop-shadow(0 0 4px rgba(255,255,255,.3))}to{filter:drop-shadow(0 0 12px rgba(255,255,255,.6))}}@keyframes countUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}}.projects-section{padding:100px 0;background:#fff;color:#1b1b1b;transition:background .6s ease-in-out;font-family:Inter,sans-serif}.projects-container{max-width:1200px;margin:0 auto;padding:0 20px;font-family:Inter,sans-serif}.Card2header-name{text-align:center;font-size:3rem;margin-bottom:20px;color:#4c2419;font-family:Inter,sans-serif;font-weight:700}.section-subtitle{text-align:center;font-size:1.2rem;margin-bottom:60px;color:#181111;opacity:.9;font-family:Inter,sans-serif;font-weight:500}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:60px;font-family:Inter,sans-serif}.project-card{position:relative;background:#f9f9f9;border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:30px;transition:all .3s ease;overflow:hidden;cursor:pointer;color:#222;box-shadow:0 4px 10px #0000000d;font-family:Inter,sans-serif}.project-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(43,16,16,.08),transparent);transition:left .5s}.project-card:hover:before{left:100%}.project-card:hover{background:#fff;box-shadow:0 10px 30px #2b101014}.project-icon{display:flex;justify-content:center;margin-bottom:20px}.project-icon img{width:56px;height:56px;border-radius:12px;object-fit:contain;background:#eaf9f1;padding:8px}.project-header-center{text-align:center;margin-bottom:20px;font-family:Inter,sans-serif}.project-header-center .project-name{font-size:1rem;font-weight:700;color:#000;margin-bottom:8px;font-family:Inter,sans-serif}.project-header-center .project-location{font-size:.85rem;color:#555;margin-bottom:8px;font-family:Inter,sans-serif;font-weight:500}.project-header-center .project-started{background-color:#4c6b68;color:#fff;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:600;display:inline-block;font-family:Inter,sans-serif}.project-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0;font-family:Inter,sans-serif}.project-stat{text-align:center;padding:15px;background:#fff;border:1px solid #dceae1;border-radius:10px;transition:all .3s ease;font-family:Inter,sans-serif}.project-stat:hover{background:#f3fbf7;transform:scale(1.03)}.project-stat-number{font-size:1.5rem;font-weight:700;color:#90887f;font-family:Inter,sans-serif}.project-stat-label{font-size:.9rem;color:#444;margin-top:5px;font-family:Inter,sans-serif;font-weight:500}.project-card{position:relative;padding-bottom:60px;font-family:Inter,sans-serif}.project-tags{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;padding:0 20px 20px;font-family:Inter,sans-serif}.project-tag-left{display:flex;gap:10px}.project-tag-right{display:flex;gap:8px}.project-tag-left .tag{font-size:.7rem;font-weight:600;padding:6px 14px;border-radius:9999px;text-transform:uppercase;letter-spacing:.5px;background-color:#e6f8f0;border:1px solid #c2eedc;color:#064;transition:all .3s ease;font-family:Inter,sans-serif}.tag.type{background-color:#e8f4ff;color:#0056b3;border:1px solid #b3d7ff;font-family:Inter,sans-serif}.tag.status{background-color:#e9fff1;color:#007b55;border:1px solid #b8f2ce;font-family:Inter,sans-serif}.tag:hover{transform:scale(1.05);box-shadow:0 2px 8px #00805533}.sdg-icon{width:34px;height:34px;object-fit:contain;border-radius:6px;transition:transform .3s ease}.sdg-icon:hover{transform:scale(2.5)}.project-arrow{position:relative;cursor:pointer;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;margin-left:auto}.project-arrow:hover{transform:translate(5px)}.arrow-tooltip{position:absolute;bottom:40px;right:0;background-color:#333;color:#fff;font-size:12px;padding:6px 10px;border-radius:6px;white-space:nowrap;opacity:0;transform:translateY(10px);pointer-events:none;transition:all .3s ease}.project-arrow:hover .arrow-tooltip{opacity:1;transform:translateY(0)}.arrow-btn{color:#333;background:#f5e6d3;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;transition:background .3s ease,color .3s ease,transform .3s ease;box-shadow:0 2px 6px #0000001a}.project-arrow:hover .arrow-btn{background:#333;color:#fff;transform:scale(1.05)}@keyframes fadeInTag{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.project-tags{flex-direction:column;align-items:center;justify-content:center}.project-tag-left,.project-tag-right{margin-top:10px}}.support-wrapper{padding:30px;background:#f9fafb}.support-heading{font-size:2rem;margin-bottom:20px;color:#2c5530}.support-layout{display:flex;flex-wrap:wrap;gap:40px}.faq-block,.support-contact{flex:1;min-width:300px}.faq-title,.contact-title{font-size:1.3rem;margin-bottom:15px}.faq-box{border-bottom:1px solid #ddd;padding:10px 0}.faq-toggle{display:flex;justify-content:space-between;cursor:pointer;font-weight:700}.faq-response{padding:10px 0;color:#444}.contact-list{display:flex;flex-direction:column;gap:16px}.contact-entry{display:flex;gap:12px;align-items:center}.entry-icon{font-size:1.5rem}.entry-label{font-weight:600}.entry-value{font-size:.95rem;color:#555}.tip-box{margin-top:30px}.tip-title{margin-bottom:10px;font-weight:700}.tip-list{padding-left:20px;list-style:disc;color:#444}.card3-section{padding:60px 20px;background-color:#ea6424}@keyframes fadeSlideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.card3-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap}.card3-text{flex:1 1 500px;padding:20px;animation:fadeSlideInLeft 1s ease forwards;font-family:Roboto,sans-serif}.card3-text h2{font-family:League Spartan,sans-serif;font-size:3rem;font-weight:700;margin-bottom:20px;color:#fff;letter-spacing:.5px}.card3-text p{font-family:Roboto,sans-serif;font-size:1.1rem;line-height:1.6;color:#f5e1c7}.card3-image{flex:1 1 500px;width:400px;padding:20px;text-align:center;animation:fadeSlideInRight 3s ease forwards}.card3-image img{width:100%;height:260px;border-radius:10px;object-fit:cover}@media(max-width:768px){.card3-content{flex-direction:column-reverse;text-align:center}.card3-text,.card3-image{padding:10px;animation:none}.card3-text h2{font-size:1.6rem}.card3-text p{font-size:1rem}}.card4-container{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:20px;padding:50px;background-color:#7cac72}.info-card{position:relative;border-radius:16px;overflow:hidden;width:360px;height:240px;color:#fff;cursor:pointer;transition:transform .4s ease,box-shadow .4s ease}.info-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000004d}.bubbles{position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0}.bubble{position:absolute;bottom:-50px;width:20px;height:20px;background:#ffffff4d;border-radius:50%;animation:rise 8s infinite ease-in}.bubble:nth-child(1){left:10%;animation-delay:0s;animation-duration:7s;width:15px;height:15px}.bubble:nth-child(2){left:25%;animation-delay:2s;animation-duration:9s}.bubble:nth-child(3){left:40%;animation-delay:4s}.bubble:nth-child(4){left:55%;animation-delay:1s}.bubble:nth-child(5){left:70%;animation-delay:3s;animation-duration:10s}.bubble:nth-child(6){left:85%;animation-delay:5s}.bubble:nth-child(7){left:60%;animation-delay:6s;width:25px;height:25px}.bubble:nth-child(8){left:30%;animation-delay:7s;width:10px;height:10px}@keyframes rise{0%{transform:translateY(0) translate(0);opacity:.5}25%{transform:translateY(-50px) translate(10px);opacity:.8}50%{transform:translateY(-100px) translate(-10px);opacity:.9}75%{transform:translateY(-180px) translate(15px);opacity:.6}to{transform:translateY(-260px) translate(-10px);opacity:0}}.bg-fair{background:radial-gradient(circle at 80% 50%,#c8ff7b,#0c3d2e,#04140e);background-size:400% 400%;animation:moveGradient 10s linear infinite alternate}.bg-inclusive{background:radial-gradient(circle at 80% 50%,#c8ff7b,#0c3d2e,#04140e);background-size:400% 400%;animation:moveGradient 12s linear infinite alternate}.bg-transparent{background:radial-gradient(circle at 80% 50%,#c8ff7b,#0c3d2e,#04140e);background-size:400% 400%;animation:moveGradient 9s linear infinite alternate}@keyframes moveGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.overlay{position:absolute;bottom:0;left:0;padding:25px;width:100%;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.overlay h3{font-size:1.8rem;font-weight:700;margin-bottom:10px}.overlay p{font-size:1rem;line-height:1.4;opacity:.9}.login-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:9999}.login-card{width:360px;background:#fff;border-radius:14px;text-align:center;box-shadow:0 20px 50px #00000040;overflow:hidden;animation:fadeIn .4s ease}.login-header{position:relative;height:120px;background:linear-gradient(135deg,#388d50,#388d50);display:flex;justify-content:center;align-items:center;overflow:hidden}.login-header img{width:90px;z-index:2}.login-header:before{content:"";position:absolute;top:-40px;left:-10%;width:120%;height:120px;background:#ffffff59;border-radius:0 0 60% 60%}.login-header:after{content:"";position:absolute;bottom:-45px;left:-10%;width:120%;height:90px;background:#fff;border-radius:60% 60% 0 0}.login-card h2{margin:18px 0 8px;font-size:22px;color:#3e3732}.login-project{font-size:14px;color:#666;padding:0 18px;margin-bottom:14px}.input-wrapper{position:relative;margin:12px 22px}.input-wrapper input{width:100%;padding:11px 40px;border-radius:8px;border:1px solid #ccc;font-size:14px}.input-wrapper input:focus{outline:none;border-color:#6da66d;box-shadow:0 0 0 2px #6da66d33}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#777;font-size:18px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;color:#666}.login-error{color:#d9534f;font-size:13px;margin:6px 22px}.login-card button{width:calc(100% - 44px);margin:16px 22px 8px;padding:12px;background:linear-gradient(135deg,#6fbf73,#4e9b57);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer}.login-card button:hover{opacity:.95}.login-cancel{margin-bottom:16px;cursor:pointer;color:#666;font-size:14px}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:420px){.login-card{width:90%}}.footer{background:#5a803a;color:#fff;padding:60px 20px;font-family:Poppins,sans-serif}.footer-container{max-width:1200px;margin:auto;display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.footer-logo img{width:140px;height:auto;object-fit:contain}.footer-columns{display:flex;gap:80px;flex-wrap:wrap}.footer-column{min-width:180px}.footer-column h3{font-size:1.1rem;font-weight:700;color:#aef794;margin-bottom:15px;position:relative}.footer-column h3:after{content:"";display:block;width:40px;height:2px;background:#fff;margin-top:5px;transition:width .3s}.footer-column h3:hover:after{width:100%}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin:10px 0;cursor:pointer;transition:color .3s,transform .3s}.footer-column ul li:hover{color:#f60;transform:translate(5px)}.footer-social{margin-top:15px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:10px;border-radius:50%;background-color:#c7f0d6;color:#006400;font-size:18px;transition:transform .3s,background-color .3s,color .3s}.footer-social a:hover{transform:scale(1.2);background-color:#a0e0b0;color:#ec6003}.footer-link{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease,padding-left .3s ease}.footer-link:hover{color:#f60;padding-left:5px}.footer-column ul li{margin:10px 0;list-style:none}@media(max-width:768px){.footer-container{flex-direction:column;text-align:center}.footer-columns{justify-content:center;gap:40px}.footer-logo img{margin:0 auto}}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-sizing:border-box}.header-container{background:#fff;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #00000014;z-index:10000;position:fixed;top:0;left:0;right:0;height:70px;border-bottom:1px solid rgba(0,0,0,.08)}.navbar-project-name{position:absolute;left:50%;transform:translate(-50%);font-family:Roboto,sans-serif;font-weight:200;font-size:14px;color:#080808;text-align:center;letter-spacing:-.2px;line-height:1.4}.logo{display:flex;align-items:center;gap:10px;font-weight:600;font-size:20px;color:#d4734b;padding:6px 10px;border-radius:8px;transition:all .3s ease}.logo-icon{position:absolute;top:18px;left:32px;z-index:5;animation:fadeInDown .8s ease-out}.logo-icon img{height:34px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .3s ease}.logo-icon img:hover{transform:scale(1.05)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-buttons{display:flex;gap:12px;align-items:center}.nav-button{border:none;cursor:pointer;font-size:13px;font-weight:500;padding:9px 18px;border-radius:6px;transition:all .25s ease;background:#6ca94d;color:#fff}.nav-button:hover{background:#f5731c;transform:translateY(-1px);box-shadow:0 4px 10px #f5731c4d}.nav-button.active{background:#d4734b;color:#fff;box-shadow:0 3px 10px #d4734b66}.logout-btn{background:#b83232}.logout-btn:hover{background:#e04747;box-shadow:0 4px 10px #e0474766}.nav-button:focus{outline:none;box-shadow:0 0 0 3px #40882f4d}.sidebar-container{width:64px;height:100%;background:#f5e6d3;box-shadow:2px 0 10px #0000000f;display:flex;flex-direction:column;align-items:center;padding-top:100px;border-right:1px solid #edf2f7;flex-shrink:0;transition:width .3s ease}.sidebar-container.expanded{width:200px;align-items:flex-start;padding-left:10px}.sidebar-button{position:relative;width:40px;height:40px;margin-top:12px;background:#f8f9fa;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;font-size:14px;outline:1px dashed #aaa;transition:all .25s ease}.sidebar-container.expanded .sidebar-button{width:180px;height:48px;justify-content:flex-start;padding-left:12px;gap:10px}.sidebar-button:hover,.sidebar-button.active{background:#d66306;color:#fff}.label{font-size:14px;font-weight:500;white-space:nowrap}.sidebar-toggle{margin-top:auto;margin-bottom:20px;width:40px;height:40px;border:none;border-radius:8px;cursor:pointer;background:#d66306;color:#fff;display:flex;align-items:center;justify-content:center}.sidebar-container.expanded .sidebar-toggle{width:180px}.sidebar-container:not(.expanded) .sidebar-button:after{content:attr(data-tooltip);position:absolute;left:115%;top:50%;transform:translateY(-50%);background:#333;color:#fff;font-size:12px;padding:5px 9px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:all .2s ease}.sidebar-container:not(.expanded) .bd-dropdown-wrapper{width:auto;display:flex;justify-content:center}.sidebar-container:not(.expanded) .sidebar-button{margin-left:auto;margin-right:auto}.bd-dropdown-wrapper{width:100%}.bd-dropdown-menu{width:100%;margin-top:6px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:inset 0 0 0 1px #eee}.bd-dropdown-menu button{width:100%;padding:10px 14px;border:none;background:transparent;cursor:pointer;text-align:left;font-size:14px}.bd-dropdown-menu button:hover{background:#f5f5f5}.bd-dropdown-menu button.active{background:#2e7d32;color:#fff}.dropdown-arrow{margin-left:auto;transition:transform .25s ease}.dropdown-arrow.open{transform:rotate(180deg)}.panel-container.visible{position:absolute;top:0;right:0;width:400px;height:100%;background:#fff;box-shadow:-8px 0 24px #0000001f;z-index:2000;border-left:1px solid #e9ecef}@media(max-width:1024px){.panel-container.visible{width:360px}}@media(max-width:768px){.panel-container.visible{width:85vw}}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f3f5}.panel-title{margin:0;font-size:16px;color:#000}.close-button{background:#f1f3f5;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer}.panel-content{padding:12px 16px;overflow-y:auto;height:calc(100% - 54px)}.detail-section{margin-bottom:12px}.section-title{margin:0 0 8px;font-size:13px;color:#000;font-weight:700}.section-title--accent{color:#000;border-left:4px solid #fa5252;padding-left:8px}.detail-item{display:flex;justify-content:space-between;font-size:12px;padding:6px 0;border-bottom:1px dashed #f1f3f5}.detail-label{color:#6c757d}.detail-value{color:#2c5530;font-weight:600}.doc-link{color:#1971c2;text-decoration:none}.doc-link:hover{text-decoration:underline}.grid-details{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}.grid-label{color:#6c757d;font-size:12px}.grid-value{color:#2c5530;font-size:12px;font-weight:600}.status-badge{padding:2px 6px;border-radius:10px;font-size:11px;background:#e9ecef}.status-badge.monitoring{background:#e7f5ff;color:#1c7ed6}.status-badge.harvesting{background:#fff3bf;color:#f59f00}.status-badge.sowing{background:#e6fcf5;color:#0ca678}.status-badge.growing{background:#ebfbee;color:#2b8a3e}.status-badge.verified{background:#e9ecef;color:#495057}.clickable-parcel{cursor:pointer}.logout-btn{background-color:#de5206;color:#fff}.logout-btn:hover{background-color:#c62707}.filter-container{background:#f5e6d3;display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex-wrap:wrap;padding:15px 25px;border-bottom:1px solid rgba(0,0,0,.08);margin-top:70px;box-sizing:border-box}.filter-row{display:flex;flex-wrap:wrap;gap:3rem;align-items:center;justify-content:space-between}.filter-item{display:flex;flex-direction:column;min-width:140px;flex:1}.filter-item.reset-item{justify-content:flex-end;min-width:auto;flex:0}.filter-label{font-weight:500;color:#d4734b;font-size:13px;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}.filter-select{padding:.45rem .6rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffffe6;color:#333;font-size:.9rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;outline:none}.filter-select:hover{border-color:#fff6;background:#fffffff2;box-shadow:0 2px 8px #0000001a}.filter-select:focus{border-color:#4facfe;background:#fff;box-shadow:0 0 0 3px #4facfe33}.reset-button{padding:.45rem .9rem;background:linear-gradient(135deg,#ff8952,#f06322);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ee5a244d;outline:none}.reset-button:hover{background:linear-gradient(135deg,#b45427,#9a3d12);box-shadow:0 4px 12px #ee5a2466;transform:translateY(-2px)}.totals-row{margin-top:8px;display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:4rem}.total-card{padding:.45rem .6rem;height:40px;border:1px solid #e9ecef;border-radius:8px;background:#fff}.total-title{font-size:.8rem;color:#6c757d}.total-value{font-size:1rem;font-weight:700;color:#2c5530}@media(max-width:1200px){.filter-row{gap:.8rem}.filter-item{min-width:120px}}@media(max-width:768px){.filter-row{flex-direction:column;gap:1rem;align-items:stretch}.filter-item{min-width:auto;flex:none}.filter-item.reset-item{align-self:center;margin-top:.5rem}}@media(max-width:480px){.filter-container{padding:.8rem}.filter-select{padding:.5rem .6rem;font-size:.85rem}.reset-button{padding:.5rem 1rem;font-size:.85rem}}.leaflet-map{width:100%;height:100%;margin:0;padding:0;position:relative;z-index:2;border:2px solid #e0e0e0;background-color:#f9fafb}.leaflet-container{width:100%;height:100%}@media(max-width:1024px){.leaflet-map{border-radius:8px}}@media(max-width:768px){.leaflet-map{border-radius:6px}}.psMainWrapper{padding:30px;max-width:1200px;margin:auto}.psMainHeading{text-align:center;font-size:36px;font-weight:800;margin-bottom:40px}.psCardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:25px}.psCardBox{background:#fff;padding:25px;border-radius:18px;box-shadow:0 8px 20px #00000014;transition:all .3s ease;border-left:5px solid #4CAF50}.psCardBox:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001f}.psCardTitle{font-size:22px;font-weight:700;margin-bottom:10px;color:#2b2b2b}.psCardDesc{font-size:15px;color:#555;margin-bottom:15px;line-height:1.6}.psDetailsWrapper p{font-size:14px;margin:6px 0;color:#444}.psReadMoreBtn{margin-top:15px;padding:10px 16px;background:#4caf50;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:.3s}.psReadMoreBtn:hover{background:#3a9540}.psLoaderText{text-align:center;font-size:20px;margin-top:50px}.biodiversity{display:flex;flex-direction:column;height:100vh;width:100%;overflow:hidden}.biodiversity-map-layout{display:grid;grid-template-columns:var(--sidebar-width, 64px) 1fr;flex:1;overflow:visible;transition:grid-template-columns .3s ease}.biodiversity-map-wrapper{width:100%;margin-top:70px;border-radius:10px;height:calc(100vh - 70px);position:relative;overflow-y:auto;overflow-x:hidden}.biodiversity-leaflet-map{width:100%;height:100%}.map-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:999}.map-guide{position:absolute;top:30px;right:20px;width:270px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffbf;border-radius:14px;box-shadow:0 8px 32px #00000026;z-index:1000;overflow:hidden;border:1px solid rgba(255,255,255,.4);animation:guidePop .6s ease}.map-guide.min{width:160px}.guide-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#3fbd04,#2aa102);color:#fff;padding:8px 12px;font-weight:600;font-size:14px}.guide-actions button{background:#fff3;border:none;color:#fff;margin-left:6px;border-radius:4px;cursor:pointer;padding:2px 6px}.map-guide ul{list-style:none;padding:12px 16px;margin:0}.map-guide li{font-size:13px;margin-bottom:8px;color:#1a1a1a;line-height:1.5}.guide-download-item{list-style:none;margin-top:8px}.guide-download-btn{width:100%;background:linear-gradient(135deg,#3fbd04,#2aa102);border:none;color:#fff;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.guide-download-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0003}@keyframes guidePop{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}.pdf-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pdf-modal{width:75%;height:85%;background:#fff;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 40px #00000040;animation:modalPop .35s ease}.pdf-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#3fbd04,#2aa102);color:#fff}.pdf-header button{background:#fff3;border:none;color:#fff;padding:4px 8px;border-radius:6px;cursor:pointer}.pdf-frame{flex:1;width:100%;border:none}.pdf-actions{padding:10px;text-align:right;border-top:1px solid #eee}.pdf-download-btn{background:linear-gradient(135deg,#3fbd04,#2aa102);border:none;color:#fff;padding:8px 14px;border-radius:6px;cursor:pointer;font-weight:600}@keyframes modalPop{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.summary-card{background:#fff;padding:20px;border-radius:10px;margin-bottom:25px;box-shadow:0 4px 12px #0000000f;transition:.2s}.summary-card:hover{box-shadow:0 6px 18px #00000014}.project-title{margin:0 0 20px;color:#2d3436}.summary-split{display:grid;grid-template-columns:1fr 1fr;gap:30px}.summary-column:first-child{border-right:1px solid #eeeeee;padding-right:30px}.summary-column:last-child{padding-left:10px}.summary-section h3{font-size:15px;margin:18px 0 14px;border-bottom:1px solid #eeeeee;padding-bottom:6px;color:#555;font-weight:600}.summary-section h3:first-child{margin-top:0}.summary-item{display:flex;flex-direction:column;align-items:flex-end;margin-bottom:14px;gap:4px}.summary-item span{font-size:13.5px;color:#666;font-weight:500}.summary-item b{font-size:20px;font-weight:700;line-height:1.1;color:#2d3436}.value-highlight{color:#1677ff}.red{color:#ff4d4f}.orange{color:#fa8c16}.green{color:#52c41a}.species-distribution-container{margin-top:35px}.species-box{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000000f;position:relative}.species-box h3{margin-bottom:15px;font-size:16px;font-weight:600;color:#444}.species-popup{position:absolute;top:70px;right:30px;z-index:10;animation:fadeIn .25s ease}.popup-content-small{background:#fff;width:230px;padding:16px;border-radius:10px;box-shadow:0 8px 20px #0000002e;border:1px solid #eee}.popup-content-small h4{font-size:14px;margin-bottom:8px;color:#333}.popup-content-small ul{max-height:140px;overflow-y:auto;padding-left:16px;margin:0}.popup-content-small li{font-size:13px;margin-bottom:4px;color:#444}.acoustic-card{margin-top:30px}.acoustic-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px;color:#525455}.site-select{padding:10px 16px;font-size:15px;border-radius:8px;border:1px solid #444;background:#30382f;color:#e0e0e0;cursor:pointer;outline:none;min-width:200px}.index-select-wrapper{margin-bottom:16px;text-align:right}.index-select{padding:8px 16px;font-size:14px;border-radius:6px;border:1px solid #ccc;background:#fff;cursor:pointer}.acoustic-footer{font-size:12px;color:#777;margin-top:12px;text-align:center}.loading-box{height:150px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#777}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.summary-split{grid-template-columns:1fr;gap:0}.summary-column:first-child{border-right:none;border-bottom:1px solid #eeeeee;padding-right:0;padding-bottom:20px;margin-bottom:20px}.summary-column:last-child{padding-left:0}}@media(max-width:600px){.biodiversity-map-wrapper{padding:15px}.project-title{font-size:20px}.summary-card{padding:18px}.species-popup{position:relative;right:auto;top:auto;margin-top:20px}.popup-content-small{width:100%}.summary-item b{font-size:18px}}.loader-overlay{position:absolute;inset:0;background:#0f172a73;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1200;animation:fadeIn .3s ease-in-out;border-radius:12px}.loader-box{background:#ffffff26;padding:24px 40px;border-radius:16px;box-shadow:0 8px 32px #00000040;border:1px solid rgba(255,255,255,.18)}.loader-text{color:#fff;font-size:17px;font-weight:500;letter-spacing:.4px}.dots span{animation:blink 1.4s infinite both;font-weight:700;font-size:22px}.dots span:nth-child(2){animation-delay:.2s}.dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.site-select-wrapper{display:flex;align-items:center;gap:10px}.site-label{margin:0;font-size:18px;font-weight:600}.site-select{padding:6px 10px;border-radius:6px}.species-trend-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.species-controls{display:flex;gap:20px;flex-wrap:wrap}.control-group{display:flex;align-items:center;gap:8px}.control-label{font-size:13px;font-weight:600;color:#444;white-space:nowrap}.species-legend-container{padding-bottom:10px;margin-top:-50px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;max-height:150px;overflow-y:auto}.species-legend-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:5px px}.species-legend-item{display:flex;align-items:center;gap:5px;padding:5px 8px;border-radius:4px;transition:all .2s ease}.species-legend-item:hover{background:#f0f0f0}.species-color-dot{width:10px;height:9px;border-radius:50%;flex-shrink:0;border:1px solid rgba(255,255,255,.9);box-shadow:0 2px 4px #0000001f}.species-name{font-size:13.2px;color:#333;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legend-scroll-hint{text-align:center;margin-top:12px;color:#777;font-size:12.5px;font-style:italic}.species-filter-select{background:#fff!important;color:#333}.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}}.layout{display:flex;height:100vh;width:100%;overflow:hidden;background-color:#f5f7fa}.main-content{flex:1;margin-top:70px;display:flex;flex-direction:column;transition:all .3s ease;overflow:hidden}.main-content.expanded,.main-content.collapsed{margin-left:0}.main-content>*:first-child{flex-shrink:0;z-index:10}.map-section{flex:1;position:relative;overflow:hidden;background:#e9eef3}#map{height:100%;width:100%;z-index:1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}.map-container{position:relative;height:500px;width:100%;border:1px solid #ddd;border-radius:8px;overflow:hidden}.basemap-selector{position:absolute;top:10px;right:10px;z-index:1000;background:#fff;padding:5px 10px;border-radius:4px;box-shadow:0 2px 5px #0000004d}.basemap-selector select{border:none;outline:none;font-size:14px;cursor:pointer}.layout{display:flex;height:100vh}.main-content{flex:1;transition:.3s}.map-container{position:relative;height:80%}.leaflet-map{height:80%;width:100%;outline:3px solid #3b82f6;outline-offset:-3px}.basemap-box{position:absolute;top:15px;right:15px;z-index:1000;background:#fff;padding:12px;border-radius:8px;outline:2px solid #2563eb}.basemap-box label{font-size:13px;font-weight:600}.basemap-box select{width:100%;padding:6px;margin-top:6px;border:none}.map-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:15px 20px;border-radius:8px;font-weight:500;outline:3px solid #22c55e}.map-overlay.error{outline:3px solid red;color:red}.popup-card{min-width:230px;font-family:Segoe UI,sans-serif}.popup-card h3{margin:0 0 8px;font-size:16px;color:#1b5e20;border-bottom:1px solid #eee;padding-bottom:5px}.popup-row{display:flex;justify-content:space-between;margin:4px 0;font-size:13px}.popup-row span{color:#555}.popup-row b{color:#222}.status{padding:2px 6px;border-radius:6px;font-size:12px}.status.success{background:#e8f5e9;color:#2e7d32}.status.off{background:#ffebee;color:#c62828}.popup-footer{margin-top:6px;font-size:11px;color:#888;text-align:right}.some-class{color:red}
