body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100vh}.fab-container{bottom:2rem;flex-direction:column-reverse;position:absolute;right:2rem;z-index:1000}.fab-container,.fab-main{align-items:center;display:flex}.fab-main{background-color:#667eea;border:none;border-radius:50%;box-shadow:0 4px 12px #0003;color:#fff;cursor:pointer;font-size:2rem;font-weight:700;height:60px;justify-content:center;transition:background-color .3s ease,transform .2s ease;width:60px}.fab-main:hover{background-color:#5a6fd8;transform:translateY(-2px)}.fab-options{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.fab-option{border:none;border-radius:50%;box-shadow:0 2px 8px #0003;color:#fff;cursor:pointer;font-size:1.5rem;height:50px;transition:transform .2s ease,background-color .3s ease;width:50px}.fab-option:hover{transform:scale(1.1)}.fab-option.confirm{background-color:#667eea}.fab-option.confirm:hover{background-color:#5a6fd8}.fab-option.cancel{background-color:#ff6b6b}.fab-option.cancel:hover{background-color:#ff5252}.search-filter-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.search-filter-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:90%}.search-filter-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1.5rem}.search-filter-header h2{color:#333;font-size:1.5rem;margin:0}.search-filter-header .close-button{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:background .2s;width:32px}.search-filter-header .close-button:hover{background:#0000000d}.search-filter-body{flex:1 1;overflow-y:auto;padding:1.5rem}.filter-group{margin-bottom:1.25rem}.filter-group label{color:#333;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.filter-group input,.filter-group select{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.filter-group input:focus,.filter-group select:focus{border-color:#28a745;outline:none}.filter-group input::placeholder{color:#999}.search-filter-footer{background:#f8f9fa;border-top:1px solid #e0e0e0;display:flex;gap:1rem;padding:1.5rem}.reset-button,.search-button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:.875rem;transition:all .2s}.reset-button{background:#6c757d;color:#fff}.reset-button:hover{background:#5a6268}.search-button{background:#28a745;color:#fff}.search-button:hover{background:#218838}@media (max-width:600px){.search-filter-container{max-height:85vh;width:95%}.search-filter-header h2{font-size:1.25rem}.search-filter-body{padding:1rem}.filter-group{margin-bottom:1rem}.search-filter-footer{flex-direction:column;padding:1rem}.reset-button,.search-button{width:100%}}.wetland-form-modal{align-items:center;background:#00000080;bottom:0;left:0;overflow-y:auto;padding:1rem;right:0;top:0;z-index:2000}.wetland-form-container{border-radius:12px;box-shadow:0 8px 32px #0003;max-width:600px;overflow-y:auto;width:100%}.form-header{background:#fff;border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.form-header h2{word-wrap:break-word;color:#333;flex:1 1;font-size:1.5rem;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;padding-right:.5rem}.close-button{align-items:center;background:none;border-radius:50%;color:#999;display:flex;flex-shrink:0;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:all .2s;width:30px}.close-button:hover{background:#f5f5f5;color:#333}.form-body{padding:1.5rem}.form-section{margin-bottom:-2rem}.form-section h3{word-wrap:break-word;color:#667eea;font-size:1.2rem;font-weight:600;-webkit-hyphens:auto;hyphens:auto;margin:0 0 1rem;overflow-wrap:break-word}.form-group{margin-bottom:1rem}.form-group label{word-wrap:break-word;color:#333;display:block;font-weight:500;-webkit-hyphens:auto;hyphens:auto;margin-bottom:.5rem;overflow-wrap:break-word}.form-group label.required:after{color:#ff6b6b;content:" *"}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:all .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:80px;resize:vertical}.checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem}.checkbox-item{align-items:center;border:2px solid #e0e0e0;border-radius:20px;cursor:pointer;display:flex;padding:.6rem 1rem;transition:all .2s;-webkit-user-select:none;user-select:none}.checkbox-item:hover{background:#667eea0d;border-color:#667eea}.checkbox-item.selected{background:#667eea;border-color:#667eea;color:#fff}.checkbox-item input[type=checkbox]{display:none}.checkbox-item label{word-wrap:break-word;cursor:pointer;font-weight:400;-webkit-hyphens:auto;hyphens:auto;margin:0;overflow-wrap:break-word}.photo-upload-area{border:2px dashed #ddd;border-radius:8px;gap:10px;padding:1.5rem;text-align:center;transition:all .2s}.photo-upload-area:hover{background:#667eea05;border-color:#667eea}.photo-upload-area input[type=file]{display:none}.upload-button{word-wrap:break-word;align-items:center;background:#667eea;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;overflow-wrap:break-word;padding:.75rem 1.5rem;transition:all .2s}.upload-button:hover{background:#5568d3}.photo-preview-grid{grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));margin-top:1rem}.photo-preview-item{aspect-ratio:1;border:1px solid #e0e0e0;border-radius:8px;position:relative}.photo-preview-item img{height:100%}.photo-preview-item .remove-photo{align-items:center;background:#ff6b6be6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:24px;justify-content:center;position:absolute;right:4px;top:4px;transition:all .2s;width:24px}.photo-preview-item .remove-photo:hover{background:#ff5252}.uploading-indicator{align-items:center;color:#667eea;display:flex;gap:.5rem;margin-top:.5rem}.location-button{word-wrap:break-word;align-items:center;background:#4caf50;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;justify-content:center;overflow-wrap:break-word;padding:.75rem 1.5rem;transition:all .2s;width:100%}.location-button:hover{background:#45a049}.location-display{word-wrap:break-word;background:#f5f5f5;border-radius:8px;color:#666;font-size:.9rem;margin-top:.75rem;overflow-wrap:break-word;padding:.75rem}.form-footer{background:#fff;border-radius:0 0 12px 12px;border-top:1px solid #e0e0e0;bottom:0;gap:1rem;padding:1.5rem;position:-webkit-sticky;position:sticky}.form-footer button{word-wrap:break-word;border:none;border-radius:8px;box-sizing:border-box;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;overflow-wrap:break-word;padding:.875rem;transition:all .2s}.cancel-button{background:#f5f5f5;color:#666}.cancel-button:hover{background:#e0e0e0}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.submit-button:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.wetland-form-modal{align-items:flex-start;padding:0}.wetland-form-container{border-radius:0;max-height:100vh;max-width:100%}.form-footer,.form-header{border-radius:0}.checkbox-group{gap:.5rem}.checkbox-item{font-size:.9rem;padding:.5rem .75rem}}.error-message{color:#ff6b6b;font-size:.875rem;margin-top:.25rem}.error-message,.success-message{word-wrap:break-word;overflow-wrap:break-word}.success-message{background:#4caf50;border-radius:8px;color:#fff;margin-bottom:1rem;padding:1rem;text-align:center}.wetland-form-container{max-height:90vh}.wetland-form-container>form{display:flex;flex-direction:column;height:100%;min-height:0}.form-body{overflow-y:auto}.photo-upload-area{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.upload-button{flex:1 1 auto;min-width:0;text-align:center;white-space:normal}:root{--accent:#42a5f5;--accent-strong:#1d8fe3;--ink:#0f172a;--text:#374151;--line:#2563eb99;--card:#fff;--overlay:#11182759}.wetland-form-modal{align-items:flex-start;background:#11182759;background:var(--overlay);display:flex;inset:0;justify-content:center;overflow:auto;padding:24px;position:fixed;z-index:3000}.wetland-form-container{background:#fff;background:var(--card);border:1px solid #0000000f;border-radius:14px;box-shadow:0 16px 40px #0000002e;display:flex;flex-direction:column;max-height:92vh;overflow:hidden;width:min(880px,96%)}.form-footer,.form-header{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border-color:#eef2f7;color:#0f172a;color:var(--ink)}.form-header{align-items:center;border-bottom:1px solid #eef2f7;display:flex;gap:12px;justify-content:space-between;padding:16px 22px}.form-header h2{color:#0f172a;color:var(--ink);font-size:1.35rem;font-weight:800;letter-spacing:-.01em;margin:0;position:relative}.form-header h2:after{background:linear-gradient(90deg,#42a5f5,#0000);background:linear-gradient(90deg,var(--accent),#0000);border-radius:999px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:56px}.close-button{background:#eef2f7;border:none;border-radius:10px;color:#334155;cursor:pointer;font-size:20px;height:36px;transition:transform .08s ease,background .15s ease,box-shadow .15s ease;width:36px}.close-button:hover{background:#e2e8f0;box-shadow:0 2px 10px #00000014;transform:translateY(-1px)}.form-footer{border-top:1px solid #eef2f7;display:flex;gap:10px;padding:14px 22px}.cancel-button{background:#f4f6f9;border:1px solid #e5e7eb;border-radius:10px;color:#0f172a;color:var(--ink);cursor:pointer;font-weight:700;padding:10px 16px;transition:transform .08s ease,background .15s ease,box-shadow .15s ease}.cancel-button:hover{background:#e9edf3;box-shadow:0 2px 10px #0000000f;transform:translateY(-1px)}.form-body{-webkit-overflow-scrolling:touch;color:#374151;color:var(--text);flex:1 1 auto;min-height:0;overflow:auto;padding:18px 22px 8px}.form-section{padding:18px 0;position:relative}.form-section+.form-section:before{border-top:2px solid #2563eb99;border-top:2px solid var(--line);content:"";display:block;height:0;margin:14px 0}.form-section h3{color:#1d8fe3;color:var(--accent-strong);font-size:1.05rem;font-weight:800;letter-spacing:-.01em;margin:0 0 12px}.detail-row{grid-gap:10px 16px;align-items:start;display:grid;gap:10px 16px;grid-template-columns:220px 1fr;padding:6px 0}.detail-label{color:#0f172a;color:var(--ink);font-weight:700}.detail-value,.details-list{color:#374151;color:var(--text)}.details-list{list-style:none;margin:2px 0 0;padding-left:0}.details-list li{padding:3px 0 3px 18px;position:relative}.details-list li:before{background:#42a5f5;background:var(--accent);border-radius:999px;box-shadow:0 0 0 2px #42a5f533;content:"";height:8px;left:0;position:absolute;top:10px;width:8px}.photo-preview-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.photo-preview-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.photo-preview-item:hover{box-shadow:0 8px 18px #00000014;transform:translateY(-2px)}.photo-preview-item img{display:block;height:110px;object-fit:cover;transition:transform .25s ease;width:100%}.photo-preview-item:hover img{transform:scale(1.03)}.wetland-photo{border-radius:10px}@media (max-width:640px){.detail-row{gap:8px 12px;grid-template-columns:minmax(120px,42%) 1fr}}.leaflet-container,.map-container{height:100%;width:100%}.leaflet-container{z-index:1}.map-container.adding-mode .leaflet-container{cursor:crosshair}.wetland-marker-icon{background:#4caf50;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000004d}.wetland-popup{min-width:200px}.wetland-popup h3{color:#333;font-size:1.1rem;margin:0 0 .5rem}.wetland-popup p{color:#666;font-size:.9rem;margin:.25rem 0}.wetland-popup .popup-actions{display:flex;gap:.5rem;margin-top:.75rem}.wetland-popup button{border:none;border-radius:4px;cursor:pointer;font-size:.85rem;padding:.4rem .8rem;transition:all .2s}.wetland-popup .view-details{background:#667eea;color:#fff}.wetland-popup .view-details:hover{background:#5568d3}.leaflet-control-layers{border:none;border-radius:6px;box-shadow:0 2px 6px #00000026;margin-top:60px!important;z-index:1001!important}.leaflet-control-layers.leaflet-control-layers-expanded{z-index:1002!important}.leaflet-control-layers-list{padding:6px}.leaflet-control-layers-base label{background-position:6px;background-repeat:no-repeat;background-size:35px 35px;border:2px solid #0000;border-radius:5px;cursor:pointer;display:block;height:46px;margin-bottom:4px;padding:6px;transition:background-color .2s ease;width:140px}.leaflet-control-layers-base label:hover{background-color:#f0f0f0}.leaflet-control-layers-selector{display:none!important}.leaflet-control-layers-base label span{color:#333;display:block;font-size:.9em;font-weight:500;line-height:35px;padding-left:20px;white-space:nowrap}.leaflet-control-layers-base label:first-child{background-image:url(/static/media/osm-thumb.2187dc10798f28714a95.svg)}.leaflet-control-layers-base label:nth-child(2){background-image:url(/static/media/satellite-thumb.f78e457fed335d549f01.svg)}.leaflet-control-layers-base label:nth-child(3){background-image:url(/static/media/carto-thumb.5cee5638748116ee0d7f.svg)}.leaflet-control-layers-base input:checked+span{font-weight:700}.leaflet-control-layers-base label:has(input:checked){background-color:#e6f0ff;border-color:#667eea}.about-page{background-color:#fff;color:#333;font-family:Inter,sans-serif;line-height:1.6;overflow-y:auto;padding:2rem 1rem;width:100%}.about-container{margin:0 auto;max-width:900px}.about-page h2{border-bottom:2px solid #e0e0e0;color:#004b2d;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.about-page p{margin-bottom:1rem;text-align:justify}.about-page a{color:#018b45;font-weight:500;text-decoration:none}.about-page a:hover{text-decoration:underline}.about-page ol,.about-page ul{margin-bottom:1rem;padding-left:20px}.about-page li{margin-bottom:.5rem}.about-page strong{font-weight:700}.help-container{background-color:#fff;color:#333;font-family:Inter,sans-serif;line-height:1.6;overflow-y:auto;padding:2rem 1rem;width:100%}.help-section{margin:0 auto 3rem;max-width:900px}.help-section h2{border-bottom:2px solid #e0e0e0;color:#004b2d;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.help-text{margin-bottom:1.5rem;text-align:justify}.help-text strong{font-weight:700}.help-image-block{margin:2rem auto;max-width:100%;text-align:center}.help-image{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:auto;max-width:100%}.help-caption{color:#666;font-size:.9rem;font-style:italic;margin-top:.5rem}.camera-modal{background:#000c;bottom:0;left:0;position:fixed;right:0;top:0;z-index:3000}.camera-container,.camera-modal{align-items:center;display:flex;justify-content:center}.camera-container{background:#111;border-radius:12px;flex-direction:column;max-height:90vh;max-width:90vw;overflow:hidden;position:relative;width:100%}.camera-feed{height:auto;max-height:calc(90vh - 80px);object-fit:contain;width:100%}.camera-controls{background:#00000080;bottom:0;display:flex;gap:1rem;justify-content:center;left:0;padding:1rem;position:absolute;right:0}.camera-button{background:#fff;border:none;border-radius:8px;color:#333;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.camera-button:hover{background:#f0f0f0}.capture-button{background:#ff6b6b;color:#fff;font-weight:700}.capture-button:hover{background:#ff5252}.camera-error{color:#fff;padding:2rem;text-align:center}.top-banner{align-items:center;background:#fff;border-bottom:1px solid #e6e6e6;box-sizing:border-box;display:flex;justify-content:space-between;overflow:hidden;position:relative;width:100%}.tb-center,.tb-left,.tb-right{align-items:center;display:flex;justify-content:center}.tb-center img,.tb-left img,.tb-right img{display:block;object-fit:contain;width:auto}@media (max-width:360px){.top-banner{gap:3px;min-height:40px;padding:4px 6px}.tb-center,.tb-left,.tb-right{flex:0 0 auto}.tb-left img{max-height:28px;max-width:26vw}.tb-center img{max-height:28px;max-width:30vw}.tb-right img{max-height:26px;max-width:22vw}.tb-right{padding-right:6px}}@media (min-width:361px) and (max-width:375px){.top-banner{gap:4px;min-height:45px;padding:5px 8px}.tb-center,.tb-left,.tb-right{flex:0 0 auto}.tb-left img{max-height:32px;max-width:28vw}.tb-center img{max-height:32px;max-width:30vw}.tb-right img{max-height:30px;max-width:24vw}.tb-right{padding-right:8px}}@media (min-width:376px) and (max-width:414px){.top-banner{gap:5px;min-height:50px;padding:6px 10px}.tb-center,.tb-left,.tb-right{flex:0 0 auto}.tb-left img{max-height:38px;max-width:28vw}.tb-center img{max-height:38px;max-width:30vw}.tb-right img{max-height:36px;max-width:24vw}.tb-right{padding-right:10px}}@media (min-width:415px) and (max-width:480px){.top-banner{gap:6px;min-height:55px;padding:8px 12px}.tb-center,.tb-left,.tb-right{flex:0 0 auto}.tb-left img{max-height:42px;max-width:28vw}.tb-center img{max-height:42px;max-width:30vw}.tb-right img{max-height:40px;max-width:24vw}.tb-right{padding-right:12px}}@media (min-width:481px) and (max-width:768px){.top-banner{gap:8px;min-height:60px;padding:10px 16px}.tb-center,.tb-left,.tb-right{flex:0 0 auto}.tb-left img{max-height:48px;max-width:28vw}.tb-center img{max-height:48px;max-width:30vw}.tb-right img{max-height:45px;max-width:25vw}.tb-right{padding-right:15px}}@media (min-width:769px) and (max-width:1024px){.top-banner{justify-content:space-between;padding:12px 20px}.tb-center,.tb-left,.tb-right{flex:1 1}.tb-left{justify-content:flex-start}.tb-center{justify-content:center}.tb-right{justify-content:flex-end}.tb-left img{height:70px;max-width:100%}.tb-center img,.tb-right img{height:65px;max-width:100%}}@media (min-width:1025px) and (max-width:1366px){.top-banner{justify-content:space-between;padding:15px 30px}.tb-center,.tb-left,.tb-right{flex:1 1}.tb-left{justify-content:flex-start;transform:translateX(15%)}.tb-center{justify-content:center}.tb-right{justify-content:flex-end;transform:translateX(-15%)}.tb-left img{height:80px;max-width:100%}.tb-center img,.tb-right img{height:75px;max-width:100%}}@media (min-width:1367px) and (max-width:1920px){.top-banner{justify-content:space-between;padding:15px 40px}.tb-center,.tb-left,.tb-right{flex:1 1}.tb-left{justify-content:flex-start;transform:translateX(25%)}.tb-center{justify-content:center}.tb-right{justify-content:flex-end;transform:translateX(-25%)}.tb-left img{height:85px;max-width:100%}.tb-center img,.tb-right img{height:80px;max-width:100%}}@media (min-width:1921px){.top-banner{justify-content:space-between;padding:20px 60px}.tb-center,.tb-left,.tb-right{flex:1 1}.tb-left{justify-content:flex-start;transform:translateX(30%)}.tb-center{justify-content:center}.tb-right{justify-content:flex-end;transform:translateX(-30%)}.tb-left img{height:95px;max-width:100%}.tb-center img,.tb-right img{height:90px;max-width:100%}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;height:100vh;width:100%}.app-header{background:#009639;box-shadow:0 2px 8px #00000026;color:#fff;justify-content:space-between;padding:.75rem 1.5rem;z-index:1000}.app-header,.app-header h1{align-items:center;display:flex}.app-header h1{font-size:1.2rem;font-weight:600;gap:.5rem}.app-header .logo{align-items:center;background:#fff;border-radius:50%;display:flex;font-size:1.2rem;height:32px;justify-content:center;width:32px}.logo-img{height:32px;object-fit:contain;vertical-align:middle;width:32px}.header-actions{align-items:center;display:flex;gap:1rem}.language-toggle{background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.language-toggle:hover{background:#ffffff4d}.report-button{background:#ff6b6b;border:none;border-radius:25px;box-shadow:0 2px 6px #ff6b6b4d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.5rem;transition:all .3s ease}.report-button:hover{background:#ff5252;box-shadow:0 4px 12px #ff6b6b66;transform:translateY(-1px)}.app-nav{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:0 1.5rem}.nav-menu{display:flex;flex:1 1;gap:2rem;list-style:none}.nav-menu li{border-bottom:2px solid #0000;color:#666;cursor:pointer;font-weight:500;padding:1rem 0;transition:all .3s ease}.nav-menu li.active,.nav-menu li:hover{border-bottom-color:#009639;color:#009639}.nav-menu li.desktop-only{color:#ff6b6b;font-weight:600;margin-left:auto}.nav-menu li.desktop-only:hover{border-bottom-color:#ff6b6b;color:#ff5252}.nav-link{color:inherit;display:block;height:100%;text-decoration:none}.app-main{display:flex;flex:1 1;overflow:hidden;position:relative}.sidebar{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;max-height:calc(100vh - 180px);overflow-y:auto;position:absolute;right:1rem;top:1rem;width:320px;z-index:500}.sidebar-header{border-bottom:1px solid #e0e0e0;color:#333;font-size:1.1rem;font-weight:600;padding:1rem 1.5rem}.sidebar-content{padding:1.5rem}.app-footer{display:flex;flex-direction:column;flex-shrink:0}.footer-logos{align-items:center;background:#fff;border-top:1px solid #e0e0e0;display:flex;gap:1.5rem;justify-content:space-evenly;padding:.8rem 2rem}.footer-logo{height:48px;object-fit:contain;width:auto}.footer-green-bar{background:#2c5f4f;color:#fff;padding:.85rem 2rem}.footer-green-bar p{font-size:.85rem;line-height:1.6;margin:0;text-align:left}@media (max-width:768px){.app-header{padding:.75rem 1rem}.app-header h1{font-size:.8rem}.header-actions{gap:.5rem}.language-toggle{font-size:.85rem;padding:.4rem .8rem}.report-button{font-size:.85rem;padding:.5rem 1rem}.app-nav{padding:0 1rem}.nav-menu{font-size:.9rem;gap:1rem}.sidebar{max-height:calc(100vh - 200px);right:1rem;width:calc(100% - 2rem)}.desktop-only{display:none}.footer-logos{flex-wrap:wrap;gap:1rem;padding:.4rem 1rem}.footer-logo{height:28px}.footer-green-bar{padding:.6rem 1rem}.footer-green-bar p{font-size:.7rem}}@media (min-width:769px){.mobile-only{display:none}}.loading{align-items:center;display:flex;height:100%;justify-content:center}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#009639;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:1025px){.app-header .report-button,.app-nav .nav-menu>.desktop-only{display:none!important}}
/*# sourceMappingURL=main.3036c274.css.map*/