:root{--primary-green: #22c55e;--primary-green-dark: #16a34a;--primary-green-light: #f0fdf4;--text-primary: #1f2937;--text-secondary: #6b7280;--text-muted: #9ca3af;--border-light: #e5e7eb;--background-light: #f9fafb;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1)}html{scroll-behavior:smooth}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;line-height:1.6;color:var(--text-primary);background-color:var(--white)}a{color:var(--primary-green);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-green-dark)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-primary)}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin-bottom:1rem;color:var(--text-secondary)}img{max-width:100%;height:auto}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:inherit;outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-light)}::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-green-dark)}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(34,197,94,.1);position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header-content{display:flex;align-items:center;justify-content:space-between;height:70px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#1f2937!important;font-weight:700;transition:color .3s ease}.logo:hover{color:#16a34a!important}.logo-text{font-size:1.5rem;font-weight:700;color:#000!important}.header .logo .logo-text,.logo .logo-text,a.logo .logo-text{color:#000!important}.nav{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#374151;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#22c55e}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#22c55e;border-radius:1px}.menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#374151;padding:8px;border-radius:4px;transition:background-color .3s ease}.menu-toggle:hover{background-color:#f3f4f6}@media(max-width:768px){.menu-toggle{display:block}.nav{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{padding:.75rem 0;width:100%;text-align:center;border-bottom:1px solid #e5e7eb}.nav-link:last-child{border-bottom:none}}.footer{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.logo-image{width:40px;height:40px;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;color:#fff!important}.footer-description{color:#ffffffe6;line-height:1.6;margin:0}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:8px;color:#ffffffe6}.contact-item a{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center;color:#fffc}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer{padding:2rem 0 1rem}}.home{padding-top:70px}.hero{background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:4rem 0;min-height:80vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1f2937}.highlight{color:#22c55e}.hero-description{font-size:1.25rem;line-height:1.6;color:#6b7280;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a;text-align:center;max-width:300px;border:1px solid #e5e7eb}.hero-logo{width:64px;height:64px;object-fit:contain;margin-bottom:1rem}.hero-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.hero-card p{color:#6b7280;line-height:1.5}.mission{padding:5rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.section-header p{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.mission-card{text-align:center;padding:2rem;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.mission-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.mission-icon{width:48px;height:48px;color:#22c55e;margin-bottom:1rem}.mission-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.mission-card p{color:#6b7280;line-height:1.6}.features{padding:5rem 0;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.features-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.features-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}.features-text p{font-size:1.125rem;line-height:1.6;color:#6b7280;margin-bottom:2rem}.feature-list{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-weight:500;color:#374151}.feature-icon{width:20px;height:20px;color:#22c55e}.features-visual{display:flex;justify-content:center}.features-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a;text-align:center;max-width:300px;border:1px solid #e5e7eb}.features-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.features-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.5}.cta{padding:5rem 0;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta .btn-primary{background:#fff;color:#22c55e;border-color:#fff}.cta .btn-primary:hover{background:#f9fafb;color:#16a34a}.cta .btn-secondary{background:transparent;color:#fff;border-color:#fff}.cta .btn-secondary:hover{background:#fff;color:#22c55e}@media(max-width:768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.features-content{grid-template-columns:1fr;gap:2rem}.mission-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}}.events{padding-top:70px;min-height:100vh;background:#f9fafb}.events-header{text-align:center;padding:4rem 0 2rem;background:#fff;margin-bottom:2rem}.events-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#1f2937}.events-header p{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto}.events-tabs{display:flex;justify-content:center;margin-bottom:3rem;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.tab-button{padding:.75rem 2rem;border:none;background:transparent;color:#6b7280;font-weight:600;font-size:1rem;cursor:pointer;border-radius:8px;transition:all .3s ease;margin:0 .5rem}.tab-button:hover{background:#f3f4f6;color:#374151}.tab-button.active{background:#22c55e;color:#fff}.events-content{margin-bottom:4rem}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.event-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000001a}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.event-type{padding:.25rem .75rem;border-radius:20px;color:#fff;font-size:.875rem;font-weight:600}.event-date{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.event-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937;line-height:1.3}.event-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.event-detail{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.event-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.event-register{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#22c55e;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color .3s ease}.event-register:hover{background:#16a34a}.no-events{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#6b7280}.no-events svg{margin-bottom:1rem;color:#d1d5db}.no-events h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#374151}.newsletter-section{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:4rem 0;border-radius:16px;margin-bottom:2rem}.newsletter-content{text-align:center;max-width:600px;margin:0 auto}.newsletter-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.newsletter-content p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.newsletter-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.newsletter-input{flex:1;padding:.875rem 1rem;border:none;border-radius:8px;font-size:1rem;outline:none}.newsletter-input::placeholder{color:#9ca3af}.newsletter-button{padding:.875rem 1.5rem;background:#fff;color:#22c55e;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.newsletter-button:hover{background:#f9fafb}@media(max-width:768px){.events-header h1{font-size:2.5rem}.events-header p{font-size:1.125rem}.events-tabs{flex-direction:column;gap:.5rem}.tab-button{margin:0}.events-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-button{width:100%}}.about{padding-top:70px;min-height:100vh}.about-hero{background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:4rem 0;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#1f2937}.hero-subtitle{font-size:1.25rem;color:#6b7280;max-width:800px;margin:0 auto 3rem;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2.5rem;font-weight:800;color:#22c55e;line-height:1}.stat-label{font-size:1rem;color:#6b7280;margin-top:.5rem}.mission-section{padding:5rem 0;background:#fff}.section-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.mission-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}.mission-text p{font-size:1.125rem;line-height:1.6;color:#6b7280;margin-bottom:1.5rem}.mission-visual{display:flex;justify-content:center}.mission-card{background:#f9fafb;padding:2rem;border-radius:16px;text-align:center;border:1px solid #e5e7eb;max-width:300px}.mission-icon{width:64px;height:64px;color:#22c55e;margin-bottom:1rem}.mission-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.mission-card p{color:#6b7280;line-height:1.5}.values-section{padding:5rem 0;background:#f9fafb}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937}.section-subtitle{font-size:1.125rem;color:#6b7280;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.value-icon{width:64px;height:64px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#22c55e}.value-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.value-card p{color:#6b7280;line-height:1.6}.achievements-section{padding:5rem 0;background:#fff}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.achievement-card{text-align:center;padding:2rem 1rem}.achievement-number{font-size:3rem;font-weight:800;color:#22c55e;line-height:1;margin-bottom:.5rem}.achievement-label{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.achievement-description{color:#6b7280;font-size:.875rem;line-height:1.5}.team-section{padding:5rem 0;background:#f9fafb}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.team-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.team-image{width:100%;height:200px;overflow:hidden}.team-image img{width:100%;height:100%;object-fit:cover}.team-info{padding:1.5rem}.team-name{font-size:1.25rem;font-weight:700;margin-bottom:.25rem;color:#1f2937}.team-role{font-size:1rem;font-weight:600;color:#22c55e;margin-bottom:.25rem}.team-department{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.team-bio{color:#6b7280;line-height:1.6;font-size:.875rem}.join-section{padding:5rem 0;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;text-align:center}.join-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.join-content p{font-size:1.125rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.join-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.btn-primary{background:#fff;color:#22c55e;border-color:#fff}.btn-primary:hover{background:#f9fafb;color:#16a34a;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#22c55e;transform:translateY(-2px)}@media(max-width:768px){.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-stats{gap:2rem}.section-content{grid-template-columns:1fr;gap:2rem}.mission-text h2{font-size:2rem}.values-grid{grid-template-columns:1fr}.achievements-grid{grid-template-columns:repeat(2,1fr)}.team-grid{grid-template-columns:1fr}.join-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}}@media(max-width:480px){.achievements-grid{grid-template-columns:1fr}}*{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;line-height:1.6;color:#374151}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-family:inherit}.btn-primary{background:#22c55e;color:#fff;border-color:#22c55e}.btn-primary:hover{background:#16a34a;border-color:#16a34a;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#22c55e;border-color:#22c55e}.btn-secondary:hover{background:#22c55e;color:#fff;transform:translateY(-2px)}.btn-outline{background:transparent;color:#374151;border-color:#d1d5db}.btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.text-center{text-align:center}.text-green{color:#22c55e}.bg-green{background-color:#22c55e}.bg-light-green{background-color:#f0fdf4}@media(max-width:768px){.container{padding:0 16px}}
