*{margin:0;padding:0;box-sizing:border-box}#snowflakes-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000;overflow:hidden}.snowflake{position:absolute;color:#fff;font-size:1em;user-select:none;pointer-events:none;animation:fall linear infinite;opacity:0.8}@keyframes fall{0%{transform:translateY(-100vh) rotate(0deg);opacity:1}100%{transform:translateY(100vh) rotate(360deg);opacity:0}}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.hero-section{height:100vh;min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a4b4f 0%,#2d5a3d 100%);color:#fff;text-align:center;position:relative}.hero-content{max-width:1200px;padding:0 20px;z-index:2}.hero-image{margin-bottom:20px}.hero-image img{width:300px;height:300px}.hero-text h1{font-size:2.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}.hero-red-text{color:#ff3838;font-size:1.5rem}.hero-description{font-size:1.2rem;font-weight:400;max-width:700px;margin:0 auto 25px auto;color:#fff;opacity:0.95;line-height:1.4;text-shadow:1px 1px 2px rgba(0,0,0,0.2)}.hero-dates{font-size:1.3rem;font-weight:300;max-width:800px;margin:0 auto;color:#fff;opacity:0.95}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);animation:bounce 2s infinite}.scroll-arrow{color:#fff;font-size:2rem;text-decoration:none;transition:all 0.3s ease}.scroll-arrow:hover{color:#009f67;transform:scale(1.1)}.scroll-arrow:active{transform:scale(0.95)}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.about-section{height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:80px 20px}.about-content{max-width:1000px;text-align:center}.about-content h2{font-size:3rem;font-weight:700;color:#009f67;margin-bottom:40px}.about-content p{font-size:1.2rem;line-height:1.8;color:#666;max-width:800px;margin:0 auto}.team-section{height:auto;display:flex;align-items:center;justify-content:center;background:#fff;padding:80px 20px}.team-content{max-width:1400px;width:100%}.team-content h2{font-size:3rem;font-weight:700;color:#0187c2;text-align:center;margin-bottom:60px}.team-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px;max-width:1200px;margin:0 auto}.team-member{text-align:center;transition:transform 0.3s ease}.team-member:hover{transform:translateY(-5px)}.member-image{margin-bottom:15px}.member-image img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid #009f67;transition:all 0.3s ease}.team-member:hover .member-image img{border-color:#0187c2;box-shadow:0 5px 15px rgba(0,159,103,0.3)}.team-member h3{font-size:0.9rem;font-weight:600;color:#333;margin-bottom:10px}.social-links{display:flex;justify-content:center;gap:8px}.social-links a{color:#666;font-size:1rem;transition:all 0.3s ease;padding:5px;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.social-links a:hover{color:#009f67;background:rgba(0,159,103,0.1);transform:scale(1.1)}.social-links a:active{transform:scale(0.95)}.share-section{background:linear-gradient(135deg,#1a4b4f 0%,#2d5a3d 100%);padding:80px 20px}.share-content{max-width:1200px;margin:0 auto}.share-content h2{font-size:3rem;font-weight:700;color:#fff;text-align:center;margin-bottom:60px}.share-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.share-text h3{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:20px}.share-text p{font-size:1.1rem;line-height:1.8;color:rgba(255,255,255,0.9);margin-bottom:20px}.share-text ul{margin:20px 0;padding-left:20px}.share-text li{margin-bottom:10px;color:rgba(255,255,255,0.9);line-height:1.6}.share-image{text-align:center}.share-image img{width:100%;max-width:400px;height:auto;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);margin-bottom:20px}.download-btn{display:inline-block;background:linear-gradient(135deg,#1a4b4f 0%,#2d5a3d 100%);color:#fff;text-decoration:none;padding:12px 25px;border-radius:25px;font-weight:600;font-size:1rem;transition:all 0.3s ease;box-shadow:0 5px 15px rgba(0,159,103,0.3)}.download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,159,103,0.4)}.download-btn i{margin-right:8px}.agenda-section{background:#f8f9fa;padding:80px 20px;min-height:auto}.agenda-content{max-width:1200px;margin:0 auto}.agenda-content h2{font-size:3rem;font-weight:700;color:#0187c2;text-align:center;margin-bottom:60px}.table-container{background:#fff;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);overflow:hidden}.agenda-table{width:100%;border-collapse:collapse}.agenda-table thead{background:linear-gradient(135deg,#1a4b4f 0%,#2d5a3d 100%);color:#fff}.agenda-table th{padding:20px;text-align:left;font-weight:600;font-size:1.1rem}.agenda-table td{padding:20px;border-bottom:1px solid #eee;font-size:1rem}.agenda-table tbody tr{transition:background-color 0.3s ease}.agenda-table tbody tr:hover{background-color:#f8f9fa}.speaker-info{display:flex;align-items:center;gap:12px}.speaker-photo{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #009f67;flex-shrink:0}.empty-slot{color:#999;font-style:italic;font-size:0.9rem}.agenda-date{color:#666;font-weight:600;font-size:0.9rem}.agenda-time{color:#888;font-size:0.85rem;font-weight:400;display:block;margin-top:2px}.agenda-topic{color:#444;font-size:0.95rem;line-height:1.4;font-weight:500}.stream-link{color:#009f67;text-decoration:none;font-weight:600;padding:8px 16px;border:2px solid #009f67;border-radius:25px;transition:all 0.3s ease;display:inline-block}.stream-link:hover{background:#009f67;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,159,103,0.3)}.charity-section{height:auto;display:flex;align-items:center;background:#fff;padding:80px 20px}.charity-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.charity-info h2{font-size:2.5rem;font-weight:700;color:#009f67;margin-bottom:30px}.charity-info p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:20px}.donation-info{margin-top:40px;padding:30px;background:#f8f9fa;border-radius:15px;border-left:5px solid #0187c2}.donation-info h3{font-size:1.5rem;font-weight:600;color:#0187c2;margin-bottom:20px}.donation-info ul{list-style:none;margin-bottom:30px}.donation-info li{padding:8px 0;color:#666;position:relative;padding-left:25px}.donation-info li::before{content:"✓";position:absolute;left:0;color:#009f67;font-weight:bold}.donate-btn{display:inline-block;background:linear-gradient(135deg,#1a4b4f 0%,#2d5a3d 100%);color:#fff;text-decoration:none;padding:15px 30px;border-radius:30px;font-weight:600;font-size:1.1rem;transition:all 0.3s ease;box-shadow:0 5px 15px rgba(0,159,103,0.3)}.donate-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,159,103,0.4)}.donate-btn:active{transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,159,103,0.3)}.charity-image img{width:100%;height:auto;border-radius:15px}.partners-section{background:#fff;padding:80px 20px}.partners-content{max-width:1400px;margin:0 auto;text-align:center}.partners-content h2{font-size:3rem;font-weight:700;color:#0187c2;margin-bottom:60px}.partners-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:40px;max-width:1000px;margin:0 auto 40px auto}.partner-item{text-align:center;transition:transform 0.3s ease;padding:20px;background:#fff;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.partner-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.partner-item img{width:140px;height:90px;object-fit:contain;filter:grayscale(0%);transition:filter 0.3s ease}.partner-item:hover img{filter:grayscale(0%)}.partner-link{display:block;text-decoration:none;color:inherit}.partners-cta{margin-top:40px}.partners-cta p{font-size:1.2rem;color:#666}.partners-cta a{color:#0187c2;text-decoration:none;font-weight:600;transition:color 0.3s ease}.partners-cta a:hover{color:#009f67}.footer{background:#2c3e50;color:#fff;padding:60px 20px 20px}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:60px;margin-bottom:40px}.footer-logo h3{font-size:1.8rem;font-weight:700;color:#009f67;margin-bottom:15px}.footer-logo p{color:#bdc3c7;font-size:1.1rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-section h4{font-size:1.2rem;font-weight:600;color:#009f67;margin-bottom:20px}.footer-section ul{list-style:none}.footer-section li{margin-bottom:10px}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color 0.3s ease}.footer-section a:hover{color:#009f67}.footer-bottom{border-top:1px solid #34495e;padding-top:20px;text-align:center;color:#bdc3c7}@media (max-width:1200px){.team-grid{grid-template-columns:repeat(4,1fr);gap:25px}.hero-content,.about-content,.team-content,.share-content,.agenda-content,.partners-content{padding:0 40px}.partners-grid{grid-template-columns:repeat(3,1fr);gap:30px}}@media (max-width:1024px){.hero-text h1{font-size:2.8rem}.hero-image img{width:280px;height:280px}.team-grid{grid-template-columns:repeat(3,1fr);gap:25px}.about-content h2,.team-content h2,.share-content h2,.agenda-content h2,.partners-content h2{font-size:2.8rem}.partner-item img{width:120px;height:80px}.agenda-table th,.agenda-table td{padding:18px 12px;font-size:0.95rem}.speaker-photo{width:35px;height:35px}}@media (max-width:768px){.hero-content{padding:0 20px}.hero-text h1{font-size:2.2rem;line-height:1.2}.hero-description{font-size:1.1rem;margin-bottom:20px}.hero-dates{font-size:1.1rem}.hero-image img{width:220px;height:220px}.about-content,.team-content,.share-content,.agenda-content,.partners-content{padding:0 20px}.about-content h2,.team-content h2,.agenda-content h2,.partners-content h2{font-size:2.2rem;margin-bottom:40px}.partners-grid{grid-template-columns:repeat(2,1fr);gap:25px}.partner-item img{width:110px;height:70px}.about-content p{font-size:1.1rem;line-height:1.7}.team-grid{grid-template-columns:repeat(3,1fr);gap:20px}.member-image img{width:80px;height:80px}.team-member h3{font-size:0.85rem;line-height:1.3}.social-links{gap:6px}.social-links a{font-size:0.9rem;width:28px;height:28px}.charity-content{grid-template-columns:1fr;gap:30px;padding:0 20px}.share-grid{grid-template-columns:1fr;gap:40px}.share-text{text-align:center}.charity-info h2{font-size:2rem}.footer-content{grid-template-columns:1fr;gap:40px;padding:0 20px}.footer-links{grid-template-columns:1fr;gap:30px}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.agenda-table{min-width:600px}.agenda-table th,.agenda-table td{padding:15px 10px;font-size:0.9rem}.speaker-info{gap:8px}.speaker-photo{width:32px;height:32px}.agenda-date{font-size:0.85rem}.agenda-time{font-size:0.8rem}.agenda-topic{font-size:0.9rem}}@media (max-width:480px){.hero-section{padding:20px 0}.hero-content{padding:0 15px}.hero-text h1{font-size:1.8rem;line-height:1.1;margin-bottom:15px}.hero-red-text{font-size:1.2rem}.hero-description{font-size:1rem;margin-bottom:15px}.hero-dates{font-size:1rem}.hero-image{margin-bottom:15px}.hero-image img{width:180px;height:180px}.about-section,.team-section,.share-section,.agenda-section,.charity-section,.partners-section{padding:60px 15px}.about-content h2,.team-content h2,.share-content h2,.agenda-content h2,.partners-content h2{font-size:1.8rem;margin-bottom:30px}.share-text h3{font-size:1.4rem}.share-text p{font-size:0.95rem}.download-btn{padding:10px 20px;font-size:0.9rem}.partners-grid{grid-template-columns:1fr;gap:20px;max-width:300px}.partner-item img{width:100px;height:65px}.partners-cta p{font-size:1rem}.about-content p{font-size:1rem;line-height:1.6}.team-grid{grid-template-columns:1fr;gap:20px;max-width:350px;margin:0 auto}.member-image img{width:150px;height:150px}.team-member h3{font-size:1rem;line-height:1.3;margin-bottom:12px}.social-links{gap:4px}.social-links a{font-size:0.8rem;width:24px;height:24px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.charity-content{gap:25px;padding:0 15px}.charity-info h2{font-size:1.6rem;margin-bottom:20px}.charity-info p{font-size:0.95rem;line-height:1.6}.donation-info{padding:20px;margin-top:25px}.donation-info h3{font-size:1.2rem}.donate-btn{padding:12px 25px;font-size:1rem}.agenda-table{font-size:0.75rem;min-width:500px}.agenda-table th,.agenda-table td{padding:8px 4px;vertical-align:top}.agenda-table th:first-child,.agenda-table td:first-child{min-width:80px}.agenda-table th:nth-child(2),.agenda-table td:nth-child(2){min-width:120px}.speaker-info{gap:6px;flex-direction:column;align-items:flex-start}.speaker-photo{width:28px;height:28px}.speaker-info strong{font-size:0.7rem;line-height:1.2}.empty-slot{font-size:0.7rem}.agenda-date{font-size:0.75rem;font-weight:700}.agenda-time{font-size:0.7rem;margin-top:1px}.agenda-topic{font-size:0.8rem;line-height:1.3}.stream-link{padding:6px 12px;font-size:0.75rem}}@media (max-width:360px){.hero-text h1{font-size:1.6rem}.hero-image img{width:150px;height:150px}.team-grid{grid-template-columns:1fr;gap:15px;max-width:320px;margin:0 auto}.member-image img{width:120px;height:120px}.team-member h3{font-size:0.9rem;line-height:1.2}.social-links a{width:22px;height:22px;font-size:0.75rem}.agenda-table{min-width:450px;font-size:0.7rem}.speaker-info strong{font-size:0.65rem}.agenda-date{font-size:0.7rem}.agenda-time{font-size:0.65rem}.agenda-topic{font-size:0.75rem}}@media (max-height:500px) and (orientation:landscape){.hero-section{height:auto;min-height:100vh;padding:40px 0}.hero-content{display:flex;align-items:center;gap:40px;max-width:100%}.hero-image{margin-bottom:0;flex-shrink:0}.hero-image img{width:150px;height:150px}.hero-text{text-align:left}.hero-text h1{font-size:1.8rem;margin-bottom:10px}.about-section,.team-section,.share-section,.agenda-section,.charity-section,.partners-section{padding:40px 20px}}@media (hover:none) and (pointer:coarse){.team-member:hover{transform:none}.social-links a:hover{color:#666;background:transparent;transform:none}.stream-link:hover{background:transparent;color:#009f67;transform:none}.donate-btn:hover{transform:none;box-shadow:0 5px 15px rgba(0,159,103,0.3)}}