html,
body{
width:100%;
max-width:100%;
overflow-x:hidden;
scroll-behavior:smooth;
}

body{
background:#02040a;
}

@media (max-width:767px){
body{
padding-bottom:92px;
}
}

body.modal-open{
overflow:hidden;
}

.modal-view{
position:fixed;
inset:81px 0 0;
z-index:45;
display:none;
background:rgba(2,4,10,.82);
}

.modal-view.is-open{
display:block;
}

.modal-backdrop{
position:absolute;
inset:0;
background:rgba(2,4,10,.84);
backdrop-filter:blur(10px);
}

.modal-panel{
position:relative;
z-index:1;
height:calc(100vh - 81px);
overflow-y:auto;
background:
radial-gradient(circle at 12% 0%, rgba(34,211,238,.1), transparent 34%),
linear-gradient(180deg, rgba(2,6,23,.98), rgba(2,4,10,.99));
border-left:1px solid rgba(34,211,238,.22);
border-right:1px solid rgba(34,211,238,.22);
}

@media (max-width:767px){
.modal-panel{
height:calc(100dvh - 81px);
padding-bottom:104px;
}

.modal-view{
top:81px;
z-index:45;
background:#02040a;
}

.modal-backdrop{
display:none;
}

.modal-close{
display:none;
}

.modal-panel > .max-w-7xl{
padding-top:28px;
padding-left:18px;
padding-right:18px;
}
}

.modal-close{
position:fixed;
top:103px;
right:16px;
z-index:90;
width:44px;
height:44px;
display:flex;
align-items:center;
justify-content:center;
border-radius:10px;
border:1px solid rgba(34,211,238,.6);
background:rgba(2,6,23,.94);
color:white;
font-weight:900;
box-shadow:0 0 24px rgba(34,211,238,.16);
transition:border-color .2s ease, color .2s ease, transform .2s ease;
}

.modal-close:hover{
border-color:rgba(34,211,238,1);
color:#22d3ee;
transform:translateY(-1px);
}

@media (max-width:767px){
.modal-close{
display:none !important;
}
}

.price-list-shell{
position:relative;
}

@media (min-width:768px){
.modal-panel > .price-list-shell{
padding-top:48px !important;
}

.price-card-grid{
display:grid !important;
grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
gap:24px !important;
}

.game-card{
width:100% !important;
max-width:100% !important;
min-width:0 !important;
box-sizing:border-box;
overflow:hidden !important;
}
}

.price-card-grid{
align-items:stretch;
gap:24px !important;
}

.game-card{
isolation:isolate;
min-height:195px !important;
aspect-ratio:auto;
border-radius:10px !important;
border:1px solid rgba(34,211,238,.42) !important;
padding:18px !important;
background:
linear-gradient(135deg, rgba(4,11,23,.98), rgba(3,7,18,.94) 54%, rgba(0,0,0,.98)) !important;
box-shadow:0 18px 34px rgba(0,0,0,.32);
filter:none;
transition:transform .25s ease, border-color .25s ease, background .25s ease !important;
}

.game-card::before{
content:"";
position:absolute;
inset:0;
z-index:1;
padding:0;
border-radius:inherit;
background:
linear-gradient(90deg, rgba(34,211,238,.72), transparent 24%) top left / 100% 1px no-repeat,
linear-gradient(180deg, rgba(34,211,238,.72), transparent 42%) top left / 1px 100% no-repeat,
linear-gradient(135deg, rgba(34,211,238,.12), transparent 34%);
pointer-events:none;
animation:none;
mask:none;
-webkit-mask:none;
}

.game-card::after{
content:"";
position:absolute;
right:0;
top:0;
z-index:1;
width:38%;
height:100%;
background:
linear-gradient(135deg, transparent 0 44%, rgba(34,211,238,.18) 45% 47%, transparent 48%),
linear-gradient(90deg, transparent, rgba(34,211,238,.08));
clip-path:polygon(18% 0, 100% 0, 100% 100%, 0 100%);
pointer-events:none;
}

.game-card:hover{
transform:translateY(-3px) !important;
border-color:rgba(103,241,253,.72) !important;
box-shadow:0 20px 38px rgba(0,0,0,.38);
}

.game-card > img{
opacity:.46 !important;
filter:saturate(1.08) contrast(1.06);
transform:scale(1.02);
}

.game-card:hover > img{
transform:scale(1.07);
}

.game-card > div.absolute{
background:
linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.68) 48%, rgba(0,0,0,.34)),
linear-gradient(0deg, rgba(0,0,0,.94), transparent 66%) !important;
}

.game-card .relative.z-10{
gap:12px;
min-height:169px;
}

