.Navbar-module__nuAbfa__header{z-index:1000;width:100%;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffffff2;padding:1rem 0;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__header.Navbar-module__nuAbfa__scrolled{border-bottom:1px solid var(--border);background:#fff;padding:.8rem 0;box-shadow:0 4px 15px #0f172a0d}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Navbar-module__nuAbfa__logo{flex-shrink:0;text-decoration:none}.Navbar-module__nuAbfa__logoWrapper{align-items:center;gap:12px;display:flex}.Navbar-module__nuAbfa__logoImg{transition:var(--transition);flex-shrink:0}.Navbar-module__nuAbfa__logo:hover .Navbar-module__nuAbfa__logoImg{transform:rotate(5deg)scale(1.05)}.Navbar-module__nuAbfa__logoTextWrapper{flex-direction:column;line-height:1.1;display:flex}.Navbar-module__nuAbfa__logoTextLine{align-items:baseline;gap:5px;display:flex}.Navbar-module__nuAbfa__logoReddy{font-family:var(--font-fjalla), "Fjalla One", sans-serif;color:var(--primary);letter-spacing:.5px;font-size:1.5rem;font-weight:700}.Navbar-module__nuAbfa__logoAnna{font-family:var(--font-raleway), "Raleway", sans-serif;letter-spacing:.5px;color:#00509d;font-size:1.5rem;font-weight:700}.Navbar-module__nuAbfa__logoSub{color:var(--text-muted);letter-spacing:1.5px;text-transform:uppercase;margin-top:2px;font-size:.6rem;font-weight:600}.Navbar-module__nuAbfa__desktopNav{align-items:center;gap:2.2rem;display:flex}.Navbar-module__nuAbfa__desktopNav a{color:var(--text-primary);transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:.95rem;font-weight:600}.Navbar-module__nuAbfa__desktopNav a:hover{color:var(--primary)}.Navbar-module__nuAbfa__navActions{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.Navbar-module__nuAbfa__desktopBtn{text-transform:uppercase!important;letter-spacing:.5px!important;white-space:nowrap!important;box-sizing:border-box!important;border-radius:4px!important;justify-content:center!important;align-items:center!important;height:38px!important;padding:8px 18px!important;font-size:.9rem!important;font-weight:700!important;display:inline-flex!important}.Navbar-module__nuAbfa__loginBtn{background:var(--primary)!important;color:#fff!important;border:none!important}.Navbar-module__nuAbfa__loginBtn:hover{background:var(--primary-hover)!important}.Navbar-module__nuAbfa__registerBtn{background:var(--primary)!important;color:#fff!important;border:none!important}.Navbar-module__nuAbfa__registerBtn:hover{background:var(--primary-hover)!important}.Navbar-module__nuAbfa__mobileMenuBtn{background:0 0;flex-direction:column;gap:5px;display:none}.Navbar-module__nuAbfa__mobileMenuBtn span{background-color:var(--text-primary);width:25px;height:2px;transition:var(--transition)}.Navbar-module__nuAbfa__mobileMenuBtn.Navbar-module__nuAbfa__active span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__nuAbfa__mobileMenuBtn.Navbar-module__nuAbfa__active span:nth-child(2){opacity:0}.Navbar-module__nuAbfa__mobileMenuBtn.Navbar-module__nuAbfa__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__nuAbfa__mobileMenu{border-top:1px solid var(--border);background:#fff;flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem;animation:.3s ease-out forwards Navbar-module__nuAbfa__slideDown;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 20px #0f172a14}@keyframes Navbar-module__nuAbfa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__mobileMenu a{color:var(--text-primary);text-transform:uppercase;font-size:1.1rem;font-weight:600}.Navbar-module__nuAbfa__mobileMenu a:hover{color:var(--primary)}.Navbar-module__nuAbfa__mobileActions{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.Navbar-module__nuAbfa__mobileActions a{width:100%!important}.Navbar-module__nuAbfa__mobileActions a+a{margin-top:10px!important}@media (max-width:1200px){.Navbar-module__nuAbfa__desktopNav{gap:1.2rem}.Navbar-module__nuAbfa__desktopNav a{font-size:.85rem}}@media (max-width:1080px){.Navbar-module__nuAbfa__desktopNav,.Navbar-module__nuAbfa__navActions .Navbar-module__nuAbfa__desktopBtn{display:none!important}.Navbar-module__nuAbfa__mobileMenuBtn{display:flex}}.Navbar-module__nuAbfa__navItemDropdown{align-items:center;display:flex;position:relative}.Navbar-module__nuAbfa__dropdownToggle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:var(--transition);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:.95rem;font-weight:600;display:flex}.Navbar-module__nuAbfa__dropdownToggle:hover{color:var(--primary)}.Navbar-module__nuAbfa__caret{margin-top:1px;font-size:.65rem;transition:transform .2s;display:inline-block}.Navbar-module__nuAbfa__navItemDropdown:hover .Navbar-module__nuAbfa__caret{transform:rotate(180deg)}.Navbar-module__nuAbfa__dropdownMenu{background-color:var(--secondary);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:200px;box-shadow:var(--shadow-dark);z-index:1001;flex-direction:column;margin-top:.5rem;padding:.5rem 0;animation:.2s ease-out Navbar-module__nuAbfa__dropdownFade;display:flex;position:absolute;top:100%;left:0}@keyframes Navbar-module__nuAbfa__dropdownFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__dropdownMenu a{color:var(--text-primary);transition:var(--transition);padding:.6rem 1.2rem;display:block;text-transform:none!important;font-size:.9rem!important}.Navbar-module__nuAbfa__dropdownMenu a:hover{background-color:rgba(var(--primary-rgb), .1);color:var(--primary)!important}.Navbar-module__nuAbfa__mobileDropdownSection{flex-direction:column;gap:.5rem;display:flex}.Navbar-module__nuAbfa__mobileDropdownHeader{color:var(--primary);text-transform:uppercase;font-size:.9rem;font-weight:700}.Navbar-module__nuAbfa__mobileDropdownItems{flex-direction:column;gap:.5rem;padding-left:1rem;display:flex}.Navbar-module__nuAbfa__mobileDropdownItems a{color:var(--text-secondary)!important;text-transform:none!important;font-size:.95rem!important}.Navbar-module__nuAbfa__waIconWrapper{color:#fff;width:38px;height:38px;transition:var(--transition);cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 8px #25d3664d}.Navbar-module__nuAbfa__waIconWrapper:hover{background-color:#20ba5a;transform:scale(1.08);box-shadow:0 4px 12px #25d36666}.Navbar-module__nuAbfa__waIconNav{width:22px;height:22px}@media (max-width:768px){.Navbar-module__nuAbfa__navContainer{gap:.8rem;padding:0 1rem}}@media (max-width:480px){.Navbar-module__nuAbfa__logoImg{width:145px!important;height:auto!important}}
.Footer-module__EZoWya__footer{background-color:var(--footer-bg);border-top:1px solid var(--border);color:#f1f5f9;padding:4rem 0 2rem}.Footer-module__EZoWya__disclaimerBox{margin-bottom:2rem}.Footer-module__EZoWya__disclaimerTitle{font-family:var(--font-fjalla), sans-serif;color:var(--primary);letter-spacing:.5px;margin-bottom:.8rem;font-size:1.1rem;font-weight:700}.Footer-module__EZoWya__disclaimerText{color:#94a3b8;font-size:.88rem;line-height:1.65}.Footer-module__EZoWya__footerDivider{border-bottom:1px solid var(--border);margin-bottom:3rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__EZoWya__footerCol{flex-direction:column;display:flex}.Footer-module__EZoWya__logoWrapper{flex-direction:column;gap:10px;display:flex}.Footer-module__EZoWya__logoImg{max-width:200px;height:auto;display:block}.Footer-module__EZoWya__brandTitle{font-family:var(--font-fjalla), sans-serif;color:var(--primary);letter-spacing:.5px;margin:0;font-size:1.5rem;font-weight:700}.Footer-module__EZoWya__brandSubtitle{color:#94a3b8;margin-top:.8rem;font-size:.92rem;line-height:1.5}.Footer-module__EZoWya__badgeGallery{flex-wrap:wrap;align-items:center;gap:10px;margin-top:1.2rem;display:flex}.Footer-module__EZoWya__badgeText{color:#cbd5e1;background-color:#ffffff0f;border:1px solid #ffffff1f;border-radius:4px;padding:5px 10px;font-size:.82rem;font-weight:600;display:inline-block}.Footer-module__EZoWya__colTitle{font-family:var(--font-fjalla), sans-serif;color:#f1f5f9;margin-bottom:.8rem;font-size:1.2rem;font-weight:700}.Footer-module__EZoWya__colDivider{background-color:var(--primary);width:40px;height:2px;margin-bottom:1.5rem}.Footer-module__EZoWya__linksList{flex-direction:column;gap:.8rem;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__linksList a{color:#cbd5e1;transition:var(--transition);font-size:.95rem}.Footer-module__EZoWya__linksList a:hover{color:var(--primary);padding-left:5px}.Footer-module__EZoWya__footerBottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}.Footer-module__EZoWya__copyrightText{color:var(--text-muted);margin:0;font-size:.9rem}.Footer-module__EZoWya__footerBtnBox{display:flex}.Footer-module__EZoWya__footerWaBtn{background:var(--gradient-gold);color:#fff;transition:var(--transition);box-shadow:var(--shadow-gold);border-radius:4px;align-items:center;gap:8px;padding:10px 24px;font-size:.95rem;font-weight:700;display:inline-flex}.Footer-module__EZoWya__footerWaBtn:hover{background:var(--primary-hover);box-shadow:0 6px 15px rgba(var(--primary-rgb), .3);transform:translateY(-2px)}@media (max-width:768px){.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__EZoWya__footerBottom{text-align:center;flex-direction:column;align-items:center}.Footer-module__EZoWya__footerWaBtn{justify-content:center;width:100%}}
.HeroSection-module__SEewqa__heroSection{background-color:var(--background);padding-top:1.5rem;padding-bottom:1.5rem}.HeroSection-module__SEewqa__heroContainer{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.HeroSection-module__SEewqa__bannerLink{cursor:pointer;text-decoration:none;display:block}.HeroSection-module__SEewqa__imageWrapper{border-radius:var(--radius-lg);width:100%;height:0;box-shadow:var(--shadow-dark);border:1px solid var(--border);background-color:var(--secondary);transition:var(--transition);padding-bottom:52%;position:relative;overflow:hidden}@media (max-width:768px){.HeroSection-module__SEewqa__heroSection{padding-top:.5rem;padding-bottom:.5rem}.HeroSection-module__SEewqa__heroContainer{padding:0 .5rem}.HeroSection-module__SEewqa__imageWrapper{border-radius:var(--radius-md);padding-bottom:66.6%}}.HeroSection-module__SEewqa__heroImage{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block;position:absolute;top:0;left:0}.HeroSection-module__SEewqa__imageWrapper:hover .HeroSection-module__SEewqa__heroImage{transform:scale(1.03)}.HeroSection-module__SEewqa__overlay{z-index:5;background:linear-gradient(135deg,#0f172abf 0%,#0f172a33 60%,#0f172a00 100%);align-items:center;width:100%;height:100%;padding:3rem;display:flex;position:absolute;top:0;left:0}@media (max-width:768px){.HeroSection-module__SEewqa__overlay{background:linear-gradient(#0f172a1a 0%,#0f172a66 50%,#0f172af2 100%);align-items:flex-end;padding:1.5rem}}.HeroSection-module__SEewqa__overlayContent{color:#fff;max-width:500px}.HeroSection-module__SEewqa__title{text-shadow:0 4px 15px #0006;color:#fff;font-size:3.5rem;font-weight:900;font-family:var(--font-fjalla), sans-serif;letter-spacing:1px;margin-bottom:.5rem}.HeroSection-module__SEewqa__subtitle{text-shadow:0 2px 10px #0006;color:#f1f5f9;margin-bottom:2rem;font-size:1.25rem;font-weight:500;line-height:1.4}@media (max-width:768px){.HeroSection-module__SEewqa__title{margin-bottom:.25rem;font-size:2.2rem}.HeroSection-module__SEewqa__subtitle{margin-bottom:1rem;font-size:.95rem}}.HeroSection-module__SEewqa__btnBox{gap:15px;display:flex}.HeroSection-module__SEewqa__playBtn{background:var(--gradient-gold);color:#fff;text-transform:uppercase;letter-spacing:1px;transition:var(--transition);border:1px solid #ffffff1a;border-radius:50px;padding:14px 35px;font-size:1.1rem;font-weight:800;display:inline-block;box-shadow:0 4px 15px #ff690059}.HeroSection-module__SEewqa__imageWrapper:hover .HeroSection-module__SEewqa__playBtn{background:#ff6900;transform:translateY(-3px);box-shadow:0 8px 25px #ff690080}@media (max-width:768px){.HeroSection-module__SEewqa__playBtn{letter-spacing:.5px;text-align:center;width:100%;padding:10px 22px;font-size:.85rem}.HeroSection-module__SEewqa__btnBox{width:100%}}
.LiveExchangeSimulator-module__C5RImW__section{background-color:var(--secondary);box-shadow:var(--shadow-dark);border:1px solid var(--border);border-radius:8px;margin-bottom:2rem;padding:1.5rem}.LiveExchangeSimulator-module__C5RImW__titleWrapper{border-bottom:2px solid var(--primary);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.LiveExchangeSimulator-module__C5RImW__titleWrapper h2{color:var(--text-primary);margin:0;font-size:1.5rem}.LiveExchangeSimulator-module__C5RImW__titleWrapper span{color:var(--primary);font-weight:700}.LiveExchangeSimulator-module__C5RImW__exchangeHeader{color:#fff;text-transform:uppercase;letter-spacing:1px;background-color:#3b2314;border-radius:4px 4px 0 0;padding:8px 16px;font-size:.9rem;font-weight:700}.LiveExchangeSimulator-module__C5RImW__matchList{flex-direction:column;display:flex}.LiveExchangeSimulator-module__C5RImW__matchRow{background-color:var(--secondary);border:1px solid var(--border);transition:var(--transition);border-top:none;flex-direction:column;gap:8px;padding:12px 16px;display:flex}.LiveExchangeSimulator-module__C5RImW__matchRow:hover{background-color:var(--secondary-hover)}.LiveExchangeSimulator-module__C5RImW__matchMeta{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.LiveExchangeSimulator-module__C5RImW__matchTime{color:var(--text-secondary);font-weight:600}.LiveExchangeSimulator-module__C5RImW__matchIndicators{align-items:center;gap:5px;display:flex}.LiveExchangeSimulator-module__C5RImW__indicator{background-color:#10b981;border-radius:50%;width:8px;height:8px;display:inline-block}.LiveExchangeSimulator-module__C5RImW__matchIcons{gap:4px;display:flex}.LiveExchangeSimulator-module__C5RImW__badgeIcon{text-transform:uppercase;border-radius:3px;padding:2px 6px;font-size:.65rem;font-weight:800}.LiveExchangeSimulator-module__C5RImW__bm{color:#fff;background-color:#4b5563}.LiveExchangeSimulator-module__C5RImW__f{color:#fff;background-color:#b91c1c}.LiveExchangeSimulator-module__C5RImW__p{color:#fff;background-color:#d97706}.LiveExchangeSimulator-module__C5RImW__matchDetails{justify-content:space-between;align-items:center;gap:20px;display:flex}.LiveExchangeSimulator-module__C5RImW__teamName{color:var(--text-primary);font-size:1.05rem;font-weight:700}.LiveExchangeSimulator-module__C5RImW__oddsGrid{flex-shrink:0;grid-template-columns:repeat(6,1fr);gap:6px;width:480px;display:grid}.LiveExchangeSimulator-module__C5RImW__oddsBtn{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;height:42px;font-size:.95rem;font-weight:700;transition:transform .1s;display:flex;box-shadow:0 1px 3px #0000000d}.LiveExchangeSimulator-module__C5RImW__oddsBtn:active{transform:scale(.95)}.LiveExchangeSimulator-module__C5RImW__backBtn{color:#004b87;background-color:#a5d8ff;border:1px solid #74c0fc}.LiveExchangeSimulator-module__C5RImW__backBtn:hover{background-color:#74c0fc}.LiveExchangeSimulator-module__C5RImW__layBtn{color:#c92a2a;background-color:#ffc9c9;border:1px solid #ffa8a8}.LiveExchangeSimulator-module__C5RImW__layBtn:hover{background-color:#ffa8a8}.LiveExchangeSimulator-module__C5RImW__emptyOdds{color:var(--text-muted);border:1px solid var(--border);cursor:not-allowed;background-color:#ffffff0d}@media (max-width:992px){.LiveExchangeSimulator-module__C5RImW__matchDetails{flex-direction:column;align-items:flex-start;gap:12px}.LiveExchangeSimulator-module__C5RImW__oddsGrid{width:100%}}@media (max-width:500px){.LiveExchangeSimulator-module__C5RImW__oddsGrid{grid-template-columns:repeat(6,1fr);gap:4px}.LiveExchangeSimulator-module__C5RImW__oddsBtn{height:38px;font-size:.8rem}}
.ExchangeCategories-module__mWYdta__section{background-color:var(--secondary);box-shadow:var(--shadow-dark);border:1px solid var(--border);border-radius:8px;margin-bottom:2rem;padding:2.2rem 1.5rem}.ExchangeCategories-module__mWYdta__sectionHeader{border-bottom:2px solid var(--primary);margin-bottom:2rem;padding-bottom:.5rem}.ExchangeCategories-module__mWYdta__sectionHeader h2{color:var(--text-primary);text-transform:uppercase;font-size:1.5rem}.ExchangeCategories-module__mWYdta__sectionHeader span{color:var(--primary)}.ExchangeCategories-module__mWYdta__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.ExchangeCategories-module__mWYdta__card{cursor:pointer;border:1px solid var(--border);border-radius:12px;flex-direction:column;justify-content:flex-end;height:220px;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000000d}.ExchangeCategories-module__mWYdta__card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.ExchangeCategories-module__mWYdta__cardOverlay{z-index:1;background:linear-gradient(#0b1e3600 0%,#0b1e364d 50%,#0b1e36e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ExchangeCategories-module__mWYdta__cardContent{z-index:2;color:#fff;position:relative}.ExchangeCategories-module__mWYdta__cardEmoji{opacity:.85;margin-bottom:auto;font-size:3rem;position:absolute;top:1.5rem;right:1.5rem}.ExchangeCategories-module__mWYdta__badge{color:#fff;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid var(--primary);background-color:#00509d;border-radius:4px;padding:6px 16px;font-size:.85rem;font-weight:700;display:inline-block}@media (max-width:992px){.ExchangeCategories-module__mWYdta__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ExchangeCategories-module__mWYdta__grid{grid-template-columns:1fr}.ExchangeCategories-module__mWYdta__card{height:180px}}
.WhatsAppFloat-module__Efpw-q__floatWrapper{z-index:9999;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:30px;left:20px}.WhatsAppFloat-module__Efpw-q__floatBtn{color:#fff;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;box-shadow:0 4px 15px #25d36666}.WhatsAppFloat-module__Efpw-q__waIcon{width:28px;height:28px;transition:transform .3s}.WhatsAppFloat-module__Efpw-q__label{white-space:nowrap;color:#fff;opacity:0;pointer-events:none;background-color:#1a202c;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);position:absolute;left:60px;transform:translate(-10px);box-shadow:0 4px 10px #00000026}.WhatsAppFloat-module__Efpw-q__floatBtn:hover{background-color:#128c7e;transform:scale(1.1);box-shadow:0 6px 20px #128c7e80}.WhatsAppFloat-module__Efpw-q__floatBtn:hover .WhatsAppFloat-module__Efpw-q__waIcon{transform:rotate(15deg)}.WhatsAppFloat-module__Efpw-q__floatBtn:hover .WhatsAppFloat-module__Efpw-q__label{opacity:1;pointer-events:auto;transform:translate(0)}.WhatsAppFloat-module__Efpw-q__btnGetId{background-color:#25d366}.WhatsAppFloat-module__Efpw-q__btnPayments{background-color:#1ebd5d}.WhatsAppFloat-module__Efpw-q__btnSupport{background-color:#0ea148}@media (max-width:768px){.WhatsAppFloat-module__Efpw-q__floatWrapper{gap:10px;bottom:20px;left:15px}.WhatsAppFloat-module__Efpw-q__floatBtn{width:44px;height:44px}.WhatsAppFloat-module__Efpw-q__waIcon{width:24px;height:24px}.WhatsAppFloat-module__Efpw-q__label{padding:4px 10px;font-size:.8rem;left:54px}}
.SportsSidebar-module__zARfHa__sidebar{background-color:var(--secondary);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:250px;height:auto;padding:1rem 0;display:flex}.SportsSidebar-module__zARfHa__sidebarTitle{text-transform:uppercase;color:var(--text-muted);letter-spacing:1.5px;margin-bottom:.5rem;padding:.5rem 1.5rem;font-size:.75rem;font-weight:700}.SportsSidebar-module__zARfHa__sidebarList{flex-direction:column;list-style:none;display:flex}.SportsSidebar-module__zARfHa__sidebarItem{color:var(--text-secondary);transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border-left:3px solid #0000;align-items:center;gap:12px;padding:12px 24px;font-size:.9rem;font-weight:600;display:flex}.SportsSidebar-module__zARfHa__sidebarItem:hover{background-color:var(--secondary-hover);color:var(--primary);border-left-color:var(--primary)}.SportsSidebar-module__zARfHa__sidebarItemActive{color:var(--primary);border-left-color:var(--primary);background-color:#ff7a0014}.SportsSidebar-module__zARfHa__sidebarIcon{font-size:1.1rem}@media (max-width:1080px){.SportsSidebar-module__zARfHa__sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;height:auto;padding:.5rem 0}.SportsSidebar-module__zARfHa__sidebarTitle{display:none}.SportsSidebar-module__zARfHa__sidebarList{scrollbar-width:none;flex-direction:row;gap:10px;padding:0 1rem;overflow-x:auto}.SportsSidebar-module__zARfHa__sidebarList::-webkit-scrollbar{display:none}.SportsSidebar-module__zARfHa__sidebarItem{background-color:var(--secondary-hover);white-space:nowrap;border-bottom:3px solid #0000;border-left:none;border-radius:4px;padding:8px 16px}.SportsSidebar-module__zARfHa__sidebarItem:hover,.SportsSidebar-module__zARfHa__sidebarItemActive{border-left-color:#0000;border-bottom-color:var(--primary)}}
.BlogSection-module__O5M9Ja__section{background-color:var(--background);position:relative}.BlogSection-module__O5M9Ja__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.BlogSection-module__O5M9Ja__grid{justify-content:center;margin-bottom:2rem;display:flex}.BlogSection-module__O5M9Ja__card{background:var(--secondary);border:1px solid var(--border);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:480px;padding:2.5rem 2rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 6px #0000001a}.BlogSection-module__O5M9Ja__card:hover{box-shadow:0 8px 24px rgba(var(--primary-rgb), .15);border-color:var(--primary);transform:translateY(-5px)}.BlogSection-module__O5M9Ja__icon{text-shadow:0 2px 4px #0006;font-size:3rem;display:inline-block}.BlogSection-module__O5M9Ja__content{flex-direction:column;gap:.8rem;width:100%;display:flex}.BlogSection-module__O5M9Ja__content h3{color:var(--primary);font-size:1.5rem;font-weight:400;font-family:var(--font-fjalla), sans-serif;text-transform:uppercase}.BlogSection-module__O5M9Ja__cardDesc{color:var(--text-secondary);font-size:.98rem;line-height:1.6;font-family:var(--font-raleway), sans-serif}.BlogSection-module__O5M9Ja__btnWrapper{justify-content:center;margin-top:1.2rem;display:flex}.BlogSection-module__O5M9Ja__moreBtn{background:var(--gradient-gold);color:#fff;box-shadow:var(--shadow-gold);transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border-radius:50px;justify-content:center;align-items:center;padding:12px 30px;font-size:1rem;font-weight:700;display:inline-flex}.BlogSection-module__O5M9Ja__moreBtn:hover{box-shadow:0 6px 20px rgba(var(--primary-rgb), .35);transform:translateY(-2px)}@media (max-width:576px){.BlogSection-module__O5M9Ja__card{padding:2rem 1.5rem}.BlogSection-module__O5M9Ja__content h3{font-size:1.3rem}}
.article-module__k9mEMW__articleWrapper{background-color:var(--background);padding:2rem 1.5rem}.article-module__k9mEMW__articleBody{max-width:850px;font-family:var(--font-raleway), sans-serif;color:var(--text-secondary);margin:0 auto;font-size:1.05rem;line-height:1.8}.article-module__k9mEMW__h1{font-family:var(--font-fjalla), sans-serif;color:var(--text-primary);text-transform:uppercase;border-bottom:2px solid var(--primary);margin-top:1rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2.5rem}.article-module__k9mEMW__h2{font-family:var(--font-fjalla), sans-serif;color:var(--text-primary);text-transform:uppercase;margin-top:2.5rem;margin-bottom:1rem;font-size:1.8rem}.article-module__k9mEMW__paragraph{color:var(--text-secondary);margin-bottom:1.5rem}.article-module__k9mEMW__subTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.15rem;font-weight:700}.article-module__k9mEMW__tableWrapper{background:var(--secondary);border-radius:var(--radius-md);border:1px solid var(--border);margin:1.5rem 0 2.5rem;overflow-x:auto;box-shadow:0 4px 15px #00000008}.article-module__k9mEMW__table{border-collapse:collapse;text-align:left;width:100%}.article-module__k9mEMW__table th,.article-module__k9mEMW__table td{border-bottom:1px solid var(--border);padding:1rem 1.2rem}.article-module__k9mEMW__table th{background:rgba(var(--primary-rgb), .08);color:var(--text-primary);font-family:var(--font-fjalla), sans-serif;text-transform:uppercase;font-size:1.1rem;font-weight:700}.article-module__k9mEMW__table td{color:var(--text-secondary);font-size:1rem}.article-module__k9mEMW__table tr:last-child td{border-bottom:none}.article-module__k9mEMW__highlightRow{background:rgba(var(--primary-rgb), .03)}.article-module__k9mEMW__note{background-color:var(--secondary);border-left:4px solid var(--primary);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--text-secondary);margin:1.5rem 0 2rem;padding:.8rem 1.2rem;font-size:.98rem;font-style:italic}.article-module__k9mEMW__faqSection{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem}.article-module__k9mEMW__faqItem{background-color:var(--secondary);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1.2rem 1.5rem}.article-module__k9mEMW__faqItem h3{color:var(--text-primary);text-transform:none;font-size:1.15rem;font-family:var(--font-fjalla), sans-serif;margin-bottom:.5rem}.article-module__k9mEMW__faqItem p{color:var(--text-secondary);margin:0;font-size:1rem}.article-module__k9mEMW__footnote{color:var(--text-muted);border-top:1px solid var(--border);margin-top:3rem;padding-top:1rem;font-size:.85rem;font-style:italic}@media (max-width:768px){.article-module__k9mEMW__h1{font-size:2rem}.article-module__k9mEMW__h2{font-size:1.5rem}.article-module__k9mEMW__table th,.article-module__k9mEMW__table td{padding:.8rem;font-size:.9rem}}
