@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-map-app{display:flex;flex-direction:column;height:100vh;width:100%;background:#fff;overflow:hidden}.biodiversity-map-layout{display:grid;grid-template-columns:var(--sidebar-width, 64px) 1fr;flex:1;overflow:hidden;transition:grid-template-columns .3s ease}.biodiversity-map-wrapper{width:100%;margin-top:70px;height:calc(100vh - 70px);position:relative}.biodiversity-leaflet-map{width:100%;height:100%}.map-loading{position:absolute;inset:0;background:#ffffffd9;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:999}.biodiversity-container{display:flex;flex-direction:column;height:100vh;font-family:Arial,sans-serif;background-color:#fefefe;color:#333}.biodiversity-main-layout{display:flex;flex:1;overflow:visible}.biodiversity-map-wrapper{flex:1;padding:0;overflow:auto;background-color:#f9f9f9}.sidebar-container{width:var(--sidebar-width);min-width:64px;max-width:200px;background:#f5e6d3;box-shadow:2px 0 10px #0000000f;display:flex;flex-direction:column;align-items:center;transition:width .3s ease;overflow:visible}.navbar{height:60px;background:#fff;display:flex;align-items:center;padding:0 20px;box-shadow:0 1px 4px #0000001a;flex-shrink:0}.back-btn{background:#f5e6d3;border:none;padding:6px 12px;margin-bottom:10px;cursor:pointer;font-size:14px;border-radius:4px;transition:background .2s ease}.back-btn:hover{background:#e0cfa8}.project-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px}.project-details,.monitoring-data,.ecosystem-health{background:#fff;padding:15px;border-radius:6px;box-shadow:0 1px 5px #0000000d}.project-details h3,.monitoring-data h3,.ecosystem-health h3{margin-top:0;font-size:16px;border-bottom:1px solid #eee;padding-bottom:5px}.species-distribution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px;margin-bottom:30px}.species-category{background:#fff;padding:12px;border-radius:6px;box-shadow:0 1px 5px #0000000d}.species-category h4{margin-top:0;font-size:14px;margin-bottom:8px;color:#555}.species-category ul{padding-left:20px;margin:0}.acoustic-indices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:30px}.acoustic-card{background:#fff;padding:10px;border-radius:6px;box-shadow:0 1px 5px #0000000d;font-size:12px}.map-loading,.error{text-align:center;font-size:16px;color:#777;margin-top:20px}.project-sites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}.site-card{position:relative;border-radius:6px;overflow:visible;box-shadow:0 1px 5px #0000000d;background-color:#fff}.site-image{height:120px;background-size:cover;background-position:center;border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.site-overlay{position:absolute;bottom:0;width:100%;padding:5px;background:#00000080;color:#fff;font-size:12px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.bd-dashboard{padding:20px;font-family:system-ui,sans-serif}.bd-top-card,.bd-eco-card{background:#f3f3f3;border-radius:12px;padding:24px;margin-bottom:20px;border:1px solid #ddd}.bd-title{font-size:22px;font-weight:600;margin-bottom:20px}.bd-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.bd-section-header{display:flex;align-items:center;gap:10px;border-bottom:1px solid #ccc;margin-bottom:20px}.bd-item{margin-bottom:22px}.bd-item p{color:#666;font-size:14px}.bd-item h2{font-size:22px;font-weight:600;margin-top:4px}.bd-eco-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.bd-eco-section h3{border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:20px}.bd-eco-section p{font-size:14px;color:#555}.bd-eco-section h2{font-size:20px;margin-bottom:16px}.red{color:red}.orange{color:orange}.layout{display:flex;height:100vh;background:#f5f7fa;font-family:Segoe UI,Tahoma,sans-serif}.main-content{flex:1;margin-top:80px;padding-left:20px;transition:margin-left .3s ease;overflow-y:auto}.dashboard{padding:24px}.dashboard-title{font-size:28px;font-weight:700;margin-bottom:20px;color:#1f2937}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:28px}.summary-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 4px 10px #0000000f;transition:transform .2s ease}.summary-card:hover{transform:translateY(-3px)}.summary-card h3{font-size:14px;color:#6b7280;margin-bottom:6px}.summary-card p{font-size:22px;font-weight:700;color:#111827}.download-btn{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:14px;cursor:pointer;font-weight:600;box-shadow:0 4px 8px #2563eb4d;transition:.2s ease}.download-btn:hover{background:#1d4ed8}.chart-section{background:#fff;padding:20px;border-radius:14px;margin-bottom:28px;box-shadow:0 4px 10px #0000000f}.chart-section h2{margin-bottom:16px;font-size:18px;color:#111827}.chart-grid{display:flex;gap:20px;flex-wrap:wrap}.hotspot-section{background:#fff1f2;border-radius:14px;padding:20px;margin-bottom:28px;border:1px solid #fecaca}.hotspot-section h2{color:#b91c1c;margin-bottom:12px}.hotspot-card{background:#fee2e2;padding:12px;border-radius:10px;margin-bottom:8px;font-weight:600}.sort-controls{margin-bottom:16px;display:flex;align-items:center;gap:10px}.sort-controls select{padding:8px 10px;border-radius:8px;border:1px solid #d1d5db;cursor:pointer}.sites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.site-card{background:#fff;padding:16px;border-radius:12px;box-shadow:0 4px 8px #0000000d;transition:.2s ease}.site-card:hover{transform:translateY(-4px)}.site-card h3{margin-bottom:8px;font-size:16px;color:#111827}.site-card p{margin:4px 0;font-size:14px;color:#4b5563}.loading,.error{height:100vh;display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:600}.error{color:#dc2626}@media(max-width:768px){.chart-grid{flex-direction:column}}.map-container{height:400px;width:100%;border-radius:12px;margin-bottom:20px;overflow:hidden}.heatmap-section{margin-top:40px}.asset-dropdown{margin:10px 0 20px;padding:8px}.risk-container{display:flex;gap:20px}.risk-matrix{background:#fff;padding:15px;border-radius:10px;width:33%;box-shadow:0 2px 6px #0000001a}.matrix-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.matrix-cell{height:70px;display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:6px}