.game-card span{
border-color:rgba(34,211,238,.72) !important;
background:rgba(0,0,0,.62) !important;
border-radius:5px !important;
box-shadow:none;
}

.game-card h3{
font-size:clamp(24px, 1.7vw, 30px) !important;
line-height:.95 !important;
text-shadow:none;
}

.game-card p{
max-width:82%;
}

.game-card a{
position:relative;
z-index:2;
overflow:hidden;
display:flex !important;
align-items:center;
justify-content:center;
width:100% !important;
max-width:100% !important;
box-sizing:border-box;
min-height:32px;
line-height:1.05 !important;
border-radius:6px !important;
background:linear-gradient(90deg, #22d3ee, #67f1fd) !important;
box-shadow:none !important;
}

.game-card a::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(90deg, rgba(255,255,255,.18), transparent);
opacity:0;
transition:opacity .2s ease;
pointer-events:none;
}

.roblox-card-bg{
background:
radial-gradient(circle at 72% 22%, rgba(255,255,255,.16), transparent 18%),
linear-gradient(135deg, rgba(20,25,36,.98), rgba(3,7,18,.96) 55%, rgba(0,0,0,.98));
}

.roblox-card-bg::after{
content:"";
position:absolute;
inset:0;
background:
linear-gradient(135deg, transparent 0 43%, rgba(34,211,238,.18) 44% 46%, transparent 47%),
repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 34px);
opacity:.7;
}

@media (max-width:767px){
.modal-panel{
padding-bottom:96px;
}

.price-card-grid{
display:grid !important;
grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
gap:10px !important;
}

.game-card{
aspect-ratio:auto;
width:100% !important;
max-width:none !important;
min-height:170px !important;
padding:12px !important;
border-radius:8px !important;
}

.game-card .relative.z-10{
justify-content:flex-start !important;
gap:6px;
min-height:auto;
}

.game-card span{
font-size:10px !important;
padding:4px 8px !important;
}

.game-card .flex.justify-between img{
width:54px !important;
height:28px !important;
}

.game-card h3{
margin-top:13px !important;
font-size:21px !important;
line-height:1 !important;
}

.game-card p{
max-width:100%;
font-size:9px !important;
line-height:1.25 !important;
margin-top:5px !important;
}

.game-card a{
min-height:29px;
margin-top:12px !important;
padding-top:0 !important;
padding-bottom:0 !important;
font-size:10px !important;
}
}

.game-card:hover a::after{
opacity:1;
}

.price-jersey-card{
position:relative;
isolation:isolate;
border:1px solid rgba(34,211,238,.42) !important;
border-radius:10px !important;
background:linear-gradient(120deg, rgba(3,12,26,.98), rgba(2,4,10,.98)) !important;
box-shadow:0 18px 34px rgba(0,0,0,.32);
filter:none;
}

.price-jersey-card::before{
content:"";
position:absolute;
inset:0;
z-index:5;
padding:0;
border-radius:inherit;
background:
linear-gradient(90deg, rgba(34,211,238,.72), transparent 24%) top left / 100% 1px no-repeat,
linear-gradient(180deg, rgba(34,211,238,.72), transparent 42%) top left / 1px 100% no-repeat;
animation:none;
pointer-events:none;
mask:none;
-webkit-mask:none;
}

