:root{--primary:#c42cb8;--primary-dark:#6a1d8f;--accent:#f2d43d;--background:#fff9f2;--surface:#fff;--text:#1d1d1f;--text-light:#666;--max-width:1200px;--radius:18px;--shadow:0 10px 30px #00000014;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:3rem;--space-xl:5rem}*{box-sizing:border-box}body{background:var(--background);min-height:100vh;color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4{margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(3rem,6vw,5rem);font-weight:800}h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:700}h3{font-size:1.25rem;font-weight:600}h4{font-size:1rem;font-weight:600}p{max-width:70ch;color:var(--text)}:root{--text-xs:.85rem;--text-sm:1rem;--text-md:1.125rem;--text-lg:1.25rem;--text-xl:1.75rem;--text-2xl:2.5rem;--text-3xl:3.5rem}.top-bar{background:var(--background);padding:.6rem 0}.top-bar-inner{justify-content:space-between;align-items:center;display:flex}.brand{color:var(--primary);letter-spacing:-.02em;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700}.donate-wrapper{align-items:center;gap:1rem;display:flex}.donate-text{color:var(--text);opacity:.8;font-size:.95rem}.donate-btn{background:var(--primary);color:#fff;border-radius:6px;padding:.6rem 1rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 4px 12px #0000001f}.donate-btn:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 6px 16px #0000002e}@media (width<=900px){.top-bar-inner{flex-direction:column;align-items:flex-start;gap:.8rem}.donate-wrapper{flex-direction:column;align-items:flex-start}}.nav-bar{width:100%}.nav-links{gap:0;width:100%;margin:0;padding:0;list-style:none;display:flex}.nav-links li{flex:1;margin:0;padding:0}.nav-links a{text-align:center;color:#fff;width:100%;padding:.75rem 0;font-family:Poppins,sans-serif;font-weight:600;text-decoration:none;transition:opacity .2s;display:block}.nav-links li:first-child a{background:#d60087}.nav-links li:nth-child(2) a{background:#ff6a00}.nav-links li:nth-child(3) a{background:#fc0}.nav-links li:nth-child(4) a{background:#3bb54a}.nav-links li:nth-child(5) a{background:#1e90ff}.nav-links li:nth-child(6) a{background:#7b2cbf}.nav-links a{transition:all .2s}.nav-links a:hover{filter:brightness(1.1);transform:translateY(-1px)}@media (width<=900px){.nav-links{flex-direction:column}.nav-links li{width:100%}.nav-links a{letter-spacing:.02em;padding:.6rem 0;font-size:.85rem}}.container{width:min(100% - 2rem, var(--max-width));margin-inline:auto}section{padding:clamp(3rem,6vw,6rem) 0;scroll-margin-top:90px}section:nth-child(2n){background:#ffffff40}.hero{padding-top:var(--space-md);padding-bottom:var(--space-lg)}.highlights{padding-top:var(--space-lg);padding-bottom:var(--space-xl)}p{max-width:70ch}@media (width<=900px){section{padding:var(--space-md) 0}.container{width:min(100% - 1.2rem, var(--max-width))}}.section-divider{width:100%;height:3px;margin:var(--space-xl) 0;background:linear-gradient(90deg,#e40303,#ff8c00,#ffed00,#008026,#004dff,#750787);border-radius:999px}.hero{margin-top:0;margin-bottom:0;padding-top:3rem;padding-bottom:2.5rem}.hero-content{max-width:760px}.hero h1{letter-spacing:-.04em;color:var(--text);margin:0;font-family:Poppins,sans-serif;font-size:clamp(3rem,6vw,6rem);font-weight:700;line-height:1.02}.hero h1 span{color:var(--primary)}.hero-text{max-width:620px;color:var(--text-light);margin:1.5rem 0 2rem;font-size:1.15rem;line-height:1.75}.hero-button{color:var(--primary);align-items:center;font-family:Poppins,sans-serif;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.hero-button:hover{opacity:.75}@media (width<=900px){.hero{padding-top:2rem;padding-bottom:2rem}.hero h1{font-size:clamp(2.6rem,10vw,4rem)}.hero-text{margin:1.2rem 0 1.8rem;font-size:1.05rem}}.highlights{padding:2.5rem 0 4.5rem}.highlights-grid{border-top:1px solid #00000014;grid-template-columns:repeat(2,1fr);gap:0;display:grid}.highlight-card{border-bottom:1px solid #00000014;padding:2.2rem 0}.highlight-card:nth-child(odd){padding-right:3rem}.highlight-card:nth-child(2n){padding-left:3rem}.highlight-label{letter-spacing:.18em;text-transform:uppercase;color:var(--primary);margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600}.highlight-card h3{font-family:Poppins,sans-serif;font-size:var(--text-xl);color:var(--text);margin:0 0 .6rem;font-weight:600}.highlight-card p:last-child{color:var(--text-light);margin:0}@media (width<=900px){.highlights{padding:2rem 0 4rem}.highlights-grid{border-top:none;grid-template-columns:1fr;gap:1.5rem}.highlight-card{padding:1.6rem 0}.highlight-card:nth-child(odd),.highlight-card:nth-child(2n){padding-left:0;padding-right:0}.highlight-card h3{font-size:1.4rem}.highlight-card p:last-child{font-size:var(--text-md);line-height:1.7}}.about{padding:8rem 0}.about-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:6rem;display:grid}.about-content{max-width:640px}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--primary);margin:0 0 1rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600}.about h2{color:var(--text);margin:0 0 2rem;font-family:Poppins,sans-serif;font-size:clamp(2.8rem,4vw,4rem);font-weight:700;line-height:1.05}.about-intro{color:var(--text);margin:0 0 2rem;font-size:1.3rem;font-weight:500;line-height:1.7}.about p{font-size:var(--text-md);color:var(--text-light);margin:0 0 1.5rem;line-height:1.9}.flyer-link{color:var(--primary);align-items:center;gap:.35rem;margin-top:1rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.flyer-link:hover{opacity:.75}.about-flyer{max-width:360px;margin-top:2rem;margin-left:auto;transition:transform .25s,box-shadow .25s;display:block}.about-flyer:hover{transform:translateY(-4px)}.about-flyer img{border-radius:14px;width:100%;height:auto;display:block;box-shadow:0 10px 28px #00000014}@media (width<=900px){.about{padding:6rem 0}.about-grid{grid-template-columns:1fr;gap:3rem}.about-content{max-width:100%}.about-flyer{max-width:320px;margin:0 auto}}.program{padding:8rem 0}.program h2{font-family:Poppins,sans-serif;font-size:var(--text-2xl);color:var(--text);margin:0 0 1.5rem;font-weight:700;line-height:1.1}.program-intro{max-width:760px;color:var(--text-light);margin:0 0 5rem;font-size:1.35rem;line-height:1.8}.program-list{flex-direction:column;display:flex}.program-item{border-top:1px solid #00000014;grid-template-columns:180px 1fr;gap:4rem;padding:4rem 0;display:grid}.program-item:last-child{border-bottom:1px solid #00000014}.program-time{flex-direction:column;align-items:flex-start;display:flex}.time-top,.time-bottom{letter-spacing:-.05em;color:var(--primary);font-family:Poppins,sans-serif;font-size:clamp(3.8rem,7vw,5rem);font-weight:700;line-height:.9;transition:color .2s}.program-item:hover .time-top,.program-item:hover .time-bottom{color:var(--primary-dark)}.program-label{letter-spacing:.18em;text-transform:uppercase;color:var(--primary);margin-top:.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.program-content h3{font-family:Poppins,sans-serif;font-size:var(--text-xl);color:var(--text);margin:0 0 1rem;font-weight:700;line-height:1.1}.program-content p{font-size:var(--text-md);color:var(--text-light);margin:0;line-height:1.6}@media (width<=900px){.program{padding:6rem 0}.program-intro{margin-bottom:3rem;font-size:1.15rem}.program-item{grid-template-columns:1fr;gap:1.25rem;padding:3rem 0}.time-top,.time-bottom{font-size:3rem}.program-content h3{font-size:1.8rem}.program-content p{font-size:1.1rem}}.route-list{flex-direction:column;gap:.6rem;display:flex}.route-item{color:#fff;border-radius:12px;align-items:center;padding:1rem 1.2rem;font-family:Poppins,sans-serif;font-weight:600;transition:transform .2s;display:flex;box-shadow:0 6px 16px #00000014}.route-item:hover{transform:translateY(-2px)}.red{background:#d60087}.orange{background:#ff6a00}.yellow{color:#1d1d1f;background:#fc0}.green{background:#3bb54a}.blue{background:#1e90ff}.violet{background:#7b2cbf}.participate{padding:8rem 0}.participate h2{font-family:Poppins,sans-serif;font-size:var(--text-2xl);color:var(--text);margin:0 0 1.5rem;font-weight:700;line-height:1.1}.participate-intro{max-width:760px;font-size:var(--text-md);color:var(--text-light);margin:0 0 5rem;line-height:1.6}.participate-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.participate-card{flex-direction:column;display:flex}.participate-line{background:var(--primary);border-radius:999px;width:48px;height:4px;margin-bottom:2rem}.participate-card h3{font-family:Poppins,sans-serif;font-size:var(--text-xl);color:var(--text);margin:0 0 1rem;font-weight:700;line-height:1.2}.participate-card p{font-size:var(--text-md);color:var(--text-light);flex:1;margin:0 0 2rem;line-height:1.6}.participate-card a{color:var(--primary);font-family:Poppins,sans-serif;font-weight:600;text-decoration:none;transition:opacity .2s}.participate-card a:hover{opacity:.7}@media (width<=900px){.participate{padding:6rem 0}.participate-grid{grid-template-columns:1fr;gap:3rem}}.faq{padding:8rem 0}.faq h2{color:var(--text);margin:0 0 1.5rem;font-family:Poppins,sans-serif;font-size:clamp(2.8rem,4vw,4rem);line-height:1.05}.faq-intro{max-width:760px;color:var(--text-light);margin:0 0 5rem;font-size:1.3rem;line-height:1.8}.faq-list{flex-direction:column;display:flex}.faq-item{border-top:1px solid #00000014}.faq-item:last-child{border-bottom:1px solid #00000014}.faq-item summary{cursor:pointer;font-family:Poppins,sans-serif;font-size:var(--text-lg);color:var(--text);justify-content:space-between;align-items:center;padding:2rem 0;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.plus{color:var(--primary);font-size:2rem;transition:transform .25s}.faq-item[open] .plus{transform:rotate(45deg)}.faq-item p{font-size:var(--text-md);color:var(--text-light);margin:0;padding:0 0 2rem;line-height:1.8}@media (width<=900px){.faq{padding:6rem 0}.faq-item summary{font-size:1.2rem}.faq-item p{font-size:1.05rem}}.sponsors{padding:var(--space-xl) 0}.sponsors-intro{max-width:700px;color:var(--text-light);margin-bottom:var(--space-lg)}.logo-track{scroll-behavior:smooth;align-items:center;gap:3rem;padding:1rem 0;display:flex;overflow-x:auto}.logo-track::-webkit-scrollbar{display:none}.logo{object-fit:contain;filter:drop-shadow(0 10px 20px #00000014);width:auto;height:380px;transition:transform .2s,filter .2s}.logo:hover{filter:drop-shadow(0 10px 20px #0000001f);transform:scale(1.05)}@media (width<=900px){.logo{height:120px}.logo-track{gap:1.5rem}}.footer{padding:var(--space-xl) 0 0;margin-top:var(--space-xl);background:var(--background)}.footer-inner{padding-bottom:var(--space-lg);justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.footer-left h3{margin-bottom:.5rem;font-weight:700}.footer-left p{color:var(--text-light);max-width:300px}.footer-right{flex-direction:column;gap:.5rem;display:flex}.footer-right a{color:var(--text);text-decoration:none;transition:opacity .2s}.footer-right a:hover{opacity:.6}.social-link{color:var(--primary);align-items:center;text-decoration:none;transition:opacity .2s,transform .2s;display:flex}.social-link:hover{opacity:.75;transform:translateY(-1px)}.social-link svg{fill:currentColor;width:20px;height:20px}.footer-bar{background:linear-gradient(90deg,#e40303,#ff8c00,#ffed00,#008026,#004dff,#750787);height:6px}@media (width<=900px){.footer-inner{text-align:left;flex-direction:column}}:root{--primary:#c42cb8;--primary-dark:#6a1d8f;--accent:#f2d43d;--background:#fff9f2;--surface:#fff;--text:#1d1d1f;--text-light:#666;--radius:18px;--shadow:0 10px 30px #00000014;--max-width:1200px}[data-astro-cid-ju4pidww]{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);min-height:100vh;color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}
