.navigation{background:#fff;color:#1f2937;padding:1.25rem 2rem;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.nav-logo h1{margin:0;font-size:1.75rem;font-weight:700;color:#2d8659;letter-spacing:-.5px}.nav-logo{text-decoration:none;color:#2d8659}.nav-links{display:flex;gap:2rem}.nav-link{color:#4b5563;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#2d8659;transition:width .3s}.nav-link:hover{color:#1f2937}.nav-link:hover:after{width:100%}.nav-user{color:#4b5563;font-size:.9rem;font-weight:500;margin-right:.5rem}.nav-button{background:none;border:none;cursor:pointer;font-family:inherit;padding:.5rem 0;color:#4b5563;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.nav-button:hover{color:#2d8659}@media (max-width: 768px){.navigation{padding:1rem;flex-direction:column;gap:1rem}.nav-logo h1{font-size:1.5rem}.nav-links{gap:1rem;flex-wrap:wrap;justify-content:center}}.filter-form{background:transparent;border-radius:0;padding:0;margin-bottom:0;border:none}.filter-presets{margin-bottom:1.5rem;padding:1.25rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.filter-presets-title{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.preset-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.preset-btn{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.preset-btn:hover{background:#2d8659;color:#fff;border-color:#2d8659}.clear-filters-btn{padding:.5rem 1rem;border:1px solid #ef4444;background:#fff;color:#ef4444;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.clear-filters-btn:hover{background:#ef4444;color:#fff}.advanced-filters-toggle{margin-top:1rem;text-align:center}.toggle-advanced-btn{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#6b7280;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.toggle-advanced-btn:hover{background:#f3f4f6;color:#374151}.advanced-filters{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.filter-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.filter-item{display:flex;flex-direction:column;min-width:120px;flex:1}.filter-item label{font-size:.7rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.375rem}.filter-item select,.filter-item input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;font-family:inherit;background:#fff;color:#1f2937;transition:all .2s;width:100%}.filter-item select:focus,.filter-item input:focus{outline:none;border-color:#2d8659;box-shadow:0 0 0 3px #2d86591a}.filter-item select:hover,.filter-item input:hover{border-color:#9ca3af}.filter-item select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.filter-item select option{background:#fff;color:#1f2937}.filter-button-item{flex:0 0 auto;min-width:auto}.search-button{padding:.5rem 1.5rem;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#2d8659;color:#fff;box-shadow:0 2px 4px #0000001a;width:100%;height:100%;min-height:36px}@media (max-width: 1200px){.filter-item{min-width:120px}}@media (max-width: 768px){.filter-form{padding:1.25rem 1.5rem}.filter-row{flex-direction:column;gap:1rem}.filter-item,.filter-button-item{width:100%;min-width:100%}.search-button{width:100%}}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;height:100%;min-height:320px;border:1px solid #e5e7eb;position:relative}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2d8659,#10b981);opacity:0;transition:opacity .3s ease}.project-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #2d865926;border-color:#2d8659}.project-card:hover:before{opacity:1}.project-card-content{padding:1.75rem;flex:1;display:flex;flex-direction:column;gap:1.25rem}.project-card-header{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6;min-height:160px}.project-card-title{margin:0;color:#1f2937;font-size:1.35rem;font-weight:700;line-height:1.3;letter-spacing:-.3px}.project-card-badges-container{display:flex;flex-direction:column;gap:.75rem;width:100%}.project-card-badges-row{display:flex;gap:.5rem;flex-wrap:nowrap;align-items:center;width:100%}.project-card-badges-row:first-child{justify-content:flex-start}.project-card-badges-row:last-child{justify-content:flex-start}.badge{padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;flex-shrink:0}.badge-type{background:#ecfdf5;color:#2d8659;border:1px solid #d1fae5;width:100%;text-align:center}.badge-cert{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe;width:100%;text-align:center}.badge-location{background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb}.badge-status{background:#eff6ff;color:#1e40af;border:1px solid #dbeafe;width:100%;text-align:center}.badge-status.badge-status-unknown{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.project-card-main-info{flex:1;display:flex;flex-direction:column}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem;align-items:stretch}.info-item{display:flex;flex-direction:column;gap:.5rem;padding:.875rem;background:#f9fafb;border-radius:8px;border-left:3px solid #2d8659;transition:all .2s ease;min-height:70px;justify-content:space-between}.project-card:hover .info-item{background:#f0fdf4;border-left-color:#10b981}.info-label{color:#6b7280;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;line-height:1.2}.info-value{color:#1f2937;font-weight:700;font-size:1rem;word-break:break-word;line-height:1.3}.trust-rating{display:flex;align-items:center;gap:.5rem}.stars{color:#f59e0b;font-size:.95rem}.price-estimate-badge{color:#f59e0b;font-size:.85rem;font-weight:600;margin-left:.25rem;cursor:help}.project-card-actions{display:flex;gap:.75rem;padding-top:1rem;margin-top:1rem;border-top:1px solid #e5e7eb}.project-card-view-btn,.project-card-buy-btn{flex:1;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;text-align:center;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer}.project-card-view-btn{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.project-card-view-btn:hover{background:#e5e7eb;color:#1f2937}.project-card-buy-btn{background:#2d8659;color:#fff}.project-card-buy-btn:hover{background:#256f47;transform:translateY(-1px);box-shadow:0 2px 4px #2d865933}@media (max-width: 768px){.project-card-content{padding:1.5rem;gap:1rem}.project-card-title{font-size:1.2rem}.project-card-badges-container{gap:.5rem}.project-card-badges-row{gap:.375rem}.badge{font-size:.7rem;padding:.3rem .6rem}.info-grid{grid-template-columns:1fr;gap:.75rem}.info-item{padding:.75rem}.info-value{font-size:1rem}.project-card-actions{flex-direction:column;gap:.5rem}}.featured-projects-section{max-width:1200px;margin:0 auto 3rem;padding:0 2rem}.featured-projects-container{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.featured-projects-header{text-align:center;margin-bottom:2.5rem}.featured-projects-header h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.5px}.featured-projects-subtitle{color:#6b7280;font-size:1.05rem;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.view-all-link{display:inline-block;color:#2d8659;font-weight:600;text-decoration:none;font-size:1rem;transition:color .2s}.view-all-link:hover{color:#256f47;text-decoration:underline}.featured-projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 968px){.featured-projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.featured-projects-section{padding:0 1.5rem;margin-bottom:2rem}.featured-projects-container{padding:2rem 1.5rem}.featured-projects-header h2{font-size:1.75rem}.featured-projects-grid{grid-template-columns:1fr;gap:1.25rem}}.home-page{padding:2rem 0}.hero-section{position:relative;padding:4rem 2rem;margin-bottom:3rem;border-radius:12px;overflow:hidden;background-image:url(https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?w=1920&h=800&fit=crop&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0f162999;z-index:1}.hero-section h1{font-size:3rem;color:#fff;margin:0 0 3rem;font-weight:700;letter-spacing:-.5px;line-height:1.2;text-align:center;position:relative;z-index:2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.filters-section{background:#ecfdf566;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;padding:2rem;border:2px solid rgba(45,134,89,.7);box-shadow:0 8px 32px #2d865933,0 0 0 1px #0000001a;max-width:1000px;width:100%;position:relative;z-index:2}.search-button-container{display:flex;justify-content:center;margin-top:1.5rem;padding:0}.search-button{padding:1rem 3rem;background:#2d8659;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px;width:100%;max-width:300px;box-shadow:0 2px 4px #0000001a}.search-button:hover{background:#256f47;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.search-button:active{transform:translateY(0)}.mission-section{max-width:1200px;margin:0 auto 3rem;padding:0 2rem}.mission-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem;box-shadow:0 2px 8px #00000014;text-align:center;border-top:4px solid #2d8659}.mission-content h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.5px}.mission-content p{color:#4b5563;font-size:1.1rem;line-height:1.8;max-width:900px;margin:0 auto}@media (max-width: 768px){.mission-section{padding:0 1.5rem;margin-bottom:2rem}.mission-content{padding:2rem 1.5rem}.mission-content h2{font-size:1.75rem;margin-bottom:1.25rem}.mission-content p{font-size:1rem;line-height:1.7}}.action-panels{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}.action-panel{background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014;border-radius:12px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.action-panel:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f;border-color:#2d8659}.panel-image{width:100%;height:250px;overflow:hidden;background:#f3f4f6}.panel-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.action-panel:hover .panel-image img{transform:scale(1.05)}.panel-content{padding:2rem;flex:1;display:flex;flex-direction:column}.panel-content h2{color:#1f2937;font-size:1.75rem;margin-bottom:1rem;font-weight:700;letter-spacing:-.3px}.panel-content p{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:1.5rem;flex:1}.panel-button{display:inline-block;padding:.875rem 2rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:8px;font-size:1rem;font-weight:600;text-align:center;transition:all .2s;box-shadow:0 2px 4px #0000001a;text-transform:uppercase;letter-spacing:.5px}.panel-button:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.list-panel .panel-button{background:#2d8659}.list-panel .panel-button:hover{background:#256f47}@media (max-width: 968px){.action-panels{grid-template-columns:1fr;gap:1.5rem}.hero-section{min-height:400px}}@media (max-width: 768px){.home-page{padding:1rem 0}.hero-section{padding:2.5rem 1.5rem;min-height:350px}.hero-section h1{font-size:2rem;margin-bottom:2rem}.filters-section{padding:2rem 1.5rem}.search-button{padding:.875rem 2rem;font-size:1rem}.panel-content{padding:1.5rem}.panel-content h2{font-size:1.5rem}}.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}}.project-map-container{width:100%;margin:2rem 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb}.map-loading{display:flex;justify-content:center;align-items:center;height:500px;color:#666;font-size:1.1rem}.map-popup{min-width:200px}.map-popup h4{margin:0 0 .5rem;color:#1f2937;font-size:1rem}.map-popup p{margin:.25rem 0;font-size:.85rem;color:#4b5563}.map-popup-button{margin-top:.75rem;padding:.5rem 1rem;background:#2d8659;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s}.map-popup-button:hover{background:#256d4a}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;min-height:200px}.loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#2d8659;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-message{margin-top:1rem;color:#6b7280;font-size:.95rem}.projects-page{padding:2rem 0;max-width:1400px;margin:0 auto}.projects-controls{display:flex;justify-content:space-between;align-items:center;margin:1.5rem 0;flex-wrap:wrap;gap:1rem}.sort-controls{display:flex;align-items:center;gap:.75rem}.sort-controls label{font-weight:500;color:#374151;font-size:.95rem}.sort-select{padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.9rem;cursor:pointer;transition:all .2s}.sort-select:hover{border-color:#2d8659}.sort-select:focus{outline:none;border-color:#2d8659;box-shadow:0 0 0 3px #2d86591a}.view-toggle{display:flex;gap:.5rem;justify-content:center}.view-toggle button{padding:.625rem 1.5rem;border:1px solid #d1d5db;background:#fff;color:#4b5563;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s}.view-toggle button:hover{border-color:#2d8659;color:#2d8659}.view-toggle button.active{background:#2d8659;color:#fff;border-color:#2d8659}.view-toggle button:disabled{opacity:.5;cursor:not-allowed;background:#f3f4f6;color:#9ca3af}.map-unavailable{padding:3rem 2rem;text-align:center;background:#fff7ed;border:1px solid #f59e0b;border-radius:8px;margin:2rem 0}.map-unavailable p{color:#92400e;font-size:1rem;margin:.5rem 0}.projects-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.back-link{display:inline-block;color:#2563eb;text-decoration:none;font-weight:400;font-size:.9rem;margin-bottom:1rem;transition:color .2s}.projects-header h1{color:#1f2937;font-size:2rem;margin-bottom:.75rem;font-weight:700;letter-spacing:-.5px}.results-count{color:#6b7280;font-size:1rem;font-weight:400}.data-source-note{color:#6b7280;font-size:.9rem;font-style:italic;margin-top:.5rem}.data-source-link{color:#2d8659;text-decoration:none;font-weight:500;transition:color .2s}.data-source-link:hover{color:#256f47;text-decoration:underline}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.no-results{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;border-radius:8px}.no-results p{font-size:1.2rem;color:#6b7280;margin-bottom:1.5rem;font-weight:400}@media (max-width: 768px){.projects-page{padding:1rem 0}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.projects-header h1{font-size:1.75rem}}.project-impact-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;margin-bottom:1.5rem}.project-impact-section h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.impact-card{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.impact-card:last-child{margin-bottom:0}.impact-card h3{color:#374151;font-size:1.1rem;font-weight:600;margin-bottom:1.25rem}.credits-breakdown{display:flex;flex-direction:column;gap:1.25rem}.credit-metric{display:flex;flex-direction:column;gap:.5rem}.metric-label{font-size:.875rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:1.5rem;font-weight:700;color:#1f2937}.metric-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.metric-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.metric-percentage{font-size:.875rem;color:#6b7280;font-weight:500;margin-top:.25rem}.impact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.impact-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.impact-icon{font-size:2.5rem;line-height:1}.impact-content{flex:1}.impact-label{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:.25rem}.impact-value{font-size:1.75rem;font-weight:700;color:#2d8659;line-height:1.2}.impact-unit{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.indicators-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.indicator-item{padding:1.25rem;background:#fff;border-radius:8px;border:2px solid #e5e7eb;text-align:center}.indicator-item.indicator-good{border-color:#10b981;background:#f0fdf4}.indicator-item.indicator-warning{border-color:#f59e0b;background:#fffbeb}.indicator-label{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:.5rem}.indicator-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.indicator-status{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6b7280}.indicator-good .indicator-status{color:#10b981}.indicator-warning .indicator-status{color:#f59e0b}.risk-assessment{background:#fef3c7;border:1px solid #fde68a}.risk-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:6px;margin-bottom:.75rem;border:1px solid #e5e7eb}.risk-item:last-child{margin-bottom:0}.risk-label{font-size:.9rem;color:#374151;font-weight:500}.risk-value{font-size:.95rem;color:#1f2937;font-weight:600;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.risk-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.risk-badge.risk-good{background:#d1fae5;color:#065f46}.risk-badge.risk-warning{background:#fee2e2;color:#991b1b}.risk-badge.risk-info{background:#dbeafe;color:#1e40af}@media (max-width: 768px){.project-impact-section{padding:1.5rem}.impact-grid,.indicators-grid{grid-template-columns:1fr}.risk-item{flex-direction:column;align-items:flex-start;gap:.5rem}.risk-value{justify-content:flex-start}}.comment-section{background:#fff;padding:1.5rem;border-radius:0;box-shadow:0 1px 3px #00000014;border:1px solid #e5e5e5;margin-top:1.5rem}.comment-section h2{color:#333;font-size:1.25rem;margin-bottom:1.25rem;font-weight:600;letter-spacing:-.3px}.comment-login-prompt{padding:1.5rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb;margin-bottom:1.5rem;text-align:center}.comment-login-prompt p{margin:0;color:#4b5563;font-size:.95rem}.comment-login-prompt a{color:#2d8659;text-decoration:none;font-weight:500}.comment-login-prompt a:hover{text-decoration:underline}.comment-form{margin-bottom:2rem}.comment-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;font-family:inherit;resize:vertical;margin-bottom:.75rem;transition:border-color .2s}.comment-input:focus{outline:none;border-color:#2d8659;box-shadow:0 0 0 3px #2d86591a}.comment-submit{padding:.625rem 1.5rem;background:#2d8659;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.comment-submit:hover{background:#256d4a}.comments-list{display:flex;flex-direction:column;gap:1.25rem}.comments-loading,.no-comments{padding:2rem;text-align:center;color:#666;font-size:.95rem}.comment-item{padding:1.25rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.comment-author{font-weight:600;color:#1f2937;font-size:.95rem}.comment-date{color:#6b7280;font-size:.85rem}.comment-text{color:#4b5563;font-size:.95rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.similar-projects-section{max-width:1200px;margin:2rem auto;padding:0 2rem}.similar-projects-container{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.similar-projects-container h2{color:#1f2937;font-size:1.75rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.5px}.similar-projects-subtitle{color:#6b7280;font-size:1rem;margin-bottom:2rem}.similar-projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.similar-projects-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.view-more-link{display:inline-block;color:#2d8659;font-weight:600;text-decoration:none;font-size:1rem;transition:color .2s}.view-more-link:hover{color:#256f47;text-decoration:underline}@media (max-width: 968px){.similar-projects-grid{gap:1.5rem}}@media (max-width: 768px){.similar-projects-section{padding:0 1.5rem}.similar-projects-container{padding:1.5rem}.similar-projects-grid{grid-template-columns:1fr;gap:1.25rem}}.project-detail-page{padding:2rem 0;max-width:1200px;margin:0 auto}.error-message{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 3px #00000014}.error-message h2{color:#333;margin-bottom:1.5rem;font-weight:600}.project-detail-header{background:linear-gradient(135deg,#fff,#f9fafb);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;margin-bottom:2rem;border:1px solid #e5e7eb;border-top:4px solid #2d8659}.project-detail-title-section{padding:2.5rem}.project-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.project-detail-title-section h1{color:#1f2937;font-size:2.5rem;margin:0;font-weight:800;letter-spacing:-.8px;line-height:1.2;flex:1;min-width:300px}.project-id-badge{background:#ecfdf5;color:#2d8659;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;border:1px solid #d1fae5;white-space:nowrap}.project-header-description{color:#4b5563;font-size:1.05rem;line-height:1.7;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.project-badges{display:flex;gap:.5rem;flex-wrap:nowrap;align-items:center;width:100%}.badge{flex:1 1 0;padding:.5rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px;text-align:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge-type{background:#f0f0f0;color:#666}.badge-cert{background:#eff6ff;color:#2563eb}.badge-location{background:#f5f5f5;color:#666}.badge-status{background:#eff6ff;color:#1e40af;border:1px solid #dbeafe}.project-detail-content{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-top:1.5rem}.project-detail-main{display:flex;flex-direction:column;gap:1.5rem}.detail-section{background:#fff;padding:1.5rem;border-radius:0;box-shadow:0 1px 3px #00000014;border:1px solid #e5e5e5}.detail-section h2{color:#333;font-size:1.25rem;margin-bottom:1rem;font-weight:600;letter-spacing:-.3px}.detail-section p{color:#666;line-height:1.7;font-size:.95rem}.project-detail-sidebar{display:flex;flex-direction:column}.info-card{background:#fff;padding:1.5rem;border-radius:0;box-shadow:0 1px 3px #00000014;border:1px solid #e5e5e5;position:sticky;top:2rem}.info-card h3{color:#333;font-size:1.25rem;margin-bottom:1.25rem;font-weight:600;border-bottom:1px solid #e5e5e5;padding-bottom:.75rem;letter-spacing:-.3px}.cta-card{background:linear-gradient(135deg,#f0fdf4,#fff);padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;border:2px solid #2d8659;margin-top:2rem;position:sticky;top:calc(2rem + 400px)}.cta-card h3{color:#2d8659;font-size:1.5rem;margin-bottom:.75rem;font-weight:700}.cta-card p{color:#6b7280;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.cta-button-primary,.cta-button-secondary{display:block;text-align:center;padding:1rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s;margin-bottom:.75rem;font-size:1rem}.cta-button-primary{background:#2d8659;color:#fff;box-shadow:0 2px 4px #2d865933}.cta-button-primary:hover{background:#256f47;transform:translateY(-2px);box-shadow:0 4px 8px #2d86594d}.detail-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.875rem 0;border-bottom:1px solid #f5f5f5}.detail-item:last-child{border-bottom:none}.detail-label{color:#666;font-size:.9rem;font-weight:400}.detail-value{color:#333;font-weight:600;font-size:.95rem;text-align:right;flex:1;margin-left:1rem}.trust-rating-large{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.trust-rating-large .stars{color:#f59e0b;font-size:1.1rem}.pricing-disclaimer,.trust-rating-disclaimer{margin:1rem 0;padding:1rem;background:#fff7ed;border-left:4px solid #f59e0b;border-radius:4px}.disclaimer-text{color:#92400e;font-size:.875rem;line-height:1.6;margin:0}.disclaimer-text strong{color:#78350f;font-weight:600}.pricing-calculation{margin-top:1.5rem}.calculation-intro{color:#666;margin-bottom:1.25rem;line-height:1.7}.calculation-breakdown{background:#f9fafb;padding:1.25rem;border-radius:6px;margin:1rem 0;border:1px solid #e5e7eb}.calculation-step{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.calculation-step:last-child{border-bottom:none}.calculation-step.calculation-result{margin-top:.75rem;padding-top:1rem;border-top:2px solid #2d8659;font-weight:600}.step-label{color:#4b5563;font-size:.9rem;flex:1}.step-value{color:#1f2937;font-weight:600;font-size:.95rem}.calculation-result .step-label,.calculation-result .step-value{color:#2d8659;font-size:1rem;font-weight:700}.calculation-note{color:#6b7280;font-size:.85rem;line-height:1.6;margin-top:1rem;font-style:italic}@media (max-width: 968px){.project-detail-content{grid-template-columns:1fr}.info-card{position:static}}@media (max-width: 768px){.project-detail-page{padding:1rem 0}.project-detail-title-section{padding:1.5rem}.project-header-top{flex-direction:column;gap:1rem}.project-detail-title-section h1{font-size:1.75rem;min-width:auto}.project-id-badge{align-self:flex-start}.project-header-description{font-size:.95rem;margin-top:1.25rem;padding-top:1.25rem}.detail-section,.info-card{padding:1.5rem}.detail-section h2,.info-card h3{font-size:1.25rem}}.buy-credits-page{padding:2rem 0;max-width:1200px;margin:0 auto}.offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.offer-item{padding:1.5rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:0}.offer-item h3{color:#2d8659;font-size:1.25rem;margin-bottom:.75rem;font-weight:600}.offer-item p{color:#666;line-height:1.7;font-size:.95rem}.project-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.project-type-item{text-align:center;padding:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .3s ease}.project-type-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f;border-color:#2d8659}.type-image{width:100%;height:200px;overflow:hidden;background:#f3f4f6}.type-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-type-item:hover .type-image img{transform:scale(1.1)}.project-type-item h3{color:#1f2937;font-size:1.25rem;margin-bottom:.75rem;font-weight:600;padding:1.5rem 1.5rem .5rem}.project-type-item p{color:#4b5563;line-height:1.7;font-size:.95rem;padding:0 1.5rem 1.5rem}.benefits-list{list-style:none;padding:0;max-width:600px;margin:2rem auto 0}.benefits-list li{color:#333;font-size:1.05rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0;line-height:1.6}.benefits-list li:last-child{border-bottom:none}@media (max-width: 768px){.buy-credits-page{padding:1rem 0}.page-header h1{font-size:2rem}.section-block{padding:1.5rem}.offer-grid,.project-types-grid,.contact-options,.trust-points{grid-template-columns:1fr}.trust-section,.contact-section{padding:2rem 1.5rem}}.list-project-page{padding:2rem 0;max-width:1200px;margin:0 auto}.back-link{display:inline-block;color:#2563eb;text-decoration:none;font-weight:400;font-size:.9rem;margin-bottom:1.5rem;transition:color .2s}.back-link:hover{color:#1e40af;text-decoration:underline}.page-header{text-align:center;padding:2rem 0;margin-bottom:3rem;border-bottom:1px solid #e5e5e5}.page-header h1{color:#333;font-size:2.5rem;margin-bottom:1rem;font-weight:700;letter-spacing:-.5px}.page-subtitle{color:#666;font-size:1.1rem;max-width:700px;margin:0 auto}.content-section{display:flex;flex-direction:column;gap:3rem;max-width:800px;margin:0 auto}.trust-section{padding:3rem 2.5rem}.trust-section h2{text-align:center;color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2.5rem}.trust-points{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.trust-point{padding:1.5rem;background:#f9fafb;border-left:4px solid #2d8659;border-radius:8px}.trust-point h3{color:#2d8659;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.trust-point p{color:#6b7280;line-height:1.6;font-size:.95rem}.contact-section{text-align:center;padding:3rem 2rem}.contact-section h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.contact-message{font-size:1.25rem;color:#374151;margin-bottom:3rem;line-height:1.6}.section-block{background:#fff;padding:2.5rem;border:1px solid #e5e5e5;box-shadow:0 1px 3px #00000014}.section-block.highlight-section{background:#f0fdf4;border-color:#2d8659}.section-block h2{color:#333;font-size:1.75rem;margin-bottom:1.5rem;font-weight:700;text-align:center;letter-spacing:-.3px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.benefit-item{padding:1.5rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:0}.benefit-item h3{color:#2d8659;font-size:1.25rem;margin-bottom:.75rem;font-weight:600}.benefit-item p{color:#666;line-height:1.7;font-size:.95rem}.requirements-intro,.info-intro{color:#666;font-size:1rem;text-align:center;margin-bottom:2rem;line-height:1.7}.requirements-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.requirement-item{display:flex;gap:1.5rem;padding:1.5rem;background:#fafafa;border:1px solid #e5e5e5}.requirement-check{color:#2d8659;font-size:1.5rem;font-weight:700;flex-shrink:0}.requirement-content h3{color:#333;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.requirement-content p{color:#666;line-height:1.7;font-size:.95rem}.info-checklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:1.5rem}.info-item{color:#666;font-size:.95rem;padding:.75rem 1rem;background:#fafafa;border:1px solid #e5e5e5;line-height:1.6}.highlight-text{color:#333;font-size:1.1rem;line-height:1.8;text-align:center;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.contact-options{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.contact-option{text-align:center;padding:2rem 1.5rem;background:#fff;border:1px solid #e5e5e5}.contact-option h3{color:#333;font-size:1.25rem;margin-bottom:.75rem;font-weight:600}.contact-option p{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.6}.contact-link{color:#2563eb;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s}.contact-link:hover{color:#1e40af;text-decoration:underline}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.process-step{display:flex;gap:1.5rem;padding:1.5rem;background:#fafafa;border:1px solid #e5e5e5}.step-number{width:50px;height:50px;background:#2d8659;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content h3{color:#333;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.step-content p{color:#666;line-height:1.7;font-size:.95rem}@media (max-width: 768px){.list-project-page{padding:1rem 0}.page-header h1{font-size:2rem}.section-block{padding:1.5rem}.benefits-grid,.contact-options,.process-steps,.trust-points{grid-template-columns:1fr}.trust-section,.contact-section{padding:2rem 1.5rem}.requirement-item,.process-step{flex-direction:column;text-align:center}.info-checklist{grid-template-columns:1fr}}.login-page{min-height:calc(100vh - 200px);display:flex;justify-content:center;align-items:center;padding:2rem}.login-container{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb;width:100%;max-width:400px}.login-container h1{color:#1f2937;font-size:2rem;margin-bottom:.5rem;font-weight:700;text-align:center}.login-subtitle{color:#6b7280;font-size:.95rem;text-align:center;margin-bottom:2rem}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:6px;margin-bottom:1.5rem;font-size:.9rem;border:1px solid #fecaca}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-size:.9rem;font-weight:500}.form-group input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:#2d8659;box-shadow:0 0 0 3px #2d86591a}.submit-button{padding:.875rem;background:#2d8659;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem}.submit-button:hover{background:#256d4a}.login-switch{margin-top:1.5rem;text-align:center;color:#6b7280;font-size:.9rem}.link-button{background:none;border:none;color:#2d8659;cursor:pointer;text-decoration:underline;font-size:inherit;padding:0}.link-button:hover{color:#256d4a}.login-footer{margin-top:2rem;text-align:center}.back-link{color:#6b7280;text-decoration:none;font-size:.9rem;transition:color .2s}.back-link:hover{color:#2d8659}.faq-section{max-width:1200px;margin:0 auto;padding:0}.faq-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem;box-shadow:0 2px 8px #00000014;border-top:4px solid #2d8659}.faq-container h2{display:none}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.faq-item:hover{background:#f0fdf4;border-color:#2d8659;box-shadow:0 2px 4px #2d86591a}.faq-question{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;line-height:1.4}.faq-answer{color:#4b5563;font-size:1rem;line-height:1.7;margin:0}@media (max-width: 768px){.faq-section{padding:0 1.5rem;margin-bottom:2rem}.faq-container{padding:2rem 1.5rem}.faq-container h2{font-size:1.75rem;margin-bottom:1.5rem}.faq-item{padding:1.25rem}.faq-question{font-size:1rem}.faq-answer{font-size:.95rem}}.faq-page{max-width:1200px;margin:0 auto;padding:2rem}.faq-page-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.faq-page-header h1{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.5px}.faq-page-intro{color:#4b5563;font-size:1.1rem;line-height:1.7;max-width:700px;margin:0 auto}@media (max-width: 768px){.faq-page{padding:1.5rem}.faq-page-header{margin-bottom:2rem;padding-bottom:1.5rem}.faq-page-header h1{font-size:2rem}.faq-page-intro{font-size:1rem}}.blog-page{max-width:1200px;margin:0 auto;padding:2rem}.blog-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.blog-header h1{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.5px}.blog-subtitle{color:#6b7280;font-size:1.1rem;max-width:700px;margin:0 auto}.blog-content{display:grid;grid-template-columns:1fr 300px;gap:3rem}.blog-articles{display:flex;flex-direction:column;gap:2rem}.blog-article-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .2s;box-shadow:0 1px 3px #0000000d}.blog-article-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:#2d8659}.article-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.article-category{background:#2d8659;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-meta{color:#9ca3af;font-size:.85rem}.article-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.article-excerpt{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:1.25rem}.article-read-more{color:#2d8659;font-weight:600;text-decoration:none;font-size:.95rem;transition:color .2s}.article-read-more:hover{color:#256f47;text-decoration:underline}.blog-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.sidebar-section h3{color:#1f2937;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.sidebar-links{list-style:none;padding:0;margin:0}.sidebar-links li{margin-bottom:.75rem}.sidebar-links a{color:#2d8659;text-decoration:none;font-size:.95rem;transition:color .2s}.sidebar-links a:hover{color:#256f47;text-decoration:underline}.topic-tags{display:flex;flex-wrap:wrap;gap:.5rem}.topic-tag{background:#f3f4f6;color:#374151;padding:.375rem .75rem;border-radius:6px;font-size:.85rem;font-weight:500}.cta-section{background:linear-gradient(135deg,#f0fdf4,#fff);border-color:#2d8659;border-width:2px}.cta-section h3{color:#2d8659}.cta-section p{color:#6b7280;font-size:.95rem;margin-bottom:1.25rem;line-height:1.5}.sidebar-cta-btn{display:block;text-align:center;padding:.875rem 1.5rem;background:#2d8659;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #2d865933}.sidebar-cta-btn:hover{background:#256f47;transform:translateY(-2px);box-shadow:0 4px 8px #2d86594d}@media (max-width: 968px){.blog-content{grid-template-columns:1fr;gap:2rem}.blog-sidebar{order:-1}}@media (max-width: 768px){.blog-page{padding:1.5rem}.blog-header h1{font-size:2rem}.blog-article-card{padding:1.5rem}.article-title{font-size:1.25rem}}.blog-post-page{max-width:900px;margin:0 auto;padding:2rem}.back-link{display:inline-block;color:#2d8659;text-decoration:none;font-weight:500;font-size:.95rem;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:#256f47;text-decoration:underline}.blog-post{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.blog-post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.blog-post-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;align-items:center}.post-category{background:#2d8659;color:#fff;padding:.375rem .875rem;border-radius:6px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.post-date,.post-read-time{color:#6b7280;font-size:.9rem}.blog-post-title{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.5px;margin:0}.blog-post-content{color:#374151;font-size:1.1rem;line-height:1.8}.blog-post-content h2{color:#1f2937;font-size:1.75rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.blog-post-content h3{color:#1f2937;font-size:1.4rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;line-height:1.3}.blog-post-content p{margin-bottom:1.25rem}.blog-post-content ul,.blog-post-content ol{margin-bottom:1.25rem;padding-left:2rem}.blog-post-content li{margin-bottom:.75rem;line-height:1.7}.blog-post-content strong{color:#1f2937;font-weight:600}.blog-post-content a{color:#2d8659;text-decoration:underline}.blog-post-content a:hover{color:#256f47}.blog-post-footer{margin-top:4rem;padding-top:3rem;border-top:2px solid #e5e7eb}.blog-post-cta{background:linear-gradient(135deg,#f0fdf4,#fff);border:2px solid #2d8659;border-radius:12px;padding:2.5rem;text-align:center}.blog-post-cta h3{color:#2d8659;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.blog-post-cta p{color:#6b7280;font-size:1.05rem;margin-bottom:2rem}.cta-button,.cta-button-secondary{display:inline-block;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s;margin:0 .5rem;font-size:1rem}.cta-button{background:#2d8659;color:#fff;box-shadow:0 2px 4px #2d865933}.cta-button:hover{background:#256f47;transform:translateY(-2px);box-shadow:0 4px 8px #2d86594d}.cta-button-secondary{background:#fff;color:#2d8659;border:2px solid #2d8659}.cta-button-secondary:hover{background:#f0fdf4;border-color:#256f47;color:#256f47}.blog-post-error{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.blog-post-error h2{color:#1f2937;margin-bottom:1.5rem}@media (max-width: 768px){.blog-post-page{padding:1.5rem}.blog-post{padding:2rem 1.5rem}.blog-post-title{font-size:2rem}.blog-post-content{font-size:1rem}.blog-post-content h2{font-size:1.5rem}.blog-post-content h3{font-size:1.25rem}.blog-post-cta{padding:2rem 1.5rem}.cta-button,.cta-button-secondary{display:block;margin:.5rem 0;width:100%}}.site-footer{background:#1f2937;color:#e5e7eb;margin-top:4rem;padding:3rem 0 1.5rem;border-top:3px solid #2d8659}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}.footer-section h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#d1d5db;line-height:1.6;font-size:.95rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#d1d5db;text-decoration:none;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#2d8659}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.data-citation{margin-bottom:1.5rem;padding:1.5rem;background:#111827;border-radius:8px;border-left:4px solid #2d8659}.citation-label{color:#9ca3af;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.citation-text{color:#d1d5db;font-size:.9rem;line-height:1.6;margin:0}.citation-link{color:#2d8659;text-decoration:underline;transition:color .2s}.citation-link:hover{color:#10b981}.copyright{color:#9ca3af;font-size:.85rem;margin:0}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-container{padding:0 1.5rem}.data-citation{padding:1rem}.citation-text{font-size:.85rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:0 20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;color:#1f2937;line-height:1.6}#root{min-height:100vh}
