.Navbar-module__nuAbfa__navbar{z-index:1000;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background-color:#0a0a0ae6}.Navbar-module__nuAbfa__logo{color:var(--color-text);align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoIcon{width:40px;height:40px;font-family:var(--font-heading),sans-serif;color:#fff;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.Navbar-module__nuAbfa__logoText{font-family:var(--font-heading),sans-serif;text-transform:uppercase;letter-spacing:.05em;font-size:1.25rem;font-weight:700}.Navbar-module__nuAbfa__logoAccent{color:var(--color-accent)}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__nuAbfa__navLink{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__nuAbfa__navLink:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__nuAbfa__navLink:hover{color:var(--color-text)}.Navbar-module__nuAbfa__navLink:hover:after{width:100%}.Navbar-module__nuAbfa__mobileToggle{color:var(--color-text);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__nuAbfa__mobileToggle span{background:var(--color-text);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.Navbar-module__nuAbfa__mobileToggle.Navbar-module__nuAbfa__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__nuAbfa__mobileToggle.Navbar-module__nuAbfa__open span:nth-child(2){opacity:0}.Navbar-module__nuAbfa__mobileToggle.Navbar-module__nuAbfa__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__nuAbfa__mobileMenu{z-index:999;background:#0a0a0afa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.Navbar-module__nuAbfa__mobileMenu.Navbar-module__nuAbfa__show{display:flex}.Navbar-module__nuAbfa__mobileLink{color:var(--color-text);font-family:var(--font-heading),sans-serif;text-transform:uppercase;letter-spacing:.05em;font-size:2rem;font-weight:600;text-decoration:none;transition:color .2s}.Navbar-module__nuAbfa__mobileLink:hover{color:var(--color-accent)}@media (max-width:768px){.Navbar-module__nuAbfa__navLinks{display:none}.Navbar-module__nuAbfa__mobileToggle{z-index:1001;display:block}.Navbar-module__nuAbfa__navbar{padding:1rem 1.25rem}}
.Hero-module__Z8hQ_W__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroBg{z-index:0;position:absolute;inset:0}.Hero-module__Z8hQ_W__heroBg img{object-fit:cover;opacity:.35;width:100%;height:100%}.Hero-module__Z8hQ_W__heroOverlay{z-index:1;background:linear-gradient(#0a0a0a99 0%,#0a0a0a4d 40%,#0a0a0acc 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__heroContent{z-index:2;text-align:center;max-width:900px;padding:2rem;position:relative}.Hero-module__Z8hQ_W__heroBadge{border:1px solid var(--color-accent);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;animation:.8s forwards Hero-module__Z8hQ_W__fadeInDown;display:inline-block}.Hero-module__Z8hQ_W__heroTitle{font-family:var(--font-heading),sans-serif;text-transform:uppercase;letter-spacing:-.02em;opacity:0;margin-bottom:1rem;font-size:clamp(2.5rem,7vw,5rem);font-weight:700;line-height:1.05;animation:.8s .2s forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__heroTitleAccent{color:var(--color-accent);display:block}.Hero-module__Z8hQ_W__heroSubtitle{color:var(--color-text-secondary);opacity:0;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;animation:.8s .4s forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__heroButtons{opacity:0;flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s .6s forwards Hero-module__Z8hQ_W__fadeInUp;display:flex}.Hero-module__Z8hQ_W__btnPrimary{background:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__btnPrimary:before{content:"";background:var(--color-accent);opacity:0;filter:blur(12px);z-index:-1;border-radius:8px;transition:opacity .3s;position:absolute;inset:-2px}.Hero-module__Z8hQ_W__btnPrimary:hover{background:var(--color-accent-hover);transform:translateY(-2px)}.Hero-module__Z8hQ_W__btnPrimary:hover:before{opacity:.5}.Hero-module__Z8hQ_W__btnSecondary{color:var(--color-text);text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--color-border-light);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__Z8hQ_W__btnSecondary:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-2px)}.Hero-module__Z8hQ_W__scrollIndicator{z-index:2;animation:2s infinite Hero-module__Z8hQ_W__bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__scrollIndicator span{border:2px solid var(--color-text-muted);border-radius:12px;width:24px;height:38px;display:block;position:relative}.Hero-module__Z8hQ_W__scrollIndicator span:after{content:"";background:var(--color-accent);border-radius:2px;width:4px;height:8px;animation:2s infinite Hero-module__Z8hQ_W__scrollDot;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes Hero-module__Z8hQ_W__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-8px)}60%{transform:translate(-50%)translateY(-4px)}}@keyframes Hero-module__Z8hQ_W__scrollDot{0%{opacity:1;top:6px}to{opacity:0;top:20px}}@media (max-width:768px){.Hero-module__Z8hQ_W__heroContent{padding:1.5rem}.Hero-module__Z8hQ_W__heroButtons{flex-direction:column;align-items:center}.Hero-module__Z8hQ_W__btnPrimary,.Hero-module__Z8hQ_W__btnSecondary{justify-content:center;width:100%;max-width:280px}}
.About-module__vqXTeW__section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.About-module__vqXTeW__sectionLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.About-module__vqXTeW__sectionLabel:before{content:"";background:var(--color-accent);width:24px;height:2px;display:block}.About-module__vqXTeW__content{align-items:center;gap:4rem;display:flex}.About-module__vqXTeW__textBlock{flex:1}.About-module__vqXTeW__title{font-family:var(--font-heading),sans-serif;text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.About-module__vqXTeW__titleAccent{color:var(--color-accent)}.About-module__vqXTeW__description{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.About-module__vqXTeW__stats{gap:3rem;display:flex}.About-module__vqXTeW__stat{flex-direction:column;display:flex}.About-module__vqXTeW__statNumber{font-family:var(--font-heading),sans-serif;color:var(--color-accent);font-size:2.5rem;font-weight:700;line-height:1}.About-module__vqXTeW__statLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;font-size:.8rem}.About-module__vqXTeW__visual{flex:1;gap:1rem;display:flex}.About-module__vqXTeW__visualCard{background:var(--color-bg-card);border:1px solid var(--color-border);text-align:center;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:1rem;padding:2rem;transition:all .3s;display:flex}.About-module__vqXTeW__visualCard:hover{border-color:var(--color-accent);background:var(--color-bg-card-hover);transform:translateY(-4px)}.About-module__vqXTeW__cardIcon{width:48px;height:48px;color:var(--color-accent);background:#fd57ad1a;border-radius:12px;justify-content:center;align-items:center;display:flex}.About-module__vqXTeW__cardTitle{font-family:var(--font-heading),sans-serif;text-transform:uppercase;font-size:1rem;font-weight:600}.About-module__vqXTeW__cardDesc{color:var(--color-text-muted);font-size:.85rem;line-height:1.6}@media (max-width:968px){.About-module__vqXTeW__content{flex-direction:column;gap:3rem}.About-module__vqXTeW__stats{gap:2rem}.About-module__vqXTeW__visual{width:100%}}@media (max-width:480px){.About-module__vqXTeW__section{padding:4rem 1.25rem}.About-module__vqXTeW__stats{flex-wrap:wrap;gap:1.5rem}.About-module__vqXTeW__visual{flex-direction:column}}
.Tournaments-module__CTONuq__section{background:var(--color-bg-secondary);padding:6rem 2rem}.Tournaments-module__CTONuq__inner{max-width:1200px;margin:0 auto}.Tournaments-module__CTONuq__header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.Tournaments-module__CTONuq__sectionLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Tournaments-module__CTONuq__sectionLabel:before{content:"";background:var(--color-accent);width:24px;height:2px;display:block}.Tournaments-module__CTONuq__title{font-family:var(--font-heading),sans-serif;text-transform:uppercase;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.Tournaments-module__CTONuq__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:968px){.Tournaments-module__CTONuq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Tournaments-module__CTONuq__section{padding:4rem 1.25rem}.Tournaments-module__CTONuq__grid{grid-template-columns:1fr}.Tournaments-module__CTONuq__header{flex-direction:column;align-items:flex-start;gap:1rem}}
.EventCard-module__V7h-yq__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.EventCard-module__V7h-yq__card:hover{border-color:var(--color-accent);transform:translateY(-6px);box-shadow:0 12px 40px #fd57ad1a}.EventCard-module__V7h-yq__imageWrapper{aspect-ratio:3/4;background:#0a0a0a;width:100%;position:relative;overflow:hidden}.EventCard-module__V7h-yq__imageWrapper img{object-fit:contain;width:100%;height:100%;transition:transform .5s}.EventCard-module__V7h-yq__card:hover .EventCard-module__V7h-yq__imageWrapper img{transform:scale(1.05)}.EventCard-module__V7h-yq__badge{background:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.08em;border-radius:100px;padding:.3rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.EventCard-module__V7h-yq__cardBody{flex-direction:column;flex:1;gap:.75rem;padding:1.5rem;display:flex}.EventCard-module__V7h-yq__eventName{font-family:var(--font-heading),sans-serif;text-transform:uppercase;color:var(--color-text);font-size:1.2rem;font-weight:700}.EventCard-module__V7h-yq__eventMeta{flex-direction:column;gap:.4rem;display:flex}.EventCard-module__V7h-yq__metaItem{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.EventCard-module__V7h-yq__metaItem svg{color:var(--color-accent);flex-shrink:0}.EventCard-module__V7h-yq__registerBtn{color:var(--color-accent);border:1px solid var(--color-accent);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;text-align:center;background:0 0;border-radius:6px;margin-top:auto;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.EventCard-module__V7h-yq__registerBtn:hover{background:var(--color-accent);color:#fff}
.Rankings-module__E1xXUq__section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.Rankings-module__E1xXUq__sectionLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Rankings-module__E1xXUq__sectionLabel:before{content:"";background:var(--color-accent);width:24px;height:2px;display:block}.Rankings-module__E1xXUq__title{font-family:var(--font-heading),sans-serif;text-transform:uppercase;margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.Rankings-module__E1xXUq__tableWrapper{overflow-x:auto}.Rankings-module__E1xXUq__table{border-collapse:separate;border-spacing:0 .5rem;width:100%}.Rankings-module__E1xXUq__table thead th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding:.75rem 1.25rem;font-size:.75rem;font-weight:600}.Rankings-module__E1xXUq__table tbody tr{background:var(--color-bg-card);transition:all .2s}.Rankings-module__E1xXUq__table tbody tr:hover{background:var(--color-bg-card-hover);transform:translate(4px)}.Rankings-module__E1xXUq__table td{padding:1rem 1.25rem;font-size:.95rem}.Rankings-module__E1xXUq__table tbody tr td:first-child{border-radius:8px 0 0 8px}.Rankings-module__E1xXUq__table tbody tr td:last-child{border-radius:0 8px 8px 0}.Rankings-module__E1xXUq__rank{font-family:var(--font-heading),sans-serif;width:60px;font-size:1.1rem;font-weight:700}.Rankings-module__E1xXUq__rankGold{color:gold}.Rankings-module__E1xXUq__rankSilver{color:silver}.Rankings-module__E1xXUq__rankBronze{color:#cd7f32}.Rankings-module__E1xXUq__rankDefault{color:var(--color-text-muted)}.Rankings-module__E1xXUq__playerInfo{align-items:center;gap:.75rem;display:flex}.Rankings-module__E1xXUq__avatar{background:var(--color-border);width:36px;height:36px;font-family:var(--font-heading),sans-serif;color:var(--color-text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.Rankings-module__E1xXUq__playerName{color:var(--color-text);font-weight:600}.Rankings-module__E1xXUq__points{font-family:var(--font-heading),sans-serif;color:var(--color-accent);font-size:1.1rem;font-weight:700}.Rankings-module__E1xXUq__pointsBar{align-items:center;gap:1rem;display:flex}.Rankings-module__E1xXUq__bar{background:var(--color-border);border-radius:2px;flex:1;max-width:200px;height:4px;overflow:hidden}.Rankings-module__E1xXUq__barFill{background:var(--color-accent);border-radius:2px;height:100%;transition:width .5s}@media (max-width:640px){.Rankings-module__E1xXUq__section{padding:4rem 1.25rem}.Rankings-module__E1xXUq__table td{padding:.75rem;font-size:.85rem}.Rankings-module__E1xXUq__bar,.Rankings-module__E1xXUq__avatar{display:none}}
.Gallery-module__wqsUoa__section{background:var(--color-bg-secondary);padding:6rem 2rem}.Gallery-module__wqsUoa__inner{max-width:1200px;margin:0 auto}.Gallery-module__wqsUoa__sectionLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Gallery-module__wqsUoa__sectionLabel:before{content:"";background:var(--color-accent);width:24px;height:2px;display:block}.Gallery-module__wqsUoa__title{font-family:var(--font-heading),sans-serif;text-transform:uppercase;margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.Gallery-module__wqsUoa__grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Gallery-module__wqsUoa__gridItem{aspect-ratio:4/3;cursor:pointer;border-radius:10px;position:relative;overflow:hidden}.Gallery-module__wqsUoa__gridItem:first-child{aspect-ratio:16/9;grid-column:span 2}.Gallery-module__wqsUoa__gridItem img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Gallery-module__wqsUoa__gridItem:hover img{transform:scale(1.08)}.Gallery-module__wqsUoa__gridOverlay{opacity:0;background:linear-gradient(#0000 40%,#0a0a0ab3 100%);align-items:flex-end;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.Gallery-module__wqsUoa__gridItem:hover .Gallery-module__wqsUoa__gridOverlay{opacity:1}.Gallery-module__wqsUoa__overlayText{color:var(--color-text);font-size:.85rem;font-weight:600}@media (max-width:768px){.Gallery-module__wqsUoa__grid{grid-template-columns:repeat(2,1fr)}.Gallery-module__wqsUoa__gridItem:first-child{grid-column:span 2}}@media (max-width:480px){.Gallery-module__wqsUoa__section{padding:4rem 1.25rem}.Gallery-module__wqsUoa__grid{grid-template-columns:1fr}.Gallery-module__wqsUoa__gridItem:first-child{grid-column:span 1}}
.LiveStream-module__uXlMPG__section{max-width:1200px;margin:0 auto;padding:5rem 2rem}.LiveStream-module__uXlMPG__inner{flex-direction:column;gap:2rem;display:flex}.LiveStream-module__uXlMPG__header{text-align:center}.LiveStream-module__uXlMPG__sectionLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.LiveStream-module__uXlMPG__sectionLabel:before{content:"";background:var(--color-accent);width:24px;height:2px;display:block}.LiveStream-module__uXlMPG__liveBadge{color:#ef4444;letter-spacing:.05em;font-weight:700;animation:2s ease-in-out infinite LiveStream-module__uXlMPG__pulse}@keyframes LiveStream-module__uXlMPG__pulse{0%,to{opacity:1}50%{opacity:.5}}.LiveStream-module__uXlMPG__title{font-family:var(--font-heading),sans-serif;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.LiveStream-module__uXlMPG__subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1rem}.LiveStream-module__uXlMPG__playerWrapper{aspect-ratio:16/9;border:1px solid var(--color-border);background:var(--color-bg-card);border-radius:12px;width:100%;position:relative;overflow:hidden}.LiveStream-module__uXlMPG__player{width:100%;height:100%}.LiveStream-module__uXlMPG__player iframe{border-radius:12px}.LiveStream-module__uXlMPG__offlineOverlay{background:var(--color-bg-card);z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.LiveStream-module__uXlMPG__offlineContent{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.LiveStream-module__uXlMPG__twitchIcon{color:#9146ff;opacity:.6}.LiveStream-module__uXlMPG__offlineText{font-family:var(--font-heading),sans-serif;text-transform:uppercase;color:var(--color-text-secondary);font-size:1.25rem;font-weight:600}.LiveStream-module__uXlMPG__followBtn{color:#fff;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:#9146ff;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.LiveStream-module__uXlMPG__followBtn:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 8px 25px #9146ff66}@media (max-width:768px){.LiveStream-module__uXlMPG__section{padding:4rem 1.25rem}.LiveStream-module__uXlMPG__playerWrapper{aspect-ratio:auto;min-height:300px}}
.Sponsors-module__E-FwnG__section{text-align:center;max-width:1200px;margin:0 auto;padding:5rem 2rem}.Sponsors-module__E-FwnG__sectionLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Sponsors-module__E-FwnG__sectionLabel:before{content:"";background:var(--color-accent);width:24px;height:2px;display:block}.Sponsors-module__E-FwnG__title{font-family:var(--font-heading),sans-serif;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.Sponsors-module__E-FwnG__subtitle{color:var(--color-text-muted);margin-bottom:3rem;font-size:1rem}.Sponsors-module__E-FwnG__marqueeWrapper{position:relative;overflow:hidden}.Sponsors-module__E-FwnG__marqueeWrapper:before,.Sponsors-module__E-FwnG__marqueeWrapper:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.Sponsors-module__E-FwnG__marqueeWrapper:before{background:linear-gradient(90deg,var(--color-bg),transparent);left:0}.Sponsors-module__E-FwnG__marqueeWrapper:after{background:linear-gradient(-90deg,var(--color-bg),transparent);right:0}.Sponsors-module__E-FwnG__marquee{width:max-content;animation:25s linear infinite Sponsors-module__E-FwnG__scroll;display:flex}.Sponsors-module__E-FwnG__marquee:hover{animation-play-state:paused}.Sponsors-module__E-FwnG__sponsorItem{opacity:.4;cursor:pointer;color:inherit;flex-shrink:0;justify-content:center;align-items:center;padding:1.5rem 3rem;text-decoration:none;transition:opacity .3s;display:flex}.Sponsors-module__E-FwnG__sponsorItem:hover{opacity:1}.Sponsors-module__E-FwnG__sponsorLogoContainer{filter:grayscale();opacity:.7;justify-content:center;align-items:center;height:80px;transition:all .3s;display:flex}.Sponsors-module__E-FwnG__sponsorImage{object-fit:contain;max-width:150px;max-height:100%}.Sponsors-module__E-FwnG__sponsorPlaceholder{font-family:var(--font-heading),sans-serif;color:var(--color-text);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;border:1px solid var(--color-border);border-radius:8px;padding:1rem 2rem;font-size:1.5rem;font-weight:700;transition:all .3s}.Sponsors-module__E-FwnG__sponsorItem:hover .Sponsors-module__E-FwnG__sponsorLogoContainer{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.Sponsors-module__E-FwnG__sponsorItem:hover .Sponsors-module__E-FwnG__sponsorPlaceholder{border-color:var(--color-accent);color:var(--color-accent)}@keyframes Sponsors-module__E-FwnG__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:640px){.Sponsors-module__E-FwnG__section{padding:4rem 1.25rem}.Sponsors-module__E-FwnG__sponsorLogo{padding:.75rem 1.5rem;font-size:1.1rem}.Sponsors-module__E-FwnG__sponsorItem{padding:1rem 1.5rem}}
.Social-module__KeOkrq__section{background:var(--color-bg-secondary);text-align:center;padding:5rem 2rem}.Social-module__KeOkrq__inner{max-width:800px;margin:0 auto}.Social-module__KeOkrq__sectionLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Social-module__KeOkrq__sectionLabel:before{content:"";background:var(--color-accent);width:24px;height:2px;display:block}.Social-module__KeOkrq__title{font-family:var(--font-heading),sans-serif;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.Social-module__KeOkrq__subtitle{color:var(--color-text-muted);margin-bottom:3rem;font-size:1rem}.Social-module__KeOkrq__grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Social-module__KeOkrq__socialCard{background:var(--color-bg-card);border:1px solid var(--color-border);color:var(--color-text);border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;min-width:140px;padding:2rem 2.5rem;text-decoration:none;transition:all .3s;display:flex}.Social-module__KeOkrq__socialCard:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:0 8px 30px #fd57ad1a}.Social-module__KeOkrq__socialCard:hover .Social-module__KeOkrq__socialIcon{color:var(--color-accent)}.Social-module__KeOkrq__socialIcon{color:var(--color-text-secondary);transition:color .3s}.Social-module__KeOkrq__socialName{text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:600}@media (max-width:640px){.Social-module__KeOkrq__section{padding:4rem 1.25rem}.Social-module__KeOkrq__grid{gap:1rem}.Social-module__KeOkrq__socialCard{min-width:120px;padding:1.5rem}}
.Contact-module__OWeMSG__section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.Contact-module__OWeMSG__content{align-items:flex-start;gap:4rem;display:flex}.Contact-module__OWeMSG__info{flex:1}.Contact-module__OWeMSG__sectionLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Contact-module__OWeMSG__sectionLabel:before{content:"";background:var(--color-accent);width:24px;height:2px;display:block}.Contact-module__OWeMSG__title{font-family:var(--font-heading),sans-serif;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.Contact-module__OWeMSG__description{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.8}.Contact-module__OWeMSG__contactDetails{flex-direction:column;gap:1rem;display:flex}.Contact-module__OWeMSG__contactItem{color:var(--color-text-secondary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.Contact-module__OWeMSG__contactItem svg{color:var(--color-accent);flex-shrink:0}.Contact-module__OWeMSG__formWrapper{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;flex:1;padding:2.5rem}.Contact-module__OWeMSG__form{flex-direction:column;gap:1.25rem;display:flex}.Contact-module__OWeMSG__formGroup{flex-direction:column;gap:.4rem;display:flex}.Contact-module__OWeMSG__formLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);font-size:.8rem;font-weight:600}.Contact-module__OWeMSG__formInput{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);border-radius:8px;outline:none;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.Contact-module__OWeMSG__formInput:focus{border-color:var(--color-accent)}.Contact-module__OWeMSG__formInput::placeholder{color:var(--color-text-muted)}.Contact-module__OWeMSG__formTextarea{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);resize:vertical;border-radius:8px;outline:none;min-height:120px;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.Contact-module__OWeMSG__formTextarea:focus{border-color:var(--color-accent)}.Contact-module__OWeMSG__formTextarea::placeholder{color:var(--color-text-muted)}.Contact-module__OWeMSG__submitBtn{background:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border:none;border-radius:6px;padding:.875rem 2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s}.Contact-module__OWeMSG__submitBtn:hover{background:var(--color-accent-hover);box-shadow:0 8px 25px var(--color-accent-glow);transform:translateY(-2px)}@media (max-width:968px){.Contact-module__OWeMSG__content{flex-direction:column;gap:3rem}}@media (max-width:480px){.Contact-module__OWeMSG__section{padding:4rem 1.25rem}.Contact-module__OWeMSG__formWrapper{padding:1.5rem}}.Contact-module__OWeMSG__statusSuccess{color:#4ade80;text-align:center;padding:.5rem;font-size:.9rem;animation:.3s Contact-module__OWeMSG__fadeIn}.Contact-module__OWeMSG__statusError{color:#f87171;text-align:center;padding:.5rem;font-size:.9rem;animation:.3s Contact-module__OWeMSG__fadeIn}@keyframes Contact-module__OWeMSG__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__EZoWya__footer{background-color:var(--color-bg);border-top:1px solid var(--color-border);padding:3rem 2rem 2rem}.Footer-module__EZoWya__footerInner{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__EZoWya__footerBrand{max-width:300px}.Footer-module__EZoWya__footerLogo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Footer-module__EZoWya__logoIcon{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Footer-module__EZoWya__logoText{font-family:var(--font-heading),sans-serif;color:var(--color-text);text-transform:uppercase;letter-spacing:.05em;font-size:1.1rem;font-weight:700}.Footer-module__EZoWya__logoAccent{color:var(--color-accent)}.Footer-module__EZoWya__footerDesc{color:var(--color-text-muted);font-size:.875rem;line-height:1.6}.Footer-module__EZoWya__footerColumn{flex-direction:column;gap:.75rem;display:flex}.Footer-module__EZoWya__footerTitle{font-family:var(--font-heading),sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.Footer-module__EZoWya__footerLink{color:var(--color-text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__footerLink:hover{color:var(--color-accent)}.Footer-module__EZoWya__footerBottom{border-top:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;display:flex}.Footer-module__EZoWya__copyright{color:var(--color-text-muted);font-size:.8rem}.Footer-module__EZoWya__copyrightAccent{color:var(--color-accent)}.Footer-module__EZoWya__footerSocials{gap:1rem;display:flex}.Footer-module__EZoWya__socialLink{color:var(--color-text-muted);justify-content:center;align-items:center;transition:color .2s;display:flex}.Footer-module__EZoWya__socialLink:hover{color:var(--color-accent)}@media (max-width:768px){.Footer-module__EZoWya__footerInner{flex-direction:column}.Footer-module__EZoWya__footerBottom{text-align:center;flex-direction:column}}
