:root{--primary-color: #5dbdfc;--secondary-color: #060c22;--dark-bg: #0c0c0c;--text-light: #ffffff;--text-muted: rgba(255, 255, 255, .85);--text-dark-contrast: rgba(255, 255, 255, .95);--border-light: rgba(255, 255, 255, .1);--gradient-primary: linear-gradient(135deg, #5dbdfc 0%, #3a9ef0 100%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Open Sans,sans-serif;background-color:var(--dark-bg);color:var(--text-light);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Raleway,sans-serif;font-weight:700;margin-bottom:20px}h1{font-size:3rem;line-height:1.2}h2{font-size:2.5rem;color:var(--primary-color)}h3{font-size:2rem}.hero{min-height:100vh;background:linear-gradient(#060c22cc,#060c22cc),url(../../../assets/img/hero-bg.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;position:relative}.hero-content{max-width:800px;padding:0 20px}.hero h1{font-size:3.5rem;margin-bottom:30px;animation:fadeInUp 1s ease-out}.hero h1 span{color:var(--primary-color)}.hero p{font-size:1.2rem;margin-bottom:30px;color:var(--text-muted);animation:fadeInUp 1s ease-out .2s both}.btn-primary{background:var(--gradient-primary);border:none;color:#fff;padding:15px 40px;border-radius:50px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #5dbdfc4d;color:#fff}.section{padding:80px 0}.section-with-bg{background:#060c224d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-header{text-align:center;margin-bottom:60px}.section-header h2{position:relative;display:inline-block;padding-bottom:20px}.section-header h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:min(60px,20vw);height:3px;background:var(--gradient-primary);border-radius:2px}.card{background:#060c2280;border:1px solid var(--border-light);border-radius:15px;padding:30px;margin-bottom:30px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-dark-contrast)}.card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d;border-color:var(--primary-color);background:#060c22b3}.card .card-title{color:var(--primary-color);font-weight:600}.card p,.card li{color:var(--text-dark-contrast)}.sponsor-logo{padding:20px;text-align:center;transition:all .3s ease}.sponsor-logo img{max-width:100%;height:auto;max-height:120px;filter:brightness(.8);transition:all .3s ease}.sponsor-logo:hover img{filter:brightness(1);transform:scale(1.05)}.sponsor-img-center{display:block;margin:0 auto 30px;max-height:80px;max-width:100%;width:auto;height:auto;object-fit:contain}.faq-list{list-style:none;padding:0}.faq-list li{margin-bottom:15px;background:#060c2266;border-radius:10px;overflow:hidden}.faq-question{padding:20px;background:#5dbdfc1a;cursor:pointer;border:none;width:100%;text-align:left;font-size:1.1rem;font-weight:600;color:var(--text-light);display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:#5dbdfc33}.faq-answer{padding:0 20px 20px;color:var(--text-muted);line-height:1.6}.board-member{background:#060c2266;border-radius:15px;padding:30px;margin-bottom:40px;border-left:4px solid var(--primary-color)}.board-img{width:200px;height:200px;object-fit:cover;border-radius:50%;margin-bottom:20px}.board-member h3{color:var(--primary-color);margin-bottom:10px}.board-member h4{color:var(--text-muted);font-size:1.1rem;margin-bottom:20px}.social-links{display:flex;gap:15px;margin-bottom:20px}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#5dbdfc1a;color:var(--primary-color);border-radius:50%;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero h1{font-size:2.5rem}h2{font-size:2rem}.section{padding:40px 0}.section-header h2:after{width:min(40px,25vw);height:2px}.board-img{width:150px;height:150px}.sponsor-logo img{max-height:80px}.sponsor-img-center{max-height:60px;max-width:90%;margin:0 auto 20px}.card{padding:25px}}@media (max-width: 576px){.hero h1{font-size:2rem}.btn-primary{padding:12px 30px;font-size:.9rem}.card{padding:20px}.board-member{padding:20px;text-align:center}.section-header h2:after{width:min(30px,30vw)}.sponsor-img-center{max-height:45px;max-width:85%;margin:0 auto 15px}.sponsor-logo img{max-height:60px}}@media (max-width: 400px){.sponsor-img-center{max-height:35px;max-width:80%;margin:0 auto 10px}.sponsor-logo img{max-height:50px}}body{margin:0;padding:0;font-family:Open Sans,sans-serif;background-color:#0c0c0c;color:#fff}header.svelte-kkfgt7{background:#060c22e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px 0;position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}#logo.svelte-kkfgt7 img:where(.svelte-kkfgt7){max-height:60px}.navbar.svelte-kkfgt7 ul:where(.svelte-kkfgt7){list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:20px}.nav-link.svelte-kkfgt7{color:#fff;text-decoration:none;padding:8px 15px;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;gap:5px;background:none;border:none;font-family:inherit;font-size:inherit;cursor:pointer}.nav-link.svelte-kkfgt7:hover{background:#5dbdfc1a;color:#5dbdfc}.dropdown.svelte-kkfgt7{position:relative}.dropdown.svelte-kkfgt7 ul:where(.svelte-kkfgt7){position:absolute;top:100%;left:0;background:#060c22f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:200px;border-radius:8px;border:1px solid rgba(255,255,255,.1);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;flex-direction:column;gap:0;padding:10px 0}.dropdown.svelte-kkfgt7:hover ul:where(.svelte-kkfgt7){opacity:1;visibility:visible;transform:translateY(0)}.dropdown.svelte-kkfgt7 ul:where(.svelte-kkfgt7) .nav-link:where(.svelte-kkfgt7){padding:10px 20px;border-radius:0}.mobile-dropdown-toggle.svelte-kkfgt7{display:none;background:none;border:none;color:#fff;padding:8px;cursor:pointer;font-size:1rem;transition:all .3s ease}.mobile-dropdown-toggle.svelte-kkfgt7:hover{background:#5dbdfc1a;color:#5dbdfc;border-radius:4px}.dropdown-header.svelte-kkfgt7{display:flex;align-items:center;justify-content:space-between;width:100%}.desktop-only.svelte-kkfgt7{display:inline}.mobile-nav-toggle.svelte-kkfgt7{display:none;font-size:24px;color:#fff;cursor:pointer;padding:8px;border-radius:4px;transition:all .3s ease}.mobile-nav-toggle.svelte-kkfgt7:hover{background:#5dbdfc1a;color:#5dbdfc}main.svelte-kkfgt7{margin-top:80px;min-height:calc(100vh - 80px)}footer.svelte-kkfgt7{background:#060c22;color:#fff;padding:40px 0 0}.footer-info.svelte-kkfgt7 img:where(.svelte-kkfgt7){max-height:50px}.footer-links.svelte-kkfgt7 h4:where(.svelte-kkfgt7){color:#5dbdfc;margin-bottom:20px}.social-links.svelte-kkfgt7{display:flex;gap:15px}.social-links.svelte-kkfgt7 a:where(.svelte-kkfgt7){display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#5dbdfc1a;color:#5dbdfc;border-radius:50%;text-decoration:none;transition:all .3s ease}.social-links.svelte-kkfgt7 a:where(.svelte-kkfgt7):hover{background:#5dbdfc;color:#fff;transform:translateY(-2px)}.footer-links.svelte-kkfgt7 ul:where(.svelte-kkfgt7){list-style:none;padding:0;margin:0}.footer-links.svelte-kkfgt7 ul:where(.svelte-kkfgt7) li:where(.svelte-kkfgt7){padding:5px 0}.footer-links.svelte-kkfgt7 ul:where(.svelte-kkfgt7) a:where(.svelte-kkfgt7){color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links.svelte-kkfgt7 ul:where(.svelte-kkfgt7) a:where(.svelte-kkfgt7):hover{color:#5dbdfc}.copyright-section.svelte-kkfgt7{background:#0003;border-top:1px solid rgba(255,255,255,.1);margin-top:40px}@media (max-width: 768px){.mobile-nav-toggle.svelte-kkfgt7{display:block}.desktop-only.svelte-kkfgt7{display:none}.mobile-dropdown-toggle.svelte-kkfgt7{display:block}.navbar.svelte-kkfgt7 ul:where(.svelte-kkfgt7){display:none;position:fixed;top:80px;left:0;right:0;background:#060c22fa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);flex-direction:column;padding:20px;gap:10px;border-bottom:1px solid rgba(255,255,255,.1);max-height:calc(100vh - 80px);overflow-y:auto}.navbar.svelte-kkfgt7 ul.active:where(.svelte-kkfgt7){display:flex}.navbar.svelte-kkfgt7 ul:where(.svelte-kkfgt7) li:where(.svelte-kkfgt7){width:100%}.dropdown.svelte-kkfgt7{width:100%}.dropdown-header.svelte-kkfgt7{display:flex;align-items:center;justify-content:space-between;width:100%}.dropdown-header.svelte-kkfgt7 .nav-link:where(.svelte-kkfgt7){flex:1;margin-right:10px}.dropdown-header.svelte-kkfgt7 .mobile-dropdown-toggle:where(.svelte-kkfgt7){flex-shrink:0}.nav-link.svelte-kkfgt7{justify-content:flex-start;padding:12px 15px;border-radius:8px}.dropdown.svelte-kkfgt7:hover ul:where(.svelte-kkfgt7){opacity:0;visibility:hidden;transform:translateY(-10px)}.dropdown.svelte-kkfgt7 ul:where(.svelte-kkfgt7){position:static;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transform:none;background:#5dbdfc1a;border:1px solid rgba(93,189,252,.2);border-radius:8px;margin-top:10px;padding:0;transition:all .3s ease;width:100%}.dropdown.svelte-kkfgt7 ul.mobile-show:where(.svelte-kkfgt7){opacity:1;visibility:visible;max-height:300px;padding:10px 0}.dropdown.svelte-kkfgt7 ul:where(.svelte-kkfgt7) .nav-link:where(.svelte-kkfgt7){padding:8px 15px;font-size:.9rem;justify-content:flex-start;margin-right:0}}@media (max-width: 576px){#logo.svelte-kkfgt7 img:where(.svelte-kkfgt7){max-height:50px}.footer-links.svelte-kkfgt7 h4:where(.svelte-kkfgt7){font-size:1.1rem}.social-links.svelte-kkfgt7{justify-content:center}}
