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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#2c3e50;--secondary-color:#2d83bd;--accent-color:#e74c3c;--light-color:#ecf0f1;--dark-color:#2c3e50;--text-color:#333;--text-light:#fff;--max-width:1200px;--spacing:1rem;--border-radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;color:var(--text-color);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.container{margin:0 auto;max-width:1200px;max-width:var(--max-width);padding:0 1rem;padding:0 var(--spacing);width:100%}a{color:#2d83bd;color:var(--secondary-color);text-decoration:none}#root,body,html{height:100%;min-height:100%}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.header{background-color:#2c3e50;background-color:var(--primary-color);color:#fff;color:var(--text-light);padding:.1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header .container{align-items:center;display:flex;justify-content:space-between}.logo{font-weight:700;padding-top:.4%}.logo img{display:block;height:auto;max-height:60px;max-width:60px;width:auto}.header nav{display:flex;gap:1.5rem}.header nav a{color:#fff;color:var(--text-light);transition:color .3s}.header nav a:hover{color:#2d83bd;color:var(--secondary-color)}.hero{background:linear-gradient(135deg,#2c3e50,#3498db);background-position:50%;background-size:cover;color:#fff;color:var(--text-light);padding:5rem 0;text-align:center}.hero h1{font-size:3rem}.hero .subtitle{font-size:1.5rem;margin-bottom:2rem}.cta-button{background-color:#e74c3c;background-color:var(--accent-color);border-radius:8px;border-radius:var(--border-radius);color:#fff;color:var(--text-light);display:inline-block;font-weight:700;padding:.8rem 1.5rem;transition:background-color .3s}.cta-button:hover{background-color:#c0392b}.featured-projects,.latest-news{padding:4rem 0}.featured-projects h2,.latest-news h2{color:#2c3e50;color:var(--primary-color);font-size:2rem;margin-bottom:2rem;text-align:center}.news-grid,.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.news-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:24px}.project-card{border-radius:8px;border-radius:var(--border-radius);box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s}.project-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-5px)}.project-image{height:250px;overflow:hidden}.project-image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{background-color:#ecf0f1;background-color:var(--light-color);padding:1rem}.project-content h3{color:#2c3e50;color:var(--primary-color);margin-bottom:.5rem}.read-more{display:inline-block;font-weight:700;margin-top:1rem}.footer{background-color:#2c3e50;background-color:var(--dark-color);color:#fff;color:var(--text-light);padding:2rem 0;text-align:center}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:2rem}.contact-item{margin-bottom:1.5rem}.contact-item h3{color:#2c3e50;color:var(--primary-color);margin-bottom:.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:700;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:8px;border-radius:var(--border-radius);padding:.8rem;width:100%}.submit-button{background-color:#2d83bd;background-color:var(--secondary-color);border:none;color:#fff;cursor:pointer;font-weight:700;padding:.8rem 1.5rem}.news-card,.submit-button{border-radius:8px;border-radius:var(--border-radius)}.news-card{align-items:stretch;background:#fff;box-shadow:0 2px 12px #00000012;display:flex;flex-direction:column;max-width:100%;min-height:400px;overflow:hidden}.news-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-5px);transition:10%}.news-card-image{align-items:center;background:#f5f5f5;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.news-card-image img{display:block;height:100%;object-fit:cover;width:100%}.news-card-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:1.2rem}.section-header{margin-bottom:4rem;padding-top:3rem;text-align:center}.section-header h1{color:#2c3e50;color:var(--primary-color,#2c3e50);display:inline-block;font-family:Montserrat,Segoe UI,Arial,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin:0;padding:.5rem 0}.doc-link:hover{color:#0a2a4d}.news-article-page .container{background:#fff;border-radius:14px;box-shadow:none;margin:0 auto;max-width:900px;padding:2rem 1rem}.news-article-page .section-header h1{font-size:2.3rem;font-weight:700;letter-spacing:.5px;line-height:1.2;margin-bottom:1.2rem;text-align:center}.article-date{color:#888;font-size:1rem;letter-spacing:.5px;margin-bottom:1.5rem;text-align:center}.article-image{display:flex;justify-content:center;margin-bottom:2rem}.article-image img{border-radius:10px;box-shadow:0 2px 12px #00000012;max-height:400px;max-width:100%;object-fit:cover}.article-content{color:#222;font-size:1.18rem;letter-spacing:.1px;line-height:1.8;margin-top:1.5rem;word-break:break-word}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}.header .container{flex-direction:column;gap:1rem}}@media (max-width:900px){.news-grid{grid-template-columns:repeat(2,1fr)}.header nav{background:#2c3e50;box-shadow:0 2px 16px #00000014;display:none;flex-direction:column;padding:1rem;position:absolute;text-align:center;top:50px;width:100%;z-index:1000}.header nav.open{display:flex}.header nav a{display:block;margin:.5rem 0;text-align:center;width:100%}.header .logo{display:none}.header .burger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:36px;justify-content:center;margin-left:auto;width:36px;z-index:1001}.header .burger span{background:#205081;border-radius:2px;display:block;height:4px;transition:.3s;width:100%}}@media (min-width:901px){.header .burger{display:none}.header nav{align-items:center;background:none;box-shadow:none;display:flex!important;flex-direction:row;padding:0;position:static;width:auto}.header nav a{margin:0 1rem;width:auto}.header .logo{display:block}}@media (max-width:600px){.news-grid{grid-template-columns:1fr}}@media (max-width:700px){.news-article-page .container{padding:1rem .3rem}.news-article-page .section-header h1{font-size:1.4rem}}.project-detail-page{padding:3rem 0}.project-header{margin-bottom:2rem}.project-detail-image{border-radius:8px;border-radius:var(--border-radius);margin:1.5rem 0;max-height:500px;object-fit:cover;width:100%}.project-content h2{color:#2c3e50;color:var(--primary-color);margin:2rem 0 1rem}.project-content h3{margin:1.5rem 0 1rem}.project-content ul{margin:1rem 0;padding-left:1.5rem}.project-content li{margin-bottom:.5rem}.funding-info{background-color:#ecf0f1;background-color:var(--light-color);border-left:4px solid #2d83bd;border-left:4px solid var(--secondary-color);margin-top:2rem;padding:1rem}.back-button{color:#2d83bd;color:var(--secondary-color);display:inline-block;font-weight:700;margin-bottom:1rem}.project-link{color:inherit;text-decoration:none}button{background-color:#fff;display:inline-block;font-weight:700;margin-bottom:1rem}.copy-button,button{border:none;cursor:pointer}.copy-button{background:#eee;border-radius:4px;padding:.2rem .5rem}.copy-button:hover{background:#ddd}.success-message{color:green;margin-top:1rem}.error-message{color:red;margin-top:1rem}.vertical-video-container{background:#000;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:20px auto;max-width:460px;overflow:hidden}.vertical-video{aspect-ratio:9/16;display:block;height:auto;object-fit:cover;width:100%}.social-media-links{display:flex;gap:15px;margin:20px 0}.social-media-links a{align-items:center;color:#1877f2;display:flex;gap:5px;text-decoration:none}.social-media-links a:last-child{color:#e1306c}.footer{background-color:#f9f9f9;color:#333;display:flex;flex-wrap:wrap;font-size:14px;gap:1rem;justify-content:space-between;padding:20px 10%}.footer-section{flex:1 1;min-width:200px;padding-top:15px}.footer-section.center{text-align:center}.footer-section.right{padding-right:20px;text-align:center}