.mobile-inline-search{
width:min(44vw, 178px);
height:42px;
display:flex;
align-items:center;
gap:8px;
border:1px solid rgba(63,63,70,.9);
border-radius:12px;
background:rgba(0,0,0,.42);
padding:0 11px;
box-shadow:0 0 18px rgba(34,211,238,.08);
transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

@media (min-width:768px){
.mobile-inline-search{
display:none !important;
}
}

.mobile-inline-search:focus-within{
border-color:rgba(34,211,238,.8);
background:rgba(2,6,23,.78);
box-shadow:0 0 22px rgba(34,211,238,.16);
}

.mobile-inline-search-icon{
flex:0 0 auto;
width:18px;
height:18px;
color:#67f1fd;
}

.mobile-inline-search-input{
min-width:0;
width:100%;
height:100%;
border:0;
outline:0;
background:transparent;
color:white;
font-size:13px;
font-weight:800;
}

.mobile-inline-search-input::placeholder{
color:rgba(212,212,216,.58);
}

.footer-simple-title{
color:white;
font-size:12px;
font-weight:900;
letter-spacing:.12em;
text-transform:uppercase;
}

.footer-simple-list{
display:flex;
flex-direction:column;
gap:7px;
margin-top:10px;
font-size:12px;
font-weight:800;
}

.footer-simple-list a{
color:#a1a1aa;
transition:color .2s ease;
}

.footer-simple-list a:hover{
color:#67f1fd;
}

.bottom-app-nav{
position:fixed;
left:50%;
bottom:14px;
z-index:95;
display:none;
width:min(calc(100% - 28px), 430px);
height:70px;
transform:translateX(-50%);
align-items:center;
justify-content:space-around;
gap:4px;
padding:8px;
border:1px solid rgba(34,211,238,.26);
border-radius:22px;
background:linear-gradient(180deg, rgba(8,13,24,.96), rgba(2,4,10,.98));
box-shadow:0 18px 46px rgba(0,0,0,.48), 0 0 26px rgba(34,211,238,.16);
backdrop-filter:blur(14px);
}

.bottom-nav-item{
position:relative;
width:25%;
height:54px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:4px;
border:0;
border-radius:16px;
background:transparent;
color:#a1a1aa;
font-size:10px;
font-weight:900;
line-height:1;
transition:color .2s ease, transform .2s ease;
}

.bottom-nav-item svg{
width:22px;
height:22px;
}

.bottom-nav-item.is-active{
color:#02040a;
transform:translateY(-14px);
}

.bottom-nav-item.is-active::before{
content:"";
position:absolute;
inset:1px 50% auto auto;
top:0;
left:50%;
z-index:-1;
width:48px;
height:48px;
border-radius:999px;
background:linear-gradient(180deg, #67f1fd, #22d3ee);
box-shadow:0 8px 18px rgba(34,211,238,.38), 0 0 0 8px rgba(2,4,10,.94);
transform:translateX(-50%);
}

.bottom-nav-item.is-active span{
display:none;
}

@media (max-width:767px){
.bottom-app-nav{
display:flex;
}
}

footer a[href*="tiktok.com"] span{
font-size:0;
}

footer a[href*="tiktok.com"] span::before{
content:"T";
font-size:12px;
font-weight:900;
line-height:1;
}

.hero-glow{
background:
radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.22), transparent 28%),
radial-gradient(circle at 82% 8%, rgba(168, 85, 247, 0.16), transparent 26%),
linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.98) 55%, rgba(10, 5, 20, 0.98));
}

.hero-video{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
opacity:.34;
filter:saturate(1.25) contrast(1.08);
}

.hero-red-motion{
position:absolute;
inset:0;
background:
radial-gradient(circle at var(--x, 72%) var(--y, 28%), rgba(239, 68, 68, .2), transparent 24%),
radial-gradient(circle at 20% 80%, rgba(34, 211, 238, .14), transparent 30%);
mix-blend-mode:screen;
animation:redMotion 9s ease-in-out infinite alternate;
}

@keyframes redMotion{
0%{
--x:68%;
--y:24%;
transform:scale(1);
}

100%{
--x:86%;
--y:52%;
transform:scale(1.08);
}
}

.promo-carousel{
position:relative;
width:min(100%, 1120px);
height:auto;
aspect-ratio:4 / 1;
overflow:hidden;
border-radius:14px;
}

.promo-slide{
appearance:none;
position:absolute;
top:50%;
left:50%;
width:100%;
height:100%;
overflow:hidden;
border-radius:14px;
border:1px solid rgba(34, 211, 238, .45);
background:
linear-gradient(135deg, rgba(34, 211, 238, .22), rgba(0,0,0,.82)),
linear-gradient(160deg, #06121f, #02040a 58%, #1b0710);
box-shadow:0 20px 70px rgba(0,0,0,.48);
transform:translate(-50%, -50%) scale(.72);
opacity:.28;
transition:transform .45s ease, opacity .45s ease, filter .45s ease;
filter:blur(.5px);
color:inherit;
cursor:pointer;
text-decoration:none;
padding:0;
font:inherit;
text-align:inherit;
}

.promo-slide.is-active{
z-index:4;
opacity:1;
transform:translate(-50%, -50%) scale(1);
filter:blur(0);
}

.promo-slide.is-left{
z-index:1;
opacity:0;
pointer-events:none;
transform:translate(calc(-50% - 430px), -50%) scale(.78) rotate(-4deg);
}

.promo-slide.is-right{
z-index:1;
opacity:0;
pointer-events:none;
transform:translate(calc(-50% + 430px), -50%) scale(.78) rotate(4deg);
}

.promo-slide.is-hidden{
z-index:1;
opacity:0;
pointer-events:none;
transform:translate(calc(-50% + 680px), -50%) scale(.64) rotate(8deg);
}

.promo-slide-inner{
position:absolute;
inset:0;
z-index:1;
display:flex;
flex-direction:column;
justify-content:space-between;
padding:18px;
background:linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.9));
}

