.Navbar-module__cJzEcG__navbar{z-index:1000;width:100%;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__logoImg{object-fit:contain}.Navbar-module__cJzEcG__logoText{color:var(--primary);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}@media (prefers-color-scheme:dark){.Navbar-module__cJzEcG__logoText{color:var(--foreground)}}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLinks a{font-size:1rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLinks a:not(.Navbar-module__cJzEcG__btn-primary):after{content:"";background-color:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLinks a:not(.Navbar-module__cJzEcG__btn-primary):hover:after{width:100%}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{display:none}}
.Footer-module__S6Hkya__footer{background-color:var(--primary-dark);color:#fff;padding:5rem 0 2rem}.Footer-module__S6Hkya__footerContent{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__logo{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.Footer-module__S6Hkya__logoText{color:#fff;font-size:1.5rem;font-weight:800}.Footer-module__S6Hkya__footerDesc{color:#9ca3af;max-width:400px;line-height:1.6}.Footer-module__S6Hkya__footerLinks h3,.Footer-module__S6Hkya__footerContact h3{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.Footer-module__S6Hkya__footerLinks ul{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__footerLinks a{color:#9ca3af;transition:color .2s}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--accent)}.Footer-module__S6Hkya__footerContact p{color:#9ca3af;margin-bottom:1rem}.Footer-module__S6Hkya__socials{gap:1rem;margin-top:1.5rem;display:flex}.Footer-module__S6Hkya__socials a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.Footer-module__S6Hkya__socials a:hover{background:var(--accent);transform:translateY(-3px)}.Footer-module__S6Hkya__footerBottom{text-align:center;color:#6b7280;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}@media (max-width:992px){.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr;gap:3rem}}
.About-module__vAULUW__aboutContent{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__vAULUW__textContent{flex-direction:column;gap:1.5rem;display:flex}.About-module__vAULUW__paragraph{color:var(--gray-text);font-size:1.1rem;line-height:1.7}.About-module__vAULUW__teamInfo{background-color:var(--surface);box-shadow:var(--shadow-sm);border-left:4px solid var(--primary);border-radius:12px;flex-direction:column;gap:1rem;margin-top:1rem;padding:1.5rem;display:flex}.About-module__vAULUW__teamMember{flex-direction:column;display:flex}.About-module__vAULUW__role{color:var(--gray-text);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.85rem;font-weight:600}.About-module__vAULUW__name{color:var(--foreground);font-size:1.1rem;font-weight:700}.About-module__vAULUW__stats{gap:2rem;margin-top:1rem;display:flex}.About-module__vAULUW__statItem{flex-direction:column;display:flex}.About-module__vAULUW__statNumber{color:var(--primary);font-size:2.5rem;font-weight:800;line-height:1}.About-module__vAULUW__statLabel{color:var(--gray-text);text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;font-size:.9rem;font-weight:500}.About-module__vAULUW__cardsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.About-module__vAULUW__card{background-color:var(--surface);border:1px solid var(--gray-light);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s}.About-module__vAULUW__card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-5px)}.About-module__vAULUW__cardTitle{color:var(--primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}@media (prefers-color-scheme:dark){.About-module__vAULUW__teamInfo{background-color:var(--surface)}.About-module__vAULUW__cardTitle{color:var(--foreground)}.About-module__vAULUW__card{border-color:#ffffff1a}.About-module__vAULUW__card:hover{border-color:var(--primary)}}.About-module__vAULUW__cardDesc{color:var(--gray-text);font-size:1rem;line-height:1.6}@media (max-width:992px){.About-module__vAULUW__aboutContent{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__cardsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}
.Events-module__HEv0ca__eventsSection{background-color:var(--surface)}.Events-module__HEv0ca__eventsLayout{grid-template-columns:400px 1fr;align-items:stretch;gap:4rem;display:grid}.Events-module__HEv0ca__imageWrapper{box-shadow:var(--shadow-lg);border-radius:20px;min-height:400px;position:relative;overflow:hidden}.Events-module__HEv0ca__eventImage{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Events-module__HEv0ca__eventsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.Events-module__HEv0ca__eventCard{background-color:var(--background);border-left:4px solid var(--primary);border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.Events-module__HEv0ca__eventCard:hover{background-color:var(--primary);border-left-color:var(--accent);transform:translate(5px)}.Events-module__HEv0ca__eventNumber{color:var(--gray-light);font-size:1.5rem;font-weight:800;transition:color .3s}.Events-module__HEv0ca__eventTitle{color:var(--foreground);font-size:1rem;font-weight:600;transition:color .3s}.Events-module__HEv0ca__eventCard:hover .Events-module__HEv0ca__eventNumber,.Events-module__HEv0ca__eventCard:hover .Events-module__HEv0ca__eventTitle{color:#fff}.Events-module__HEv0ca__sectionDesc{text-align:center;color:var(--gray);margin-bottom:3rem;font-size:1.1rem}@media (prefers-color-scheme:dark){.Events-module__HEv0ca__eventsSection{background-color:#0003}.Events-module__HEv0ca__eventCard{background-color:var(--surface)}.Events-module__HEv0ca__eventNumber{color:#ffffff1a}}@media (max-width:992px){.Events-module__HEv0ca__eventsLayout{grid-template-columns:1fr;gap:3rem}.Events-module__HEv0ca__imageWrapper{height:300px;min-height:auto}}
.GalleryGrid-module__bLIB0q__gallery{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.GalleryGrid-module__bLIB0q__galleryItem{aspect-ratio:4/3;background:var(--gray-light);cursor:pointer;border-radius:12px;position:relative;overflow:hidden}.GalleryGrid-module__bLIB0q__galleryImg{object-fit:cover;transition:transform .4s}.GalleryGrid-module__bLIB0q__galleryItem:hover .GalleryGrid-module__bLIB0q__galleryImg{transform:scale(1.05)}.GalleryGrid-module__bLIB0q__galleryOverlay{color:#fff;opacity:0;background:0 0;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;inset:0}.GalleryGrid-module__bLIB0q__galleryItem:hover .GalleryGrid-module__bLIB0q__galleryOverlay{opacity:1;background:#00000059}.GalleryGrid-module__bLIB0q__lightbox{z-index:1000;cursor:pointer;background:#000000f2;justify-content:center;align-items:center;padding:1rem;animation:.2s GalleryGrid-module__bLIB0q__fadeIn;display:flex;position:fixed;inset:0}@keyframes GalleryGrid-module__bLIB0q__fadeIn{0%{opacity:0}to{opacity:1}}.GalleryGrid-module__bLIB0q__lightboxClose{color:#fff;cursor:pointer;z-index:1;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;transition:background .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.GalleryGrid-module__bLIB0q__lightboxClose:hover{background:#ffffff40}.GalleryGrid-module__bLIB0q__lightboxImg{object-fit:contain;cursor:default;border-radius:8px;max-width:92vw;max-height:92vh;box-shadow:0 24px 80px #0009}@media (max-width:768px){.GalleryGrid-module__bLIB0q__gallery{grid-template-columns:1fr 1fr}}
.Sponsors-module__cdkV-a__sponsorsSection{padding:5rem 0;overflow:hidden}.Sponsors-module__cdkV-a__subtitle{text-align:center;color:var(--gray-text);margin-bottom:3rem;font-size:1.1rem}.Sponsors-module__cdkV-a__marqueeWrapper{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.Sponsors-module__cdkV-a__marqueeTrack{width:max-content;animation:Sponsors-module__cdkV-a__marquee var(--marquee-duration,18s) linear infinite;gap:2rem;display:flex}.Sponsors-module__cdkV-a__marqueeTrack:hover{animation-play-state:paused}@keyframes Sponsors-module__cdkV-a__marquee{0%{transform:translate(0)}to{transform:translateX(var(--marquee-shift,-33.333%))}}.Sponsors-module__cdkV-a__sponsorCard{filter:grayscale();opacity:.7;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;padding:2rem 3rem;transition:filter .3s,opacity .3s;display:flex}.Sponsors-module__cdkV-a__sponsorCard:hover{filter:grayscale(0%);opacity:1}.Sponsors-module__cdkV-a__sponsorLogo{justify-content:center;align-items:center;width:150px;height:80px;display:flex}.Sponsors-module__cdkV-a__image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.Sponsors-module__cdkV-a__sponsorName{color:#e2e8f0;text-align:center;font-size:1rem;font-weight:700}.Sponsors-module__cdkV-a__sponsorLink{text-decoration:none}
.page-module__h_XF6q__hero{align-items:flex-end;min-height:480px;display:flex;position:relative;overflow:hidden}.page-module__h_XF6q__heroCover{object-fit:cover;object-position:center}.page-module__h_XF6q__heroFallback{background:var(--primary-dark);position:absolute;inset:0}.page-module__h_XF6q__heroOverlay{background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);position:absolute;inset:0}.page-module__h_XF6q__heroContent{z-index:1;padding-top:6rem;padding-bottom:3.5rem;position:relative}.page-module__h_XF6q__backLink{color:#ffffffb3;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.875rem;font-weight:500;transition:color .2s;display:inline-flex}.page-module__h_XF6q__backLink:hover{color:#fff}.page-module__h_XF6q__heroTitle{color:#fff;max-width:800px;margin:.75rem 0 1rem;font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.2}.page-module__h_XF6q__heroSub{color:#ffffffbf;max-width:620px;font-size:1.1rem;line-height:1.6}.page-module__h_XF6q__badge{letter-spacing:.03em;border-radius:9999px;padding:.3rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.page-module__h_XF6q__badgeLarge{letter-spacing:.04em;border-radius:9999px;padding:.4rem 1.1rem;font-size:.85rem;font-weight:700;display:inline-block}.page-module__h_XF6q__contentSection{background:var(--background);padding:4rem 0 6rem}.page-module__h_XF6q__contentGrid{grid-template-columns:1fr 340px;align-items:start;gap:2.5rem;display:grid}.page-module__h_XF6q__mainCol{flex-direction:column;gap:2rem;display:flex}.page-module__h_XF6q__card{border-radius:20px;padding:2.25rem}.page-module__h_XF6q__cardHeading{color:var(--primary);border-bottom:2px solid var(--gray-light);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.35rem;font-weight:700}@media (prefers-color-scheme:dark){.page-module__h_XF6q__cardHeading{color:var(--foreground);border-color:#ffffff14}}.page-module__h_XF6q__paragraph{color:var(--gray-text);margin-bottom:1rem;font-size:1rem;line-height:1.8}.page-module__h_XF6q__paragraph:last-child{margin-bottom:0}.page-module__h_XF6q__highlightList{flex-direction:column;gap:.75rem;display:flex}.page-module__h_XF6q__highlightItem{color:var(--foreground);align-items:center;gap:.85rem;font-size:1rem;font-weight:500;display:flex}.page-module__h_XF6q__highlightDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:10px;height:10px}.page-module__h_XF6q__speakerGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.page-module__h_XF6q__speakerCard{background:var(--gray-light);border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}@media (prefers-color-scheme:dark){.page-module__h_XF6q__speakerCard{background:#ffffff0d}}.page-module__h_XF6q__speakerAvatar{background:var(--primary);color:#fff;letter-spacing:.03em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.9rem;font-weight:700;display:flex}.page-module__h_XF6q__speakerName{color:var(--foreground);font-size:.95rem;font-weight:700}.page-module__h_XF6q__speakerTitle{color:var(--gray-text);margin-top:.15rem;font-size:.8rem;line-height:1.4}.page-module__h_XF6q__galleryNote{color:var(--gray-text);text-align:center;margin-top:1.25rem;font-size:.875rem}.page-module__h_XF6q__sidebar{flex-direction:column;gap:1rem;display:flex;position:sticky;top:6rem}.page-module__h_XF6q__infoCard{border-radius:20px;padding:2rem}.page-module__h_XF6q__infoHeading{color:var(--foreground);border-bottom:2px solid var(--gray-light);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}@media (prefers-color-scheme:dark){.page-module__h_XF6q__infoHeading{border-color:#ffffff14}}.page-module__h_XF6q__infoRow{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.page-module__h_XF6q__infoIcon{width:36px;height:36px;color:var(--primary);background:#1f3b6914;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (prefers-color-scheme:dark){.page-module__h_XF6q__infoIcon{color:var(--accent);background:#ffffff12}}.page-module__h_XF6q__infoLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-text);margin-bottom:.2rem;font-size:.75rem;font-weight:600;display:block}.page-module__h_XF6q__infoValue{color:var(--foreground);font-size:.95rem;font-weight:600;line-height:1.4;display:block}.page-module__h_XF6q__statusBadge{border-radius:9999px;margin:.5rem 0 1.5rem;padding:.45rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.page-module__h_XF6q__statusBadge[data-status=upcoming]{color:#059669;background:#0596691a}.page-module__h_XF6q__statusBadge[data-status=past]{color:#6b7280;background:#6b72801a}.page-module__h_XF6q__registerBtn{justify-content:center;width:100%}.page-module__h_XF6q__backCard{background:var(--surface);border:1px solid var(--gray-light);color:var(--foreground);border-radius:12px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .25s;display:flex}.page-module__h_XF6q__backCard:hover{border-color:var(--primary);color:var(--primary);transform:translate(-3px)}@media (prefers-color-scheme:dark){.page-module__h_XF6q__backCard{border-color:#ffffff1a}}@media (max-width:1024px){.page-module__h_XF6q__contentGrid{grid-template-columns:1fr}.page-module__h_XF6q__sidebar{position:static}.page-module__h_XF6q__infoCard{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));align-items:start;gap:.5rem 1.5rem;display:grid}.page-module__h_XF6q__infoHeading,.page-module__h_XF6q__statusBadge,.page-module__h_XF6q__registerBtn{grid-column:1/-1}}@media (max-width:768px){.page-module__h_XF6q__hero{min-height:380px}.page-module__h_XF6q__card{padding:1.5rem}.page-module__h_XF6q__infoCard{flex-direction:column;display:flex}}
.page-module__ezo9lq__hero{background:var(--primary-dark);text-align:center;padding:10rem 0 6rem;position:relative;overflow:hidden}.page-module__ezo9lq__heroBg{opacity:.18;background:url(/hero_bg.png) 50%/cover no-repeat;position:absolute;inset:0}.page-module__ezo9lq__heroContent{z-index:1;position:relative}.page-module__ezo9lq__heroBadge{color:var(--accent);letter-spacing:.04em;background:#f0a50026;border:1px solid #f0a50059;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-block}.page-module__ezo9lq__heroTitle{color:#fff;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.page-module__ezo9lq__heroSub{color:#9ca3af;max-width:620px;margin:0 auto;font-size:1.15rem;line-height:1.7}.page-module__ezo9lq__statsBar{background:var(--primary);padding:1.75rem 0}.page-module__ezo9lq__statsRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.page-module__ezo9lq__statItem{flex-direction:column;align-items:center;padding:.5rem 3rem;display:flex}.page-module__ezo9lq__statNum{color:#fff;font-size:2rem;font-weight:800;line-height:1}.page-module__ezo9lq__statLabel{color:#ffffffa6;text-transform:uppercase;letter-spacing:.05em;margin-top:.3rem;font-size:.8rem;font-weight:500}.page-module__ezo9lq__statDivider{background:#fff3;width:1px;height:40px}.page-module__ezo9lq__upcomingSection{background:var(--background)}.page-module__ezo9lq__upcomingGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.page-module__ezo9lq__upcomingCard{border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.page-module__ezo9lq__upcomingCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.page-module__ezo9lq__upcomingCardHeader{border-top:4px solid var(--primary);justify-content:space-between;align-items:flex-start;padding:1.5rem 1.75rem 1.25rem;display:flex}.page-module__ezo9lq__dateBlock{flex-direction:column;gap:.1rem;display:flex}.page-module__ezo9lq__dateWeekday{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-text);font-size:.75rem;font-weight:600}.page-module__ezo9lq__dateNum{color:var(--primary);font-size:2.75rem;font-weight:900;line-height:1}.page-module__ezo9lq__dateMon{color:var(--foreground);font-size:.9rem;font-weight:600}@media (prefers-color-scheme:dark){.page-module__ezo9lq__dateNum{color:var(--accent)}}.page-module__ezo9lq__badge{letter-spacing:.03em;border-radius:9999px;flex-shrink:0;padding:.3rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.page-module__ezo9lq__upcomingCardBody{flex-direction:column;flex:1;gap:.75rem;padding:0 1.75rem 1.5rem;display:flex}.page-module__ezo9lq__upcomingTitle{color:var(--foreground);font-size:1.2rem;font-weight:700;line-height:1.3}.page-module__ezo9lq__upcomingDesc{color:var(--gray-text);flex:1;font-size:.9rem;line-height:1.65}.page-module__ezo9lq__metaList{border-top:1px solid var(--gray-light);flex-direction:column;gap:.45rem;padding-top:.5rem;display:flex}.page-module__ezo9lq__metaItem{color:var(--gray-text);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.page-module__ezo9lq__metaItem svg{flex-shrink:0}.page-module__ezo9lq__upcomingCardFooter{border-top:1px solid var(--gray-light);gap:.75rem;padding:1.25rem 1.75rem;display:flex}.page-module__ezo9lq__upcomingCardFooter .page-module__ezo9lq__btn-primary{flex:1;justify-content:center}.page-module__ezo9lq__detailBtn{color:var(--primary);border:2px solid var(--primary);background:0 0;border-radius:9999px;flex:1;justify-content:center;align-items:center;padding:.875rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.page-module__ezo9lq__detailBtn:hover{background:var(--primary);color:#fff}@media (prefers-color-scheme:dark){.page-module__ezo9lq__detailBtn{color:var(--foreground);border-color:var(--foreground)}.page-module__ezo9lq__detailBtn:hover{background:var(--foreground);color:var(--primary-dark)}.page-module__ezo9lq__metaList,.page-module__ezo9lq__upcomingCardFooter{border-color:#ffffff12}}.page-module__ezo9lq__pastSection{background:var(--surface)}.page-module__ezo9lq__pastList{flex-direction:column;gap:1.25rem;display:flex}.page-module__ezo9lq__pastCard{opacity:.85;cursor:pointer;border-radius:16px;align-items:center;gap:2rem;padding:1.75rem 2rem;transition:transform .25s,box-shadow .25s;display:flex}.page-module__ezo9lq__pastCard:hover{opacity:1;box-shadow:var(--shadow-md);transform:translate(5px)}.page-module__ezo9lq__pastArrow{color:var(--gray-text);flex-shrink:0;transition:color .2s,transform .2s}.page-module__ezo9lq__pastCard:hover .page-module__ezo9lq__pastArrow{color:var(--primary);transform:translate(4px)}.page-module__ezo9lq__pastDate{background:var(--gray-light);border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:64px;min-height:72px;padding:.5rem;display:flex}.page-module__ezo9lq__pastDay{color:var(--foreground);font-size:1.75rem;font-weight:900;line-height:1}.page-module__ezo9lq__pastMon{letter-spacing:.08em;color:var(--gray-text);text-transform:uppercase;margin-top:.15rem;font-size:.65rem;font-weight:700}.page-module__ezo9lq__pastYear{color:var(--gray-text);font-size:.65rem;font-weight:600}@media (prefers-color-scheme:dark){.page-module__ezo9lq__pastDate{background:#ffffff0f}}.page-module__ezo9lq__pastBody{flex:1;min-width:0}.page-module__ezo9lq__pastTop{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.4rem;display:flex}.page-module__ezo9lq__pastTitle{color:var(--foreground);font-size:1.05rem;font-weight:700}.page-module__ezo9lq__pastDesc{color:var(--gray-text);margin-bottom:.75rem;font-size:.875rem;line-height:1.55}.page-module__ezo9lq__pastMeta{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.page-module__ezo9lq__attendees{font-weight:600;color:var(--primary)!important}@media (prefers-color-scheme:dark){.page-module__ezo9lq__attendees{color:var(--accent)!important}}.page-module__ezo9lq__ctaSection{background:var(--background);padding:5rem 0}.page-module__ezo9lq__ctaBox{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);text-align:center;border-radius:24px;padding:4rem 3rem}.page-module__ezo9lq__ctaTitle{color:#fff;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800}.page-module__ezo9lq__ctaSub{color:#ffffffbf;margin-bottom:2rem;font-size:1.1rem}.page-module__ezo9lq__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-module__ezo9lq__ctaButtons .page-module__ezo9lq__btn-secondary{color:#fff;border-color:#fff9}.page-module__ezo9lq__ctaButtons .page-module__ezo9lq__btn-secondary:hover{color:#fff;background:#ffffff26}@media (max-width:768px){.page-module__ezo9lq__hero{padding:8rem 0 4rem}.page-module__ezo9lq__statItem{padding:.5rem 1.5rem}.page-module__ezo9lq__statDivider{display:none}.page-module__ezo9lq__statsRow{gap:1rem}.page-module__ezo9lq__pastCard{flex-direction:column;gap:1rem}.page-module__ezo9lq__pastDate{flex-direction:row;gap:.5rem;width:100%;min-height:auto;padding:.5rem 1rem}.page-module__ezo9lq__pastMeta{gap:.75rem}.page-module__ezo9lq__ctaBox{padding:3rem 1.5rem}}
.page-module__lGHn8a__hero{background:var(--primary-dark);text-align:center;padding:10rem 0 6rem;position:relative;overflow:hidden}.page-module__lGHn8a__heroBg{opacity:.18;background:url(/hero_bg.png) 50%/cover no-repeat;position:absolute;inset:0}.page-module__lGHn8a__heroContent{z-index:1;position:relative}.page-module__lGHn8a__heroBadge{color:var(--accent);letter-spacing:.04em;background:#f0a50026;border:1px solid #f0a50059;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-block}.page-module__lGHn8a__heroTitle{color:#fff;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.page-module__lGHn8a__heroSub{color:#9ca3af;max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.7}@media (max-width:768px){.page-module__lGHn8a__hero{padding:8rem 0 4rem}}
.page-module__k0jZ3W__hero{background:var(--primary-dark);text-align:center;padding:10rem 0 6rem;position:relative;overflow:hidden}.page-module__k0jZ3W__heroBg{opacity:.18;background:url(/hero_bg.png) 50%/cover no-repeat;position:absolute;inset:0}.page-module__k0jZ3W__heroContent{z-index:1;position:relative}.page-module__k0jZ3W__heroBadge{color:var(--accent);letter-spacing:.04em;background:#f0a50026;border:1px solid #f0a50059;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-block}.page-module__k0jZ3W__heroTitle{color:#fff;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.page-module__k0jZ3W__heroSub{color:#9ca3af;max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.7}.page-module__k0jZ3W__sponsorsSection{background:var(--background)}.page-module__k0jZ3W__sponsorsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.page-module__k0jZ3W__sponsorCard{border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2rem;transition:all .3s;display:flex}.page-module__k0jZ3W__sponsorCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.page-module__k0jZ3W__sponsorLogo{justify-content:center;align-items:center;width:180px;height:100px;display:flex}.page-module__k0jZ3W__image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.page-module__k0jZ3W__sponsorName{color:var(--foreground);text-align:center;font-size:1.1rem;font-weight:700}.page-module__k0jZ3W__ctaSection{background:var(--surface);padding:5rem 0}.page-module__k0jZ3W__ctaBox{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);text-align:center;border-radius:24px;padding:4rem 3rem}.page-module__k0jZ3W__ctaTitle{color:#fff;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800}.page-module__k0jZ3W__ctaSub{color:#ffffffbf;margin-bottom:2rem;font-size:1.1rem}@media (max-width:768px){.page-module__k0jZ3W__hero{padding:8rem 0 4rem}.page-module__k0jZ3W__ctaBox{padding:3rem 1.5rem}}
