:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;width:100%;height:100%;background-color:#fff}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html{scroll-behavior:smooth}body{margin:0;display:flex;flex-direction:column;place-items:center;min-width:320px;min-height:100vh;background-color:#fff;color:#253a49}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}}.logo-container{display:flex;justify-content:center;align-items:center;height:calc(100vh - 64px);padding:2rem;box-sizing:border-box}.logo-container svg{width:90vw;max-width:900px;height:auto;opacity:0;animation:fadeInLogo 2s ease-out forwards}@keyframes fadeInLogo{to{opacity:1}}.logo-svg{width:90vw;max-width:1000px;height:auto}@keyframes sway{0%{transform:rotate(0) scale(1)}25%{transform:rotate(2deg) scale(1.02)}50%{transform:rotate(0) scale(1)}75%{transform:rotate(-2deg) scale(.98)}to{transform:rotate(0) scale(1)}}[id^=leaf]{transform-box:fill-box;transform-origin:center;animation:sway 6s ease-in-out infinite;display:inline}#leaf01,#leaf02,#leaf03,#leaf04,#leaf05,#leaf06,#leaf07,#leaf08,#leaf09,#leaf10,#leaf11,#leaf12,#leaf13,#leaf14,#leaf15,#leaf16,#leaf17,#leaf18,#leaf19,#leaf20,#leaf21,#leaf22,#leaf23,#leaf24,#leaf25,#leaf26,#leaf27,#leaf28,#leaf29,#leaf30,#leaf31,#leaf32,#leaf33,#leaf34,#leaf35,#leaf36,#leaf37,#leaf38,#leaf39,#leaf40,#leaf41,#leaf42,#leaf43,#leaf44{transform-origin:243px 123px}.navbar{position:sticky;top:0;z-index:1000;background-color:#fff;border-bottom:1px solid #ddd;padding:1rem 2rem;box-shadow:0 2px 4px #00000008}.navbar-container{display:flex;justify-content:space-between;align-items:center}.nav-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.nav-links li a{text-decoration:none;color:#253a49;font-weight:500;transition:color .3s ease}.nav-links li a:hover{color:#429ecc}.hamburger{display:none;font-size:1.8rem;cursor:pointer}@media (max-width: 768px){.hamburger{display:block}.nav-links{position:absolute;top:70px;right:2rem;background-color:#fff;flex-direction:column;align-items:flex-start;padding:1rem;box-shadow:0 4px 8px #0000001a;display:none}.nav-links.open{display:flex}.nav-links li{margin-bottom:.5rem}}.mission-section{min-height:100vh;padding:6rem 2rem;background:linear-gradient(to bottom,#f4f9fb,#d6ecf3);display:flex;align-items:center;justify-content:center;text-align:center}.mission-content{max-width:800px;color:#2b3d4f}.mission-section h2{font-size:2.8rem;margin-bottom:1.5rem;color:#1c2a38}.mission-section p{font-size:1.2rem;line-height:1.7;margin-bottom:1.2rem}.goals-section{min-height:100vh;padding:6rem 2rem;background:linear-gradient(to bottom,#eef7fa,#eaf4ee);display:flex;align-items:center;justify-content:center;text-align:center}.goals-content{max-width:900px;color:#1c2b39}.goals-section h2{font-size:2.8rem;margin-bottom:2rem}.goals-section ul{list-style-type:disc;text-align:left;padding-left:2rem;font-size:1.2rem;line-height:1.8}.contact-section{min-height:100vh;padding:6rem 2rem;background:linear-gradient(to bottom,#e1f2f8,#fff);color:#1c2b39;text-align:center;display:flex;align-items:center;justify-content:center}.contact-section h2{font-size:2.5rem;margin-bottom:1rem}.contact-info p,.foundation-info p{margin:.5rem 0;font-size:1.1rem}.contact-buttons{margin:2rem 0}.contact-button{background-color:#1c2b39;color:#fff;padding:1rem 2rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer}.contact-button:hover{background-color:#0e1820}.about-section{background:linear-gradient(to bottom,#eef5f9,#e2ecf1);padding:100px 20px;min-height:100vh;display:flex;align-items:center;justify-content:center}.about-content{max-width:800px;text-align:center;color:#1f2d3d}.about-content h2{font-size:2.8rem;margin-bottom:30px}.about-content p{font-size:1.2rem;margin-bottom:20px}.about-avatars{display:flex;justify-content:center;gap:20px;margin-top:40px}.avatar-placeholder{width:100px;height:100px;background-color:#cddce6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff}.news-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(to bottom,#eef6f9,#e1ecf4);color:#1f2b38;scroll-snap-align:start}.news-content{max-width:800px;text-align:center}.news-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:#1f2b38}.news-content .placeholder{font-size:1.2rem;line-height:1.7}.footer{background:linear-gradient(to bottom,#e1ecf4,#cfdbe7);padding:2rem 1rem;text-align:center;color:#1f2b38;scroll-snap-align:end}.footer-content p{margin:.5rem 0;font-size:1rem}.footer a{color:#1f2b38;text-decoration:underline;transition:color .3s ease}.footer a:hover{color:#3d5c72}.footer .note{margin-top:1rem;font-style:italic;font-size:.9rem}.support-section{padding:5rem 2rem;background:linear-gradient(to bottom,#cfdbe7,#f0f4f8);color:#1f2b38;text-align:center;scroll-snap-align:start;min-height:100vh}.support-section h2{font-size:2.5rem;margin-bottom:1rem}.support-text{font-size:1.2rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.support-list{list-style:none;padding:0;font-size:1.1rem;margin:2rem auto;max-width:600px}.support-list li{margin:1rem 0}.support-note{font-style:italic;margin-top:3rem;margin-bottom:1rem;font-size:1rem}.support-box{background-color:#fffd;border-radius:12px;padding:1.5rem;max-width:500px;margin:0 auto;box-shadow:0 4px 12px #0000001a}.team-section{padding:6rem 2rem;background:linear-gradient(to bottom,#edf8f6,#f0f9f5);text-align:center;color:#1c2b39;align-items:center;justify-content:center;display:flex}.team-section h2{font-size:2.5rem;margin-bottom:1rem}.team-intro{max-width:900px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;justify-items:center}.team-member{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000000d;max-width:320px;text-align:center}.team-member img{width:100%;height:auto;border-radius:12px;margin-bottom:1rem;object-fit:cover}.team-member h3{margin:.5rem 0 .2rem;font-size:1.4rem;color:#1c2b39}.team-member .role{font-weight:700;margin-bottom:.8rem;color:#4e6a7a}.team-member .description{font-size:1rem;color:#2b3d4f;line-height:1.5}.statute-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:4rem 2rem 2rem;background:linear-gradient(to bottom,#e1ecf4,#eef6f9);color:#1f2b38;scroll-snap-align:start}.statute-section h2{font-size:2.5rem;margin-bottom:2rem;font-weight:700;text-align:center;color:#1f2b38}.statute-box{background-color:#fffd;border-radius:14px;box-shadow:0 4px 18px #0000001f;padding:1.5rem .5rem;max-width:900px;width:100%;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}.statute-box iframe{width:100%;min-height:600px;border:none;border-radius:10px;box-shadow:0 2px 10px #00000012;background:#fff}@media (max-width: 800px){.statute-box iframe{min-height:400px}.statute-box{max-width:98vw}}@media (max-width: 500px){.statute-box iframe{min-height:250px}.statute-section{padding:2rem .5rem}}.statute-download{display:inline-block;margin-top:16px;padding:10px 24px;background:#447cdb;color:#fff;border-radius:8px;font-weight:500;text-decoration:none;transition:background .2s}.statute-download:hover{background:#315ea8}