.promo-slide-image{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.promo-dot{
width:8px;
height:8px;
border-radius:999px;
background:rgba(255,255,255,.28);
transition:width .25s ease, background .25s ease;
}

.promo-dot.is-active{
width:22px;
background:#22d3ee;
}

.promo-nav-button{
position:absolute;
top:50%;
z-index:8;
width:30px;
height:30px;
display:flex;
align-items:center;
justify-content:center;
border-radius:999px;
border:1px solid rgba(34,211,238,.56);
background:rgba(2,6,23,.72);
color:#67f1fd;
box-shadow:0 8px 20px rgba(0,0,0,.32);
transform:translateY(-50%);
transition:background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.promo-nav-button:hover{
border-color:rgba(103,241,253,.95);
background:rgba(34,211,238,.16);
color:white;
transform:translateY(-50%) scale(1.06);
}

.promo-nav-button svg{
width:16px;
height:16px;
}

.promo-nav-button.is-prev{
left:10px;
}

.promo-nav-button.is-next{
right:10px;
}

.electric-card{
isolation:isolate;
}

.electric-card::before{
content:"";
position:absolute;
inset:0;
z-index:20;
padding:1px;
border-radius:inherit;
pointer-events:none;
background:
linear-gradient(110deg, transparent 0 18%, rgba(34,211,238,.95) 28%, rgba(255,255,255,.9) 34%, rgba(34,211,238,.65) 42%, transparent 54%),
linear-gradient(90deg, rgba(34,211,238,.55), rgba(56,189,248,.08), rgba(34,211,238,.75));
background-size:220% 100%, 100% 100%;
-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
animation:electricBorder 2.2s linear infinite;
box-shadow:0 0 18px rgba(34,211,238,.35);
}

.electric-card::after{
content:"";
position:absolute;
inset:-1px;
z-index:1;
border-radius:inherit;
pointer-events:none;
opacity:.55;
background:
radial-gradient(circle at 18% 0%, rgba(34,211,238,.16), transparent 32%),
radial-gradient(circle at 86% 100%, rgba(34,211,238,.12), transparent 34%);
}

.tournament-logo-stack{
position:absolute;
right:16px;
top:16px;
z-index:12;
display:flex;
align-items:center;
gap:8px;
}

.tournament-logo-stack img{
--logo-scale:1;
width:32px;
height:32px;
object-fit:contain;
object-position:center;
transform:scale(var(--logo-scale));
transition:transform .35s ease, filter .35s ease;
}

.tournament-logo-stack .cs-logo{
--logo-scale:.74;
}

.tournament-logo-stack .gtml-logo{
--logo-scale:1.18;
}

.group:hover .tournament-logo-stack img{
transform:translateY(-2px) scale(calc(var(--logo-scale) * 1.06));

}

.tournament-card-button{
position:relative;
display:block;
width:100%;
aspect-ratio:3264 / 1077;
height:auto;
min-height:0;
overflow:hidden;
border-radius:12px;
align-self:center;
transition:transform .25s ease, filter .25s ease;
}

.tournament-card-button:hover{
transform:translateY(-4px);
filter:brightness(1.08);
}

.tournament-card-button::before,
.topup-card-button::before,
.jersey-card-button::before,
.gnex-esport-card-button::before{
content:"";
position:absolute;
inset:0;
z-index:4;
padding:1px;
border-radius:inherit;
background:linear-gradient(110deg, transparent 0 18%, rgba(103,241,253,.72) 30%, rgba(255,255,255,.55) 36%, rgba(103,241,253,.58) 44%, transparent 58%);
background-size:320% 100%;
animation:cardCyanLine 1.8s linear infinite;
pointer-events:none;
-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
box-shadow:0 0 8px rgba(103,241,253,.24);
}

.tournament-card-button::before{
-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
}

.topup-card-button::before{
-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
}

.jersey-card-button::before{
-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
}

.gnex-esport-card-button::before{
-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
}

.tournament-card-bg{
position:absolute;
left:0;
top:-34.9%;
width:100%;
height:170.5%;
object-fit:cover;
object-position:center center;
transition:transform .55s ease;
}

.tournament-card-button:hover .tournament-card-bg{
transform:scale(1.03);
}

.tournament-card-character{
position:absolute;
z-index:2;
object-fit:contain;
opacity:0;
filter:drop-shadow(0 18px 22px rgba(0,0,0,.42)) drop-shadow(0 0 18px rgba(56,189,248,.4));
animation:tournamentCharacterSwap 9s cubic-bezier(.2,.8,.2,1) infinite;
pointer-events:none;
}

.tournament-card-character.is-kelly{
left:8%;
bottom:1%;
width:40%;
max-height:87%;
}

.tournament-card-character.is-granger{
left:9%;
bottom:3%;
width:37%;
max-height:86%;
animation-delay:3s;
}

.tournament-card-character.is-kelly-repeat{
left:8%;
bottom:1%;
width:40%;
max-height:87%;
animation-delay:6s;
}



.tournament-card-button::after{
  content:"";
  position:absolute;

  /* ikut kedudukan card sebenar */
  left:0;
  top:0;
  width:100%;
  height:100%;

  z-index:3;
  background:linear-gradient(
    105deg,
    transparent 0 38%,
    rgba(103,241,253,.1) 48%,
    transparent 58%
  );
  transform:translateX(-115%);
  animation:tournamentLightSweep 4s ease-in-out infinite;
  pointer-events:none;
  mix-blend-mode:screen;

  -webkit-mask:url("Card design/CUT SIZE ESPORTS TOUR CARD.png") center / 100% 100% no-repeat;
  mask:url("Card design/CUT SIZE ESPORTS TOUR CARD.png") center / 100% 100% no-repeat;
}

@keyframes tournamentCharacterSwap{
0%{
opacity:0;
transform:translateX(-22%) translateY(8%) scale(.88) rotate(-4deg);
}

8%,
27%{
opacity:1;
transform:translateX(0) translateY(0) scale(1) rotate(0deg);
}

35%,
100%{
opacity:0;
transform:translateX(18%) translateY(4%) scale(.92) rotate(3deg);
}
}

@keyframes tournamentLightSweep{
0%,
46%{
transform:translateX(-115%);
opacity:0;
}

58%{
opacity:.8;
}

72%,
100%{
transform:translateX(115%);
opacity:0;
}
}

@keyframes cardCyanLine{
0%{
background-position:180% 0;
opacity:.38;
}

50%{
opacity:.72;
}

100%{
background-position:-180% 0;
opacity:.38;
}
}

.topup-card-button{
position:relative;
display:block;
width:100%;
aspect-ratio:3264 / 1077;
height:auto;
min-height:0;
overflow:hidden;
border-radius:12px;
border:0;
padding:0;
background:transparent;
cursor:pointer;
align-self:center;
transition:transform .25s ease, filter .25s ease;
}

.topup-card-button:hover{
transform:translateY(-4px);
filter:brightness(1.08);
}

.topup-card-bg{
position:absolute;
left:0;
top:-34.9%;
width:100%;
height:170.5%;
object-fit:cover;
object-position:center center;
transition:transform .55s ease;
}

.topup-card-button:hover .topup-card-bg{
transform:scale(1.03);
}

.topup-card-item{
position:absolute;
left:12%;
top:50%;
z-index:2;
width:33%;
max-height:78%;
object-fit:contain;
opacity:0;
filter:drop-shadow(0 18px 22px rgba(0,0,0,.42)) drop-shadow(0 0 18px rgba(56,189,248,.35));
transform:translate(-18%, -44%) scale(.88) rotate(-2deg);
animation:topupItemSwap 9s cubic-bezier(.2,.8,.2,1) infinite;
}

.topup-card-item.is-pubg{
animation-delay:3s;
}

.topup-card-item.is-weekly{
animation-delay:6s;
}

.topup-card-button::after{
content:"";
position:absolute;
left:5%;
top:12%;
z-index:1;
width:40%;
height:76%;
border-radius:999px;
background:radial-gradient(circle, rgba(56,189,248,.2), transparent 68%);
filter:blur(10px);
opacity:.75;
animation:topupPulse 3s ease-in-out infinite;
pointer-events:none;
}

.jersey-card-button{
position:relative;
display:block;
width:100%;
aspect-ratio:3264 / 1077;
height:auto;
min-height:0;
overflow:hidden;
border-radius:12px;
background:transparent;
cursor:pointer;
align-self:center;
transition:transform .25s ease, filter .25s ease;
}

.jersey-card-button:hover{
transform:translateY(-4px);
filter:brightness(1.08);
}

.jersey-card-bg{
position:absolute;
left:0;
top:-34.9%;
width:100%;
height:170.5%;
object-fit:cover;
object-position:center center;
transition:transform .55s ease;
}

.jersey-card-button:hover .jersey-card-bg{
transform:scale(1.03);
}

.jersey-card-logo{
position:absolute;
left:1%;
top:5%;
z-index:3;
width:10%;
max-width:54px;
min-width:32px;
height:auto;
object-fit:contain;
filter:drop-shadow(0 8px 12px rgba(0,0,0,.48)) drop-shadow(0 0 12px rgba(34,211,238,.34));
pointer-events:none;
}

.jersey-card-button:hover .jersey-card-logo{
filter:drop-shadow(0 10px 14px rgba(0,0,0,.52)) drop-shadow(0 0 16px rgba(34,211,238,.46));
}

.jersey-card-item{
position:absolute;
z-index:2;
object-fit:contain;
opacity:0;
filter:drop-shadow(0 14px 20px rgba(0,0,0,.42)) drop-shadow(0 0 16px rgba(34,211,238,.28));
animation:jerseyItemSwap 9s cubic-bezier(.2,.8,.2,1) infinite;
pointer-events:none;
}

.jersey-card-item.is-front{
left:12%;
bottom:-11%;
width:28%;
max-height:118%;
}

.jersey-card-item.is-back{
left:15%;
bottom:-12%;
width:26%;
max-height:120%;
animation-delay:3s;
}

.jersey-card-item.is-front-repeat{
left:12%;
bottom:-11%;
width:28%;
max-height:118%;
animation-delay:6s;
}

.jersey-card-button::after{
content:"";
position:absolute;
left:8%;
top:9%;
z-index:1;
width:28%;
height:84%;
border-radius:999px;
background:radial-gradient(circle, rgba(34,211,238,.18), transparent 68%);
filter:blur(9px);
opacity:.72;
animation:topupPulse 3.2s ease-in-out infinite;
pointer-events:none;
}

@keyframes jerseyItemSwap{
0%{
opacity:0;
transform:translateX(-18%) translateY(5%) scale(.9) rotate(-3deg);
}

8%,
27%{
opacity:1;
transform:translateX(0) translateY(0) scale(1) rotate(0deg);
}

35%,
100%{
opacity:0;
transform:translateX(16%) translateY(4%) scale(.92) rotate(3deg);
}
}

.gnex-esport-card-button{
position:relative;
display:block;
width:100%;
aspect-ratio:3264 / 1077;
height:auto;
background-color: antiquewhite;
min-height:0;
overflow:hidden;
border-radius:12px;
background:transparent;
align-self:center;
transition:transform .25s ease, filter .25s ease;
}

.gnex-esport-card-button:hover{
transform:translateY(-4px);
filter:brightness(1.08);
}

.gnex-esport-card-bg{
position:absolute;
left:0;
top:-34.9%;
width:100%;
height:170.5%;
object-fit:cover;
object-position:center center;
pointer-events:none;
}

.gnex-esport-card-bg{
  position: relative;
  z-index: 1;
  transition: transform .55s ease;
}

.gnex-esport-card-button:hover .gnex-esport-card-bg{
transform:scale(1.03);
}

.image-lightbox{
position:fixed;
inset:0;
z-index:1200;
display:none;
align-items:center;
justify-content:center;
padding:18px;
background:rgba(0,0,0,.84);
backdrop-filter:blur(14px);
}

.image-lightbox.is-open{
display:flex;
}

.image-lightbox-backdrop{
position:absolute;
inset:0;
border:0;
background:transparent;
cursor:pointer;
}

.image-lightbox-panel{
position:relative;
z-index:1;
width:min(94vw, 860px);
max-height:calc(100vh - 48px);
display:flex;
align-items:center;
justify-content:center;
}

.image-lightbox-img{
display:block;
width:100%;
max-height:calc(100vh - 48px);
object-fit:contain;
border-radius:10px;
border:1px solid rgba(34,211,238,.42);
box-shadow:0 28px 90px rgba(0,0,0,.72), 0 0 36px rgba(34,211,238,.16);
background:#02040a;
}

.image-lightbox-close{
position:absolute;
top:-14px;
right:-14px;
z-index:2;
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:10px;
border:1px solid rgba(34,211,238,.66);
background:rgba(2,6,23,.96);
color:#fff;
font-weight:900;
box-shadow:0 12px 32px rgba(0,0,0,.45);
transition:transform .2s ease, border-color .2s ease, color .2s ease;
}

.image-lightbox-close:hover{
transform:translateY(-1px);
border-color:#22d3ee;
color:#22d3ee;
}

@media (max-width:640px){
.image-lightbox{
padding:10px;
}

.image-lightbox-panel{
width:96vw;
}

.image-lightbox-close{
top:8px;
right:8px;
}
}

.gnex-esport-card-logo{
position:absolute;
left:15%;
top:2%;
z-index:3;
width:17%;
max-width:90px;
min-width:90px;
height:auto;
object-fit:contain;
filter:drop-shadow(0 10px 14px rgba(0,0,0,.5)) drop-shadow(0 0 16px rgba(34,211,238,.38));
animation:gnexEsportLogoEnter 9s cubic-bezier(.2,.8,.2,1) infinite;
pointer-events:none;
}

.gnex-esport-card-logo.is-repeat{
opacity:0;
animation:cardLogoSlot 9s cubic-bezier(.2,.8,.2,1) infinite;
animation-delay:6s;
}

@media (max-width:640px){
  .gnex-esport-card-logo{

    left:14%;
    top:2%;
    width:31%;
    max-width:none;
    min-width:0;
  }

  .gnex-esport-card-logo.is-repeat{

    left:14%;
    top:2%;
    width:31%;
    max-width:none;
    min-width:0;
  }
}

.gnex-esport-card-kelly{
position:absolute;
left:14%;
bottom:0;
top:2%;
z-index:3;
width:33%;
max-height:92%;
object-fit:contain;
opacity:0;
filter:drop-shadow(0 18px 22px rgba(0,0,0,.42)) drop-shadow(0 0 18px rgba(56,189,248,.4));
animation:gnexEsportKellyEnter 9s cubic-bezier(.2,.8,.2,1) infinite;
animation-delay:3s;
pointer-events:none;
}

.gnex-esport-card-button::after{
content:"";
position:absolute;
inset:0;
z-index:3;
background:linear-gradient(105deg, transparent 0 40%, rgba(103,241,253,.28) 49%, transparent 59%);
transform:translateX(-115%);
animation:tournamentLightSweep 7s ease-in-out infinite;
pointer-events:none;
mix-blend-mode:screen;
}

.tournament-card-button::after,
.gnex-esport-card-button::after{
display:none;
}

.tournament-card-button,
.topup-card-button,
.jersey-card-button,
.gnex-esport-card-button{
filter:
drop-shadow(1px 0 0 #67F1FD)
drop-shadow(-1px 0 0 #67F1FD)
drop-shadow(0 1px 0 #67F1FD)
drop-shadow(0 -1px 0 #67F1FD)
drop-shadow(0 0 4px rgba(103, 241, 253, .32));
}

.tournament-card-button:hover,
.topup-card-button:hover,
.jersey-card-button:hover,
.gnex-esport-card-button:hover{
transform:translateY(-4px) scale(1.01);
filter:
brightness(1.08)
drop-shadow(1px 0 0 #67F1FD)
drop-shadow(-1px 0 0 #67F1FD)
drop-shadow(0 1px 0 #67F1FD)
drop-shadow(0 -1px 0 #67F1FD)
drop-shadow(0 0 4px rgba(103, 241, 253, .32));
}

.tour-transition-active{
overflow:hidden;
}

.tour-transition-stage{
position:fixed;
inset:0;
z-index:9999;
background:rgba(0,0,0,.08);
pointer-events:none;
overflow:hidden;
transition:background .5s ease;
}

.tour-transition-stage.is-opening-view{
background:radial-gradient(circle at center, rgba(103,241,253,.1), rgba(0,0,0,.28) 58%, rgba(0,0,0,.46));
}

.tour-transition-stage.is-title-view{
background:radial-gradient(circle at center, rgba(34,211,238,.08), rgba(0,0,0,.78) 52%, #000 100%);
}

.tour-transition-clone{
position:fixed !important;
display:block;
margin:0 !important;
z-index:2;
overflow:hidden;
box-shadow:0 0 12px rgba(103,241,253,.24);
will-change:left, top, width, height, transform, opacity;
}

.tour-transition-clone.tournament-card-button{
z-index:4;
}

.tour-transition-clone.is-opening-view{
z-index:5;
box-shadow:0 0 0 1px rgba(103,241,253,.42), 0 0 34px rgba(103,241,253,.24);
backface-visibility:hidden;
}

.tour-transition-clone.is-opening-view .tournament-card-bg{
top:0;
height:100%;
object-fit:cover;
}

.tour-title-view{
position:absolute;
inset:0;
z-index:8;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:12px;
opacity:0;
animation:tourTitleFade .26s ease forwards;
}

.tour-title-kicker{
color:#67f1fd;
font-size:clamp(12px, 1.1vw, 16px);
font-weight:900;
letter-spacing:.34em;
text-transform:uppercase;
opacity:.86;
}

.tour-title-type{
width:max-content;
max-width:max-content;
overflow:hidden;
white-space:nowrap;
color:white;
font-size:clamp(58px, 8vw, 132px);
font-weight:1000;
line-height:.9;
letter-spacing:.02em;
text-shadow:0 0 18px rgba(103,241,253,.26), 0 0 42px rgba(34,211,238,.14);
border-right:4px solid #67f1fd;
clip-path:inset(0 100% 0 0);
animation:tourTitleType .86s steps(10,end) .18s forwards, tourTitleCaret .7s step-end infinite;
}

@keyframes tourTitleFade{
to{
opacity:1;
}
}

@keyframes tourTitleType{
from{
clip-path:inset(0 100% 0 0);
}

to{
clip-path:inset(0 0 0 0);
}
}

@keyframes tourTitleCaret{
50%{
border-color:transparent;
}
}

.is-transition-source-hidden{
visibility:hidden !important;
}

.gnex-esport-card-button{
transform:scale(1.008);
}

@keyframes gnexEsportLogoEnter{
0%{
opacity:0;
transform:translateX(-28%) scale(.82) rotate(-8deg);
}

8%,
27%{
opacity:1;
transform:translateX(0) scale(1) rotate(0deg);
}

35%,
100%{
opacity:0;
transform:translateX(10%) scale(.92) rotate(4deg);
}
}

@keyframes gnexEsportKellyEnter{
0%{
opacity:0;
transform:translateX(-22%) translateY(8%) scale(.88) rotate(-4deg);
}

8%,
27%{
opacity:1;
transform:translateX(0) translateY(0) scale(1) rotate(0deg);
}

35%,
100%{
opacity:0;
transform:translateX(18%) translateY(4%) scale(.92) rotate(3deg);
}
}

@keyframes cardLogoSlot{
0%{
opacity:0;
transform:translateX(-24%) scale(.82) rotate(-8deg);
}

8%,
27%{
opacity:1;
transform:translateX(0) scale(1) rotate(0deg);
}

35%,
100%{
opacity:0;
transform:translateX(10%) scale(.92) rotate(4deg);
}
}

@keyframes topupItemSwap{
0%{
opacity:0;
transform:translate(-22%, -42%) scale(.82) rotate(-5deg);
}

8%,
27%{
opacity:1;
transform:translate(0, -50%) scale(1) rotate(0deg);
}

35%,
100%{
opacity:0;
transform:translate(16%, -56%) scale(.9) rotate(4deg);
}
}

@keyframes topupPulse{
0%,
100%{
opacity:.48;
transform:scale(.92);
}

50%{
opacity:.9;
transform:scale(1.06);
}
}

@keyframes electricBorder{
0%{
background-position:220% 0, 0 0;
filter:hue-rotate(0deg);
}

100%{
background-position:-80% 0, 0 0;
filter:hue-rotate(18deg);
}
}

@media (min-width:768px){
.tournament-card-button,
.topup-card-button,
.jersey-card-button,
.gnex-esport-card-button{
height:auto;
aspect-ratio:3264 / 1077;
align-self:center;
}

.tournament-logo-stack{
top:auto;
right:16px;
bottom:16px;
gap:9px;
}

.tournament-logo-stack img{
width:30px;
height:30px;
}
}



@media (min-width:1280px){
.tournament-card-button{
height:auto;
aspect-ratio:3264 / 1077;
}



}

@media (min-width:768px){
  .tournament-card-character.is-kelly{
    bottom:4%;
  }

  .tournament-card-character.is-granger{
    bottom:3%;
  }
}


@media (max-width:640px){
.card-button-grid{
width:95%;
margin-left:auto;
margin-right:auto;
}

.promo-carousel{
width:100%;
height:auto;
aspect-ratio:4 / 1;
}

.promo-slide{
width:100%;
}

.promo-slide.is-left{
opacity:.5;
pointer-events:auto;
transform:translate(calc(-50% - 220px), -50%) scale(.72) rotate(-5deg);
}

.promo-slide.is-right{
opacity:.5;
pointer-events:auto;
transform:translate(calc(-50% + 220px), -50%) scale(.72) rotate(5deg);
}

.promo-slide.is-hidden{
opacity:.18;
pointer-events:none;
transform:translate(calc(-50% + 390px), -50%) scale(.56) rotate(8deg);
}

.tournament-logo-stack{
right:12px;
top:12px;
gap:6px;
}

.tournament-logo-stack img{
width:44px;
height:44px;
}
}

.card-glass{
background:linear-gradient(180deg, rgba(24, 24, 27, 0.88), rgba(9, 9, 11, 0.92));
border:1px solid rgba(63, 63, 70, 0.8);
box-shadow:0 24px 80px rgba(0, 0, 0, 0.35);
}

.cyan-line{
background:linear-gradient(90deg, rgba(34, 211, 238, 0), rgba(34, 211, 238, 0.9), rgba(34, 211, 238, 0));
}

@keyframes popCard{
0%{
transform:translateY(32px) scale(0.96);
opacity:0;
}

100%{
transform:translateY(0) scale(1);
opacity:1;
}
}

.animate-card{
animation:popCard 700ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
