:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{background-color:#1f2937;box-shadow:0 4px 6px #0003;position:sticky;top:0;z-index:50;padding:.5rem 1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.h-16{height:4rem}.logo{display:flex;align-items:center;justify-content:center}.logo img{height:110px;width:auto;object-fit:contain;cursor:pointer;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}.desktop-menu{display:none}.desktop-menu .menu-item{color:#e5e7eb;margin-right:2rem;text-decoration:none;transition:color .3s ease}.desktop-menu .menu-item:hover{color:#10b981}.admin-login-icon{display:flex;align-items:center;gap:.75rem}.admin-login-icon .admin-btn{background:none;border:none;color:#e5e7eb;cursor:pointer;transition:color .2s ease}.admin-login-icon .admin-btn:hover{color:#10b981}.user-email{font-size:.9rem;font-weight:500;color:#4b5563;background-color:#f3f4f6;padding:.4rem .6rem;border-radius:.375rem}.logout-btn{background-color:#ef4444;color:#fff;border:none;padding:.4rem .8rem;border-radius:.375rem;font-size:.9rem;cursor:pointer;transition:background-color .3s}.logout-btn:hover{background-color:#dc2626}.mobile-menu-button{display:block}.menu-toggle-btn{background:none;border:none;color:#e5e7eb;font-size:1.5rem}.mobile-menu{display:flex;flex-direction:column;background-color:#1f2937;padding:1rem;gap:.75rem;border-top:1px solid #374151}.mobile-menu .menu-item{display:block;width:100%;padding:.75rem 1rem;background-color:#374151;color:#e5e7eb;text-align:center;border-radius:.375rem;text-decoration:none;font-weight:500;transition:background-color .3s ease,color .3s ease}.mobile-menu .menu-item:hover{background-color:#10b981;color:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1f2937b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:.5rem;width:90%;max-width:400px;position:relative;box-shadow:0 10px 25px #0003;opacity:0;transform:scale(.95);animation:fadeIn .2s ease forwards}@keyframes fadeIn{to{opacity:1;transform:scale(1)}}.login-modal h2{margin-bottom:1rem;font-size:1.5rem;color:#1f2937}.modal-input{width:100%;margin-bottom:1rem;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem}.modal-button{width:100%;padding:.75rem;background-color:#10b981;color:#fff;border:none;border-radius:.375rem;font-size:1rem;cursor:pointer}.modal-button:hover{background-color:#059669}.close-modal{position:absolute;top:.5rem;right:.75rem;background:none;border:none;font-size:1.25rem;cursor:pointer}@media (min-width: 768px){.desktop-menu{display:flex;align-items:center}.mobile-menu-button{display:none}.mobile-menu{display:none!important}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffffb3;display:flex;justify-content:center;align-items:center;z-index:9999}.spinner{border:6px solid #f3f3f3;border-top:6px solid #BFA181;border-radius:50%;width:60px;height:60px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;top:80px;left:40%;transform:translate(-50%);padding:15px 25px;border-radius:8px;color:#fff;font-weight:700;opacity:0;animation:fadeInOut 3s ease-in-out forwards;z-index:1000}.toast.success{background-color:#4caf50}.toast.error{background-color:#f44336}@keyframes fadeInOut{0%{opacity:0;transform:translateY(20px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.footer{background-color:#1f2937;color:#f9fafb;padding:3rem 1.5rem 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2rem}.footer-title{font-size:1.2rem;margin-bottom:1rem;color:#10b981}.footer-text{font-size:.95rem;color:#d1d5db;line-height:1.5}.footer-link{color:#9ca3af;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s ease}.footer-link:hover{color:#10b981}.footer-contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#d1d5db}.footer-contact-text,.footer-email{font-size:.95rem;color:#d1d5db}.footer-email:hover{color:#10b981}.footer-socials{margin-top:1rem;display:flex;gap:.75rem}.footer-input{padding:.5rem .75rem;border:none;border-radius:.375rem 0 0 .375rem;flex:1;min-width:0;font-size:.9rem}.footer-button{padding:.5rem 1rem;background-color:#10b981;color:#fff;border:none;border-radius:0 .375rem .375rem 0;font-weight:600;cursor:pointer;transition:background-color .3s ease}.footer-button:hover{background-color:#059669}.footer-form{display:flex;margin-top:1rem}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;font-size:.9rem;color:#9ca3af}.home-section{width:100%;height:100vh;padding-top:4rem;background-image:linear-gradient(#00000080,#00000080),url(/assets/home-zqQoY371.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.overlay{text-align:center;color:#fff;padding:1rem}.slogan{font-size:2.5rem;font-weight:700;max-width:800px;margin:2rem auto}.mission-vision-buttons{margin-top:1rem;display:flex;gap:6rem;justify-content:center}.mv-button{background-color:#10b981;color:#fff;padding:.75rem 2rem;border:none;border-radius:.375rem;font-size:.9rem;cursor:pointer;transition:background-color .3s ease}.mv-button:hover{background-color:#059669}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1f2937b3;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease;z-index:999}.modal-content{background:#fff;padding:2rem;border-radius:.5rem;width:90%;max-width:500px;box-shadow:0 10px 25px #0003;position:relative}.close-modal{position:absolute;top:.5rem;right:.75rem;background:none;border:none;font-size:1.5rem;cursor:pointer}@keyframes fadeIn{0%{opacity:0}to{transform:translateY(0);opacity:1}}@media (min-width: 768px){.slogan{margin:4rem auto}}@media (max-width: 500px){.mission-vision-buttons{flex-direction:column;gap:1rem}}.ods-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.ods-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s;overflow:hidden}.ods-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.ods-header{height:6px;width:100%}.ods-body{padding:1rem;text-align:center}.ods-icon{width:60px;height:60px;object-fit:contain;margin-bottom:1rem}.ods-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.ods-description{font-size:.95rem;color:#555}.ods-page{margin-top:4rem;padding:2rem;background-color:#f7f7f7;min-height:100vh}.ods-title{font-size:2rem;text-align:center;margin-bottom:2rem;color:#333}.ods-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.ods-modal{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:600px;box-shadow:0 0 20px #000000e6;position:relative}.ods-modal-close{position:absolute;top:.8rem;right:1rem;background:none;border:none;font-size:1.8rem;cursor:pointer}.ods-modal h2{margin-top:0;color:#333}.ods-modal p{margin:.5rem 0;line-height:1.6}.ods-modal-icon{max-width:100px;height:auto;display:block;margin:0 auto 1rem}.ods-modal-edit-bar{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:1rem}.edit-btn,.save-btn,.cancel-btn{padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;font-weight:700;font-size:.9rem;transition:background-color .2s ease-in-out}.edit-btn{background-color:#007bff;color:#fff}.edit-btn:hover{background-color:#0056b3}.save-btn{background-color:#28a745;color:#fff}.save-btn:hover{background-color:#218838}.cancel-btn{background-color:#dc3545;color:#fff}.cancel-btn:hover{background-color:#c82333}.edit-input,.edit-textarea{width:100%;padding:.6rem .8rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;background-color:#f9f9f9}.edit-input:focus,.edit-textarea:focus{outline:none;border-color:#007bff;background-color:#fff}.error-msg{color:#dc3545;font-weight:700;margin-top:1rem;text-align:center}.project-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 10px #0000001a;overflow:hidden;transition:transform .2s ease}.project-card:hover{transform:translateY(-5px)}.project-image{width:80%;height:1fr;object-fit:cover;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.project-content{padding:1rem}.project-title{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#111827}.project-description{font-size:1rem;margin-bottom:.75rem;max-height:100px;overflow-y:auto;font-size:.95rem;color:#374151;line-height:1.4;margin-top:.5rem}.project-dates{font-size:.85rem;color:#6b7280;margin-bottom:.5rem}.project-button,.edit-button,.delete-button{background-color:#10b981;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background-color .2s ease}.edit-button{background-color:#3b82f6}.delete-button{background-color:#ef4444}.edit-button:hover,.delete-button:hover{opacity:.9}.project-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.project-modal{background-color:#fff;border-radius:.5rem;width:95%;max-width:600px;padding:2rem;position:relative;box-shadow:0 10px 25px #0003;animation:fadeIn .3s ease-in-out;max-height:90vh;overflow-y:auto}.project-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:#333;cursor:pointer}.project-image-preview,.project-modal-image{width:100%;max-height:300px;object-fit:cover;border-radius:.5rem;margin-bottom:1rem}.project-modal-title{font-size:1.6rem;margin-bottom:.5rem;color:#1f2937}.project-modal-dates{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.project-modal-content{font-size:1rem;line-height:1.6;color:#374151}.project-edit-bar{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:1rem}.projects-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;margin-top:80px}.projects-title{font-size:2rem;font-weight:700}.create-button{background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;transition:background-color .3s ease}.create-button:hover{background-color:#1d4ed8}.loading-text{text-align:center;font-size:1rem}.projects-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media (min-width: 640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:50}.modal-content{background-color:#fff;border-radius:.5rem;box-shadow:0 5px 15px #0000004d;width:100%;max-width:32rem;padding:1.5rem;position:relative}.modal-close{position:absolute;top:.5rem;right:.5rem;color:#4b5563;font-size:1.25rem;cursor:pointer}.modal-close:hover{color:#ef4444}.modal-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.project-form{display:flex;flex-direction:column;gap:1rem}.project-input,.project-textarea,.project-date,.project-file,.project-submit{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem}.project-submit{background-color:#2563eb;color:#fff;cursor:pointer;transition:background-color .3s ease}.project-submit:hover{background-color:#1d4ed8}.project-date-group{display:flex;gap:1rem}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media (max-width: 400px){.modal-content{padding:1rem}}@media (max-width: 500px){.project-date-group{flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow-x:hidden;font-family:Segoe UI,sans-serif;background-color:#fff}.app-container{display:flex;flex-direction:column;min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:10;background-color:#0c0a1fcc}*/ .main-content{flex:1;margin-top:8rem}.news-section{margin-top:2rem;padding:4rem 1rem;background-color:#f9fafb}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.news-footer{text-align:center;margin-top:2rem}.load-more-btn{padding:.75rem 1.5rem;background-color:#556b2f;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;min-width:180px}.load-more-btn:hover:not(:disabled){background-color:#6b8e23}.load-more-btn:disabled{background-color:#a9b7a1;cursor:not-allowed}.news-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filter-controls{display:flex;gap:.5rem}.filter-controls input[type=month]{padding:.4rem}.filter-btn{padding:.4rem 1rem;background-color:#007bff;border:none;color:#fff;cursor:pointer;border-radius:5px}.filter-btn:hover{background-color:#0056b3}.news-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:999}.news-modal{background-color:#fff;padding:2rem;width:100%;max-width:500px;border-radius:12px;box-shadow:0 0 20px #0003;position:relative;z-index:1000;animation:fadeInUp .3s ease-out}.news-modal input[type=text],.news-modal input[type=date],.news-modal input[type=file],.news-modal textarea{width:100%;padding:10px;margin-bottom:1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;box-sizing:border-box}.news-modal button{padding:10px 16px;margin-right:8px;border:none;border-radius:8px;cursor:pointer;font-weight:700;font-size:1rem}.news-modal button:first-of-type{background-color:#007bff;color:#fff}.news-modal button:last-of-type{background-color:#ccc;color:#333}.error-msg{color:red;font-size:.9rem;margin-top:.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.news-modal{padding:1.5rem;max-width:90%}}@media (max-width: 768px){.news-controls{flex-direction:column;align-items:flex-start;gap:1rem}}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}.news-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 10px #0000001a;overflow:hidden;transition:transform .2s ease}.news-card:hover{transform:translateY(-5px)}.news-image{width:100%;height:200px;object-fit:cover}.news-content{padding:1rem}.news-date{font-size:.85rem;color:#6b7280}.news-title{font-size:1.25rem;font-weight:700;margin:.5rem 0;color:#111827}.news-excerpt{font-size:1rem;color:#374151;margin-bottom:1rem}.read-more-link{font-size:.95rem;color:#10b981;text-decoration:none}.read-more-link:hover{text-decoration:underline}.news-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.news-modal{background-color:#fff;border-radius:.5rem;max-width:600px;width:90%;padding:2rem;position:relative;box-shadow:0 10px 25px #0003;animation:fadeIn .3s ease-in-out}.news-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:#333;cursor:pointer}.news-modal-image{width:100%;height:auto;border-radius:.5rem;margin-bottom:1rem}.news-modal-title{font-size:1.5rem;margin-bottom:.5rem;color:#1f2937}.news-modal-date{display:block;color:#6b7280;margin-bottom:1rem}.news-modal-content{font-size:1rem;line-height:1.6;color:#374151}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.news-modal-edit-bar{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:1rem}.edit-input,.edit-textarea{width:100%;margin-bottom:1rem;padding:.6rem;border-radius:6px;border:1px solid #ccc;font-size:1rem}.edit-textarea{height:120px;resize:vertical}.toggle-btn{margin-top:.5rem;padding:.4rem .8rem;background-color:#e0e0e0;border:none;border-radius:6px;cursor:pointer}.toggle-btn.active{background-color:#ef4444;color:#fff}.toggle-btn.inactive{background-color:#10b981;color:#fff}.partner-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;text-align:center;position:relative;transition:transform .2s ease}.partner-card:hover{transform:translateY(-4px)}.partner-logo img{width:80px;height:80px;object-fit:contain;margin-bottom:.75rem}.partner-name{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.partner-ods{margin-bottom:.75rem}.ods-tag{display:inline-block;background-color:#10b981;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:.375rem;margin:.125rem}.partner-website{color:#10b981;text-decoration:none;position:absolute;top:1rem;right:1rem}.partners-section{margin-top:2rem;padding:4rem 1rem;background-color:#f9fafb}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.create-partner-btn{background-color:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;margin-bottom:1rem;cursor:pointer}.create-partner-btn:hover{background-color:#0f766e}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;padding:2rem;width:90%;max-width:500px;border-radius:12px;box-shadow:0 4px 20px #0000004d}.modal-content input[type=text],.modal-content input[type=url],.modal-content input[type=file]{width:100%;margin-bottom:.8rem;padding:8px;border:1px solid #ccc;border-radius:6px}.ods-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:1rem}.ods-checkbox{padding:4px 8px;border-radius:6px;color:#fff;font-size:.8rem;cursor:pointer}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.modal-actions button{padding:6px 14px;border:none;border-radius:6px;cursor:pointer}.modal-actions button:first-child{background:#10b981;color:#fff}.modal-actions button:last-child{background:#ccc}input[type=file]{border:none;background:#f1f1f1;padding:6px}.project-details{max-width:1000px;margin:4rem auto;padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:0 8px 20px #0000001a;color:#1f2937;font-family:Segoe UI,sans-serif}.project-details h2{font-size:2rem;margin-bottom:1rem;color:#111827;text-align:center}.main-image{width:100%;max-height:400px;object-fit:cover;border-radius:.5rem;margin-bottom:2rem}.project-details p{margin:.5rem 0;line-height:1.6}.observations{margin-top:2rem;background-color:#f3f4f6;padding:1rem;border-radius:.5rem}.observations h4{margin-bottom:.5rem;font-size:1.125rem}.add-observation{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.add-observation textarea{resize:vertical;min-height:100px;padding:.5rem;font-size:1rem;border-radius:.375rem;border:1px solid #d1d5db}.add-observation button{align-self:flex-start;padding:.5rem 1rem;background-color:#10b981;color:#fff;border:none;border-radius:.375rem;cursor:pointer}.add-observation button:hover{background-color:#059669}.gallery-section{margin-top:2rem}.gallery-section h3{margin-bottom:1rem;font-size:1.25rem;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.gallery-item{position:relative}.gallery-item img{width:100%;border-radius:.5rem;object-fit:cover;max-height:180px}.gallery-item button{position:absolute;top:6px;right:6px;background-color:#ef4444e6;color:#fff;border:none;padding:.3rem .5rem;border-radius:.375rem;cursor:pointer;font-size:.8rem}.gallery-item button:hover{background-color:#dc2626e6}.gallery-section form{margin-top:1rem;display:flex;gap:.5rem;flex-wrap:wrap}.gallery-section input[type=file]{flex:1}.gallery-section button{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer}.gallery-section button:hover{background-color:#2563eb}.back-button{margin-top:2rem;background-color:#6b7280;color:#fff;padding:.5rem 1rem;border-radius:.375rem;border:none;cursor:pointer}.back-button:hover{background-color:#4b5563}.project-details p strong+span,.project-details p:last-of-type{display:block;max-height:120px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#9ca3af #f3f4f6;padding-right:.5rem}
