: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:transparent;border:2px solid #5dbdfc;color:#5dbdfc;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);background:#5dbdfc33;color:#5dbdfc}.btn-primary:active{background:#5dbdfc;color:#fff}.btn-sponsor-cta{background:transparent;border:2px solid #5dbdfc;color:#5dbdfc;padding:15px 40px;border-radius:30px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;transition:all .3s ease;text-transform:uppercase;letter-spacing:1.5px;font-size:1.1rem;box-shadow:0 5px 20px #5dbdfc4d}.btn-sponsor-cta:hover{transform:translateY(-3px);background:#5dbdfc33;box-shadow:0 8px 25px #5dbdfc66;color:#5dbdfc}.btn-sponsor-cta:active{background:#5dbdfc;color:#fff;transform:translateY(-1px)}.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}}.alert-warning,.alert-success{background-color:transparent!important;border:2px solid #bf40bf!important;color:#bf40bf!important;border-radius:8px!important}.alert-warning a,.alert-success a{color:#bf40bf!important;text-decoration:underline}.alert-warning a:hover,.alert-success a:hover{color:#d966ff!important}.prospectus-link{color:#bf40bf!important;text-decoration:none!important}.prospectus-link:hover{color:#d966ff!important}.sponsorship-card{background:transparent;border:3px solid #5dbdfc;border-radius:15px;box-shadow:0 4px 12px #5dbdfc33;transition:all .3s ease;height:100%;display:flex;flex-direction:column;overflow:hidden;color:#fff}.sponsorship-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #5dbdfc66;border-color:#5dbdfc}.sponsorship-card.highlighted{border-width:4px;border-color:#5dbdfc;box-shadow:0 8px 24px #5dbdfc66}.sponsorship-card.highlighted:hover{box-shadow:0 12px 32px #5dbdfc80}.sponsorship-card .card-header{padding:30px 25px 20px;text-align:center;border-bottom:2px solid #5dbdfc}.sponsorship-card .card-header .tier-name{font-size:28px;font-weight:700;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px;color:#5dbdfc}.sponsorship-card .card-header .tier-price{font-size:36px;font-weight:800;margin-bottom:10px;color:#fff}.sponsorship-card .card-header .tier-description{font-size:14px;margin-bottom:0;color:#ffffffd9;font-style:italic}.sponsorship-card .card-body{padding:25px;flex-grow:1}.sponsorship-card .card-body .benefits-list{list-style:none;padding:0;margin:0}.sponsorship-card .card-body .benefits-list li{padding:10px 0;font-size:15px;line-height:1.6;border-bottom:1px solid rgba(93,189,252,.2);color:#ffffffe6}.sponsorship-card .card-body .benefits-list li:last-child{border-bottom:none}.sponsorship-card .card-body .benefits-list li i{color:#5dbdfc;margin-right:10px;font-size:18px}.sponsorship-card .card-footer{padding:25px;text-align:center;border-top:2px solid #5dbdfc}.sponsorship-card .card-footer .btn-donate{display:inline-block;padding:12px 40px;background:#5dbdfc;color:#fff;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;border:none}.sponsorship-card .card-footer .btn-donate:hover{background:#4a9fd8;transform:scale(1.05);box-shadow:0 4px 12px #5dbdfc66}.sponsorship-card .card-footer .contact-note{font-size:14px;font-style:italic;color:#ffffffd9}body{margin:0;padding:0;font-family:Open Sans,sans-serif;background-color:#0c0c0c;color:#fff}header.svelte-12qhfyh{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-12qhfyh img:where(.svelte-12qhfyh){max-height:60px}.navbar.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:20px}.nav-link.svelte-12qhfyh{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-12qhfyh:hover{background:#5dbdfc1a;color:#5dbdfc}.dropdown.svelte-12qhfyh{position:relative}.dropdown.svelte-12qhfyh ul:where(.svelte-12qhfyh){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-12qhfyh:hover ul:where(.svelte-12qhfyh){opacity:1;visibility:visible;transform:translateY(0)}.dropdown.svelte-12qhfyh ul:where(.svelte-12qhfyh) .nav-link:where(.svelte-12qhfyh){padding:10px 20px;border-radius:0}.mobile-dropdown-toggle.svelte-12qhfyh{display:none;background:none;border:none;color:#fff;padding:8px;cursor:pointer;font-size:1rem;transition:all .3s ease}.mobile-dropdown-toggle.svelte-12qhfyh:hover{background:#5dbdfc1a;color:#5dbdfc;border-radius:4px}.dropdown-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;width:100%}.desktop-only.svelte-12qhfyh{display:inline}.mobile-nav-toggle.svelte-12qhfyh{display:none;font-size:24px;color:#fff;cursor:pointer;padding:8px;border-radius:4px;transition:all .3s ease}.mobile-nav-toggle.svelte-12qhfyh:hover{background:#5dbdfc1a;color:#5dbdfc}main.svelte-12qhfyh{margin-top:80px;min-height:calc(100vh - 80px)}footer.svelte-12qhfyh{background:#060c22;color:#fff;padding:40px 0 0}.footer-info.svelte-12qhfyh img:where(.svelte-12qhfyh){max-height:50px}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:#5dbdfc;margin-bottom:20px}.social-links.svelte-12qhfyh{display:flex;gap:15px}.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh){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-12qhfyh a:where(.svelte-12qhfyh):hover{background:#5dbdfc;color:#fff;transform:translateY(-2px)}.footer-links.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;padding:0;margin:0}.footer-links.svelte-12qhfyh ul:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh){padding:5px 0}.footer-links.svelte-12qhfyh ul:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links.svelte-12qhfyh ul:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{color:#5dbdfc}.copyright-section.svelte-12qhfyh{background:#0003;border-top:1px solid rgba(255,255,255,.1);margin-top:40px}@media(max-width:768px){.mobile-nav-toggle.svelte-12qhfyh{display:block}.desktop-only.svelte-12qhfyh{display:none}.mobile-dropdown-toggle.svelte-12qhfyh{display:block}.navbar.svelte-12qhfyh ul:where(.svelte-12qhfyh){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-12qhfyh ul.active:where(.svelte-12qhfyh){display:flex}.navbar.svelte-12qhfyh ul:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh){width:100%}.dropdown.svelte-12qhfyh{width:100%}.dropdown-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;width:100%}.dropdown-header.svelte-12qhfyh .nav-link:where(.svelte-12qhfyh){flex:1;margin-right:10px}.dropdown-header.svelte-12qhfyh .mobile-dropdown-toggle:where(.svelte-12qhfyh){flex-shrink:0}.nav-link.svelte-12qhfyh{justify-content:flex-start;padding:12px 15px;border-radius:8px}.dropdown.svelte-12qhfyh:hover ul:where(.svelte-12qhfyh){opacity:0;visibility:hidden;transform:translateY(-10px)}.dropdown.svelte-12qhfyh ul:where(.svelte-12qhfyh){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-12qhfyh ul.mobile-show:where(.svelte-12qhfyh){opacity:1;visibility:visible;max-height:300px;padding:10px 0}.dropdown.svelte-12qhfyh ul:where(.svelte-12qhfyh) .nav-link:where(.svelte-12qhfyh){padding:8px 15px;font-size:.9rem;justify-content:flex-start;margin-right:0}}@media(max-width:576px){#logo.svelte-12qhfyh img:where(.svelte-12qhfyh){max-height:50px}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:1.1rem}.social-links.svelte-12qhfyh{justify-content:center}}
