.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border-bottom:1px solid #333;padding:0 20px;position:sticky;top:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;max-width:1400px;height:80px;margin:0 auto;display:flex;position:relative}.Navbar-module__cJzEcG__logo{z-index:1002;align-items:center;display:flex}.Navbar-module__cJzEcG__logoImage{width:auto;height:50px}.Navbar-module__cJzEcG__navTabs{gap:15px;display:flex}.Navbar-module__cJzEcG__navTab{color:#999;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;border-radius:8px;padding:10px 20px;font-family:Russo One,sans-serif;font-size:1rem;transition:all .3s}.Navbar-module__cJzEcG__navTab:hover{color:#fff;background:#ffffff0d}.Navbar-module__cJzEcG__navTab.Navbar-module__cJzEcG__active{color:#fff;background:#ffffff1a}.Navbar-module__cJzEcG__mobileMenu{z-index:1001;position:relative}.Navbar-module__cJzEcG__burgerButton{cursor:pointer;background:#ffffff1a;border:1px solid #333;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .3s;display:flex}.Navbar-module__cJzEcG__burgerButton:hover{background:#ffffff26;border-color:#666}.Navbar-module__cJzEcG__burgerLine{background:#fff;border-radius:1px;width:20px;height:2px;margin:3px 0;transition:all .3s}.Navbar-module__cJzEcG__burgerButton.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__burgerLine:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__burgerButton.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__burgerLine:nth-child(2){opacity:0}.Navbar-module__cJzEcG__burgerButton.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__burgerLine:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}.Navbar-module__cJzEcG__dropdownMenu{opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border:1px solid #333;border-radius:12px;min-width:200px;padding:10px;transition:all .3s;position:absolute;top:60px;right:0;transform:translateY(-10px);box-shadow:0 10px 30px #00000080}.Navbar-module__cJzEcG__dropdownMenu.Navbar-module__cJzEcG__open{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__cJzEcG__dropdownItem{color:#999;text-align:left;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;border-radius:8px;width:100%;margin-bottom:5px;padding:12px 20px;font-family:Russo One,sans-serif;font-size:1rem;transition:all .3s;display:block}.Navbar-module__cJzEcG__dropdownItem:hover{color:#fff;background:#ffffff0d}.Navbar-module__cJzEcG__dropdownItem.Navbar-module__cJzEcG__active{color:#fff;background:#ffffff1a}.Navbar-module__cJzEcG__dropdownItem:last-child{margin-bottom:0}@media (max-width:480px){.Navbar-module__cJzEcG__navContainer{height:70px;padding:0 15px}.Navbar-module__cJzEcG__logoImage{height:40px}.Navbar-module__cJzEcG__burgerButton{width:36px;height:36px}.Navbar-module__cJzEcG__dropdownMenu{min-width:180px;top:55px}.Navbar-module__cJzEcG__dropdownItem{padding:10px 16px;font-size:.9rem}}@media (min-width:481px) and (max-width:780px){.Navbar-module__cJzEcG__navContainer{height:75px}.Navbar-module__cJzEcG__logoImage{height:45px}.Navbar-module__cJzEcG__dropdownMenu{min-width:220px}}@media (min-width:781px){.Navbar-module__cJzEcG__mobileMenu{display:none}}
.PlayerCard-module__1knZDq__playerCard{background:#ffffff0d;border:1px solid #333;border-radius:12px;flex-direction:row;width:360px;height:160px;transition:all .3s;display:flex;position:relative;overflow:hidden}.PlayerCard-module__1knZDq__playerCard:hover{border-color:#666;box-shadow:0 5px 20px #0000004d}.PlayerCard-module__1knZDq__photoSection{flex-shrink:0;width:160px;height:160px;position:relative;overflow:hidden}.PlayerCard-module__1knZDq__photoWrapper{background:linear-gradient(135deg,#222,#444);width:100%;height:100%}.PlayerCard-module__1knZDq__playerPhoto{object-fit:cover;width:100%;height:100%}.PlayerCard-module__1knZDq__photoPlaceholder{color:#fff;background:linear-gradient(135deg,#222,#444);justify-content:center;align-items:center;width:100%;height:100%;font-size:3.2rem;font-weight:700;display:flex}.PlayerCard-module__1knZDq__infoSection{flex-direction:column;flex-grow:1;justify-content:space-between;width:200px;padding:12px 15px;display:flex}.PlayerCard-module__1knZDq__basicInfo{flex-direction:column;flex-grow:1;display:flex}.PlayerCard-module__1knZDq__nameRow{align-items:center;gap:5px;margin-bottom:6px;display:flex}.PlayerCard-module__1knZDq__countryFlag{border-radius:3px;width:20px;height:14px;box-shadow:0 1px 3px #0000004d}.PlayerCard-module__1knZDq__playerNickname{color:#fff;letter-spacing:1px;flex-grow:1;margin:0;font-family:Russo One,sans-serif;font-size:1.1rem;line-height:1.2}.PlayerCard-module__1knZDq__playerName{color:#aaa;margin-bottom:12px;font-size:.85rem;line-height:1.3}.PlayerCard-module__1knZDq__roleWrapper{text-align:left;background:#ffffff08;border-radius:6px;margin-top:auto;padding:4px 0 4px 4px}.PlayerCard-module__1knZDq__roleContent{opacity:.85;align-items:center;gap:4px;display:flex}.PlayerCard-module__1knZDq__roleIcon{filter:brightness(0)invert();opacity:.85;width:20px;height:20px}.PlayerCard-module__1knZDq__playerRole{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:700;display:block}.PlayerCard-module__1knZDq__socialLinks{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.PlayerCard-module__1knZDq__socialLink{background:#ffffff14;border:1px solid #444;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.PlayerCard-module__1knZDq__socialLink:hover{background:#ffffff26;border-color:#666}.PlayerCard-module__1knZDq__socialLink img{width:14px;height:14px}@media (max-width:360px){.PlayerCard-module__1knZDq__playerCard{width:calc(100vw - 30px);height:140px;margin:0 auto}.PlayerCard-module__1knZDq__playerNickname{letter-spacing:.8px;font-size:1rem}.PlayerCard-module__1knZDq__playerName{margin-bottom:8px;font-size:.8rem}.PlayerCard-module__1knZDq__countryFlag{width:18px;height:12px}.PlayerCard-module__1knZDq__roleIcon{width:18px;height:18px}.PlayerCard-module__1knZDq__playerRole{letter-spacing:.4px;font-size:.75rem}.PlayerCard-module__1knZDq__playerCard{width:calc(100vw - 20px);height:130px}.PlayerCard-module__1knZDq__photoSection{width:130px;height:130px}.PlayerCard-module__1knZDq__photoPlaceholder{font-size:2.5rem}.PlayerCard-module__1knZDq__infoSection{padding:8px 10px}.PlayerCard-module__1knZDq__playerNickname{font-size:.95rem}.PlayerCard-module__1knZDq__playerName{font-size:.78rem}.PlayerCard-module__1knZDq__playerRole{font-size:.7rem}.PlayerCard-module__1knZDq__socialLinks{gap:5px}.PlayerCard-module__1knZDq__socialLink{width:24px;height:24px}.PlayerCard-module__1knZDq__socialLink img{width:12px;height:12px}}@media (max-width:280px){.PlayerCard-module__1knZDq__playerCard{transform-origin:50%;width:260px;height:120px;transform:scale(.9)}.PlayerCard-module__1knZDq__photoSection{width:120px;height:120px}.PlayerCard-module__1knZDq__photoPlaceholder{font-size:2.2rem}.PlayerCard-module__1knZDq__playerNickname{font-size:.9rem}.PlayerCard-module__1knZDq__playerName{font-size:.75rem}.PlayerCard-module__1knZDq__playerRole{font-size:.65rem}}
.BlogCard-module__h7P_Na__blogCard{background:#ffffff0d;border:1px solid #333;border-radius:16px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.BlogCard-module__h7P_Na__blogCard:hover{border-color:#666;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.BlogCard-module__h7P_Na__blogImage{flex-shrink:0;height:180px;overflow:hidden}.BlogCard-module__h7P_Na__blogImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.BlogCard-module__h7P_Na__blogCard:hover .BlogCard-module__h7P_Na__blogImage img{transform:scale(1.05)}.BlogCard-module__h7P_Na__blogContent{flex-direction:column;flex-grow:1;padding:20px;display:flex}.BlogCard-module__h7P_Na__blogMeta{color:#999;letter-spacing:.5px;margin-bottom:10px;font-size:.85rem}.BlogCard-module__h7P_Na__blogDate{color:#999}.BlogCard-module__h7P_Na__blogTitle{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-family:Russo One,sans-serif;font-size:1.3rem;line-height:1.3}.BlogCard-module__h7P_Na__blogExcerpt{color:#ccc;-webkit-line-clamp:3;letter-spacing:.3px;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:20px;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.BlogCard-module__h7P_Na__blogFooter{justify-content:flex-end;align-items:center;margin-top:auto;display:flex}.BlogCard-module__h7P_Na__blogButton{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fff9;border-radius:6px;justify-content:center;align-items:center;padding:8px 16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.BlogCard-module__h7P_Na__blogButton:hover{background:#ffffff14;border-color:#fff;transform:translateY(-1px)}@media (max-width:768px){.BlogCard-module__h7P_Na__blogCard{margin-bottom:20px}.BlogCard-module__h7P_Na__blogImage{height:160px}.BlogCard-module__h7P_Na__blogTitle{letter-spacing:.8px;font-size:1.2rem}.BlogCard-module__h7P_Na__blogExcerpt{-webkit-line-clamp:2;font-size:.9rem}}@media (max-width:480px){.BlogCard-module__h7P_Na__blogContent{padding:16px}.BlogCard-module__h7P_Na__blogImage{height:140px}.BlogCard-module__h7P_Na__blogTitle{letter-spacing:.6px;font-size:1.1rem}.BlogCard-module__h7P_Na__blogExcerpt{font-size:.85rem}.BlogCard-module__h7P_Na__blogButton{padding:8px 16px;font-size:.9rem}}
.SponsorSection-module__7IMwcG__sponsorSection{text-align:center;max-width:1200px;margin:0 auto;padding:60px 20px}.SponsorSection-module__7IMwcG__sectionTitle{text-transform:uppercase;letter-spacing:2px;margin-bottom:40px;font-family:Russo One,sans-serif;font-size:3rem}.SponsorSection-module__7IMwcG__sponsorContent{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.SponsorSection-module__7IMwcG__mainSponsor{background:#ffffff0d;border:1px solid #333;border-radius:16px;max-width:500px;padding:40px}.SponsorSection-module__7IMwcG__sponsorLogo{width:auto;height:80px;margin-bottom:20px}.SponsorSection-module__7IMwcG__sponsorName{color:#fff;margin-bottom:10px;font-family:Russo One,sans-serif;font-size:2rem}.SponsorSection-module__7IMwcG__sponsorDescription{color:#999;font-size:1.1rem;line-height:1.5}.SponsorSection-module__7IMwcG__loading,.SponsorSection-module__7IMwcG__error{color:#ccc;background:#ffffff08;border-radius:12px;margin:20px 0;padding:40px 20px;font-size:1.2rem}@media (max-width:1024px){.SponsorSection-module__7IMwcG__sponsorContent{gap:25px}.SponsorSection-module__7IMwcG__mainSponsor{max-width:450px;padding:35px}}@media (max-width:768px){.SponsorSection-module__7IMwcG__sponsorSection{padding:40px 15px}.SponsorSection-module__7IMwcG__sectionTitle{margin-bottom:30px;font-size:2.2rem}.SponsorSection-module__7IMwcG__sponsorContent{flex-direction:column;align-items:center;gap:25px}.SponsorSection-module__7IMwcG__mainSponsor{width:100%;max-width:400px;padding:30px 25px}.SponsorSection-module__7IMwcG__sponsorLogo{height:70px}.SponsorSection-module__7IMwcG__sponsorName{font-size:1.8rem}.SponsorSection-module__7IMwcG__sponsorDescription{font-size:1rem}}@media (max-width:480px){.SponsorSection-module__7IMwcG__sponsorSection{padding:30px 10px}.SponsorSection-module__7IMwcG__sectionTitle{margin-bottom:25px;font-size:1.8rem}.SponsorSection-module__7IMwcG__mainSponsor{max-width:350px;padding:25px 20px}.SponsorSection-module__7IMwcG__sponsorLogo{height:60px;margin-bottom:15px}.SponsorSection-module__7IMwcG__sponsorName{font-size:1.6rem}.SponsorSection-module__7IMwcG__sponsorDescription{font-size:.95rem}.SponsorSection-module__7IMwcG__loading,.SponsorSection-module__7IMwcG__error{padding:30px 15px;font-size:1.1rem}}
.AboutSection-module__UGBiha__aboutSection{max-width:1200px;margin:0 auto;padding:40px 20px 60px}.AboutSection-module__UGBiha__titleContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-bottom:40px;display:flex}.AboutSection-module__UGBiha__logoWrapper{justify-content:center;align-items:center;display:flex}.AboutSection-module__UGBiha__teamLogo{opacity:.9;width:auto;height:80px;transition:transform .3s}.AboutSection-module__UGBiha__teamLogo:hover{transform:scale(1.05)}.AboutSection-module__UGBiha__sectionTitle{text-transform:uppercase;margin:0;font-family:Russo One,sans-serif;font-size:3rem}.AboutSection-module__UGBiha__aboutGrid{grid-template-columns:2fr 1fr;gap:60px;display:grid}.AboutSection-module__UGBiha__aboutText{flex-direction:column;display:flex}.AboutSection-module__UGBiha__teamHeader{margin-bottom:0}.AboutSection-module__UGBiha__teamName{color:#fff;margin-bottom:10px;font-family:Russo One,sans-serif;font-size:2rem}.AboutSection-module__UGBiha__teamDescription{color:#fff;margin-bottom:10px;font-size:1.2rem;font-weight:500;line-height:1.6}.AboutSection-module__UGBiha__teamInfo{color:#ccc;font-size:1.1rem;line-height:1.6}.AboutSection-module__UGBiha__descriptionParagraph{margin-bottom:1.2rem}.AboutSection-module__UGBiha__descriptionParagraph:last-child{margin-bottom:0}.AboutSection-module__UGBiha__socialContainer{max-width:400px;margin:0}.AboutSection-module__UGBiha__socialTitle{color:#fff;text-align:left;margin-bottom:20px;font-family:Russo One,sans-serif;font-size:1.8rem}.AboutSection-module__UGBiha__socialIcons{flex-direction:column;gap:15px;display:flex}.AboutSection-module__UGBiha__socialIcon{color:#fff;background:#ffffff0d;border:1px solid #333;border-radius:10px;align-items:center;gap:12px;min-height:56px;padding:14px 16px;text-decoration:none;transition:all .3s;display:flex}.AboutSection-module__UGBiha__socialIcon:hover{background:#ffffff1a;border-color:#555;transform:translateY(-3px)}.AboutSection-module__UGBiha__socialIcon img{flex-shrink:0;width:24px;height:24px}.AboutSection-module__UGBiha__socialIcon span{white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:600;overflow:hidden}@media (max-width:768px){.AboutSection-module__UGBiha__aboutSection{padding:30px 15px 50px}.AboutSection-module__UGBiha__titleContainer{flex-direction:column;gap:15px;margin-bottom:30px}.AboutSection-module__UGBiha__teamLogo{height:60px}.AboutSection-module__UGBiha__sectionTitle{text-align:center;font-size:2.2rem}.AboutSection-module__UGBiha__aboutGrid{grid-template-columns:1fr;gap:40px}.AboutSection-module__UGBiha__teamName{text-align:left;font-size:1.8rem}.AboutSection-module__UGBiha__teamDescription{text-align:left;font-size:1.1rem}.AboutSection-module__UGBiha__teamInfo{text-align:left;font-size:1rem}.AboutSection-module__UGBiha__socialContainer{max-width:100%}.AboutSection-module__UGBiha__socialTitle{text-align:left;font-size:1.8rem}.AboutSection-module__UGBiha__socialIcons{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}}@media (max-width:480px){.AboutSection-module__UGBiha__aboutSection{padding:20px 10px 40px}.AboutSection-module__UGBiha__sectionTitle{font-size:1.8rem}.AboutSection-module__UGBiha__teamName{font-size:1.5rem}.AboutSection-module__UGBiha__teamDescription{font-size:1rem}.AboutSection-module__UGBiha__teamInfo{font-size:.95rem}.AboutSection-module__UGBiha__socialTitle{font-size:1.5rem}.AboutSection-module__UGBiha__socialIcons{gap:10px}.AboutSection-module__UGBiha__socialIcon{min-height:52px;padding:10px 12px}.AboutSection-module__UGBiha__socialIcon img{width:20px;height:20px}.AboutSection-module__UGBiha__socialIcon span{font-size:.9rem}}@media (min-width:481px) and (max-width:650px){.AboutSection-module__UGBiha__socialIcons{grid-template-columns:repeat(2,1fr);gap:12px}}@media (min-width:1200px){.AboutSection-module__UGBiha__aboutSection{padding:60px 20px 80px}.AboutSection-module__UGBiha__socialContainer{max-width:350px}}.AboutSection-module__UGBiha__loading,.AboutSection-module__UGBiha__error{text-align:center;color:#ccc;padding:60px 20px;font-size:1.2rem}
.page-module___8aEwW__main{min-height:calc(100vh - 120px)}.page-module___8aEwW__hero{background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);justify-content:center;align-items:center;height:calc(100vh - 120px);display:flex}.page-module___8aEwW__heroContent{text-align:center}.page-module___8aEwW__logoContainer{justify-content:center;align-items:center;gap:40px;margin-bottom:40px;display:flex}.page-module___8aEwW__mainLogo{width:auto;height:150px}.page-module___8aEwW__valorantLogo{width:auto;height:100px}.page-module___8aEwW__heroTitle{text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;font-family:Russo One,sans-serif;font-size:4rem}.page-module___8aEwW__heroSubtitle{color:#999;max-width:600px;margin:0 auto;font-size:1.5rem}.page-module___8aEwW__sectionTitle{text-align:center;text-transform:uppercase;letter-spacing:2px;margin:20px 0 0 40px;font-family:Russo One,sans-serif;font-size:3rem}.page-module___8aEwW__teamSection,.page-module___8aEwW__blogSection{max-width:1400px;margin:0 auto;padding:40px 20px}.page-module___8aEwW__playersGrid{grid-template-columns:repeat(auto-fit,360px);justify-content:center;gap:30px;width:100%;padding:20px;display:grid}.page-module___8aEwW__blogGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;padding:20px;display:grid}.page-module___8aEwW__footer{background:#111;border-top:1px solid #333;width:100%;padding:30px 20px}.page-module___8aEwW__footerContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;margin:0 auto;display:flex}.page-module___8aEwW__copyright{color:#fff;opacity:.6;text-align:center;width:100%;margin:0;font-size:1.1rem;font-weight:400}@media (max-width:1000px){.page-module___8aEwW__sectionTitle{margin:15px 0 0 10px;font-size:2.8rem}.page-module___8aEwW__teamSection{padding:10px 5px}}@media (max-width:768px){.page-module___8aEwW__sectionTitle{margin:5px 0 0 10px;font-size:2.5rem}.page-module___8aEwW__teamSection{padding:10px 5px}.page-module___8aEwW__footer{padding:25px 20px}.page-module___8aEwW__copyright{font-size:1rem}.page-module___8aEwW__hero{height:calc(100vh - 120px)}.page-module___8aEwW__heroTitle{font-size:3rem}.page-module___8aEwW__heroSubtitle{font-size:1.2rem}.page-module___8aEwW__playersGrid{gap:20px}}@media (max-width:480px){.page-module___8aEwW__footer{padding:20px 15px}.page-module___8aEwW__copyright{font-size:.95rem}.page-module___8aEwW__hero{height:calc(100vh - 120px)}.page-module___8aEwW__heroTitle{font-size:2.5rem}.page-module___8aEwW__heroSubtitle{padding:0 15px;font-size:1rem}.page-module___8aEwW__mainLogo{height:120px}}@media (max-width:280px){.page-module___8aEwW__playersGrid{gap:10px}}@media (max-width:448px){.page-module___8aEwW__sectionTitle{font-size:1.8rem}}.page-module___8aEwW__blogSection{max-width:1200px;margin:0 auto;padding:40px 20px 60px}.page-module___8aEwW__blogGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;display:grid}.page-module___8aEwW__loading,.page-module___8aEwW__empty{text-align:center;color:#ccc;padding:60px 20px;font-size:1.2rem}@media (max-width:768px){.page-module___8aEwW__blogSection{padding:30px 15px 50px}.page-module___8aEwW__blogGrid{grid-template-columns:1fr;gap:20px}}
