.store-module__TcPARG__page{flex-direction:column;min-height:100vh;display:flex}.store-module__TcPARG__storeLayout{flex-direction:row;gap:2.5rem;padding:2rem 0;display:flex}.store-module__TcPARG__gameInfoColumn{flex:0 0 400px;align-self:flex-start;max-width:400px;position:sticky;top:80px}.store-module__TcPARG__purchaseColumn{flex:1;min-width:0}.store-module__TcPARG__bannerContainer{border-radius:var(--radius-lg);will-change:transform, box-shadow;width:100%;margin-bottom:1.5rem;animation:4s ease-in-out infinite store-module__TcPARG__floatAndGlow;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 10px 30px #00000080}.store-module__TcPARG__bannerContainer:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg,#fff0 0%,#fff6 50%,#fff0 100%);width:50%;height:100%;animation:4s cubic-bezier(.4,0,.2,1) infinite store-module__TcPARG__shineSweep;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.store-module__TcPARG__bannerImage{width:100%;height:auto;transition:transform .4s;display:block}.store-module__TcPARG__bannerContainer:hover .store-module__TcPARG__bannerImage{transform:scale(1.05)}@keyframes store-module__TcPARG__floatAndGlow{0%,to{transform:translateY(0);box-shadow:0 10px 30px #00000080,0 0 10px #fa03}50%{transform:translateY(-8px);box-shadow:0 20px 40px #0009,0 0 25px #fa09}}@keyframes store-module__TcPARG__shineSweep{0%{left:-150%}20%,to{left:200%}}@keyframes store-module__TcPARG__fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.store-module__TcPARG__gameDetails{color:var(--text-main);background-color:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--card-border);padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.store-module__TcPARG__gameDetails:hover{border-color:#fa06;transform:translateY(-2px);box-shadow:0 0 20px #ffaa001a}.store-module__TcPARG__gameTitle{color:#fff;opacity:0;margin-bottom:.25rem;font-size:1.75rem;font-weight:800;animation:.6s ease-out .1s forwards store-module__TcPARG__fadeInSlideUp}.store-module__TcPARG__gameSubtitle{color:var(--text-muted);opacity:0;margin-bottom:1rem;font-size:.875rem;animation:.6s ease-out .2s forwards store-module__TcPARG__fadeInSlideUp}.store-module__TcPARG__trustedBadge{opacity:0;margin-bottom:1.5rem;animation:.6s ease-out .3s forwards store-module__TcPARG__fadeInSlideUp}.store-module__TcPARG__trustedImage{border-radius:var(--radius-sm);width:100%;transition:transform .3s}.store-module__TcPARG__trustedBadge:hover .store-module__TcPARG__trustedImage{transform:scale(1.02)}.store-module__TcPARG__gameDescription{color:#ccc;font-size:.9rem;line-height:1.6}.store-module__TcPARG__gameDescription p{opacity:0;animation:.6s ease-out .4s forwards store-module__TcPARG__fadeInSlideUp}.store-module__TcPARG__gameDescription ul{margin-top:.5rem;padding:0;list-style:none}.store-module__TcPARG__gameDescription li{opacity:0;margin-bottom:.5rem;animation:.5s ease-out forwards store-module__TcPARG__fadeInSlideUp}.store-module__TcPARG__gameDescription li:first-child{animation-delay:.5s}.store-module__TcPARG__gameDescription li:nth-child(2){animation-delay:.6s}.store-module__TcPARG__gameDescription li:nth-child(3){animation-delay:.7s}.store-module__TcPARG__gameDescription li:nth-child(4){animation-delay:.8s}.store-module__TcPARG__section{background-color:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--card-border);padding:2rem}.store-module__TcPARG__sectionTitle{color:#fff;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.store-module__TcPARG__stepNumber{background-color:var(--accent-color);color:#1a1a2e;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.125rem;font-weight:700;display:flex}@media (max-width:768px){.store-module__TcPARG__storeLayout{flex-direction:column;padding:1rem 0}.store-module__TcPARG__gameInfoColumn{flex:1;max-width:100%;position:static}.store-module__TcPARG__purchaseColumn{padding:0}.store-module__TcPARG__section{padding:1rem}}
.ProductGrid-module__kSWfja__container{flex-direction:column;gap:1.5rem;display:flex}.ProductGrid-module__kSWfja__storeTypeSelector{grid-template-columns:1fr 1fr;gap:.75rem;padding:.25rem;display:grid}.ProductGrid-module__kSWfja__storeTypeTab{cursor:pointer;background:#ffffff08;border:2px solid #ffffff14;border-radius:14px;align-items:center;gap:.85rem;padding:1rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ProductGrid-module__kSWfja__storeTypeTab:before{content:"";opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.ProductGrid-module__kSWfja__storeTypeTab:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-1px)}.ProductGrid-module__kSWfja__storeTypeTabWeb:before{background:linear-gradient(90deg, var(--accent-color), #fbbf24)}.ProductGrid-module__kSWfja__storeTypeTabWeb.ProductGrid-module__kSWfja__storeTypeTabActive{background:linear-gradient(135deg,#e7ff0014 0%,#fbbf240a 100%);border-color:#e7ff0059;box-shadow:0 0 24px #e7ff0014,inset 0 0 30px #e7ff0008}.ProductGrid-module__kSWfja__storeTypeTabWeb.ProductGrid-module__kSWfja__storeTypeTabActive:before{opacity:1}.ProductGrid-module__kSWfja__storeTypeTabIngame:before{background:linear-gradient(90deg,#3b82f6,#06b6d4)}.ProductGrid-module__kSWfja__storeTypeTabIngame.ProductGrid-module__kSWfja__storeTypeTabActive{background:linear-gradient(135deg,#3b82f61f 0%,#06b6d40d 100%);border-color:#3b82f666;box-shadow:0 0 24px #3b82f61a,inset 0 0 30px #3b82f60a}.ProductGrid-module__kSWfja__storeTypeTabIngame.ProductGrid-module__kSWfja__storeTypeTabActive:before{opacity:1}.ProductGrid-module__kSWfja__storeTypeIconWrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;transition:all .3s;display:flex}.ProductGrid-module__kSWfja__storeTypeTabWeb .ProductGrid-module__kSWfja__storeTypeIconWrap{background:#e7ff001a}.ProductGrid-module__kSWfja__storeTypeTabWeb.ProductGrid-module__kSWfja__storeTypeTabActive .ProductGrid-module__kSWfja__storeTypeIconWrap{background:#e7ff002e;box-shadow:0 0 12px #e7ff0026}.ProductGrid-module__kSWfja__storeTypeTabIngame .ProductGrid-module__kSWfja__storeTypeIconWrap{background:#3b82f61f}.ProductGrid-module__kSWfja__storeTypeTabIngame.ProductGrid-module__kSWfja__storeTypeTabActive .ProductGrid-module__kSWfja__storeTypeIconWrap{background:#3b82f638;box-shadow:0 0 12px #3b82f633}.ProductGrid-module__kSWfja__storeTypeContent{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.ProductGrid-module__kSWfja__storeTypeTitle{color:#ffffff8c;letter-spacing:.01em;font-size:.95rem;font-weight:700;transition:color .3s}.ProductGrid-module__kSWfja__storeTypeTabActive .ProductGrid-module__kSWfja__storeTypeTitle{color:#fff}.ProductGrid-module__kSWfja__storeTypeDesc{color:#ffffff4d;font-size:.72rem;line-height:1.3;transition:color .3s}.ProductGrid-module__kSWfja__storeTypeTabActive .ProductGrid-module__kSWfja__storeTypeDesc{color:#ffffff80}.ProductGrid-module__kSWfja__storeTypeBadge{letter-spacing:.03em;border-radius:999px;flex-shrink:0;padding:.2rem .55rem;font-size:.65rem;font-weight:700;transition:all .3s}.ProductGrid-module__kSWfja__storeTypeTabWeb .ProductGrid-module__kSWfja__storeTypeBadge{color:#e7ff0080;background:#e7ff001a}.ProductGrid-module__kSWfja__storeTypeTabWeb.ProductGrid-module__kSWfja__storeTypeTabActive .ProductGrid-module__kSWfja__storeTypeBadge{color:var(--accent-color);background:#e7ff002e}.ProductGrid-module__kSWfja__storeTypeTabIngame .ProductGrid-module__kSWfja__storeTypeBadge{color:#93c5fd80;background:#3b82f61a}.ProductGrid-module__kSWfja__storeTypeTabIngame.ProductGrid-module__kSWfja__storeTypeTabActive .ProductGrid-module__kSWfja__storeTypeBadge{color:#93c5fd;background:#3b82f633}@media (max-width:520px){.ProductGrid-module__kSWfja__storeTypeSelector{grid-template-columns:1fr;gap:.5rem}.ProductGrid-module__kSWfja__storeTypeTab{padding:.85rem 1rem}.ProductGrid-module__kSWfja__storeTypeIconWrap{width:38px;height:38px;font-size:1.2rem}.ProductGrid-module__kSWfja__storeTypeTitle{font-size:.88rem}}.ProductGrid-module__kSWfja__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;padding:4rem 2rem;display:flex}.ProductGrid-module__kSWfja__spinner{border:4px solid #e7ff0026;border-top-color:var(--accent-color);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite ProductGrid-module__kSWfja__spin}@keyframes ProductGrid-module__kSWfja__spin{to{transform:rotate(360deg)}}.ProductGrid-module__kSWfja__loadingText{color:var(--text-muted);font-size:1rem;font-weight:500}.ProductGrid-module__kSWfja__errorContainer{border-radius:var(--radius-lg);text-align:center;background:#ef444414;border:1px solid #ef44444d;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.ProductGrid-module__kSWfja__errorIcon{font-size:2.5rem}.ProductGrid-module__kSWfja__errorText{color:#fca5a5;max-width:500px;font-size:1rem}.ProductGrid-module__kSWfja__retryBtn{background:var(--accent-color);color:#1a1a2e;border-radius:var(--radius-md);cursor:pointer;border:none;margin-top:.5rem;padding:.75rem 2rem;font-size:.95rem;font-weight:700;transition:all .2s}.ProductGrid-module__kSWfja__retryBtn:hover{background:var(--accent-hover);transform:translateY(-1px)}.ProductGrid-module__kSWfja__categoryTabs{flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.25rem;display:flex}.ProductGrid-module__kSWfja__categoryTab{border:1px solid var(--card-border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:9999px;padding:.65rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.ProductGrid-module__kSWfja__categoryTab:hover{border-color:var(--accent-color);color:var(--text-main);background:#e7ff000d}.ProductGrid-module__kSWfja__categoryTabActive{background:var(--accent-color);color:#1a1a2e;border-color:var(--accent-color);box-shadow:0 4px 14px #e7ff0040}.ProductGrid-module__kSWfja__categoryTabActive:hover{background:var(--accent-hover);color:#1a1a2e}.ProductGrid-module__kSWfja__sectionHeader{border-bottom:2px solid #e7ff0033;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 0;display:flex}.ProductGrid-module__kSWfja__sectionTitle{color:var(--text-main);text-transform:capitalize;font-size:1.1rem;font-weight:700}.ProductGrid-module__kSWfja__sectionCount{color:var(--text-muted);background:#ffffff0f;border-radius:9999px;padding:.2rem .6rem;font-size:.8rem}.ProductGrid-module__kSWfja__productGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;display:grid}.ProductGrid-module__kSWfja__productCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ProductGrid-module__kSWfja__productCard:hover{border-color:var(--accent-color);transform:translateY(-4px);box-shadow:0 12px 28px #0006}.ProductGrid-module__kSWfja__productCard.ProductGrid-module__kSWfja__selected{border-color:var(--accent-color);box-shadow:0 0 0 2px var(--accent-color), 0 8px 24px #58a6ff40}.ProductGrid-module__kSWfja__infoIcon{color:#ffffff80;cursor:help;z-index:5;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;transition:all .25s;display:flex;position:absolute;top:8px;right:8px}.ProductGrid-module__kSWfja__infoIcon:hover{border-color:var(--accent-color);color:var(--accent-color)}.ProductGrid-module__kSWfja__infoIconSelected{background:linear-gradient(135deg, var(--accent-color), #79b8ff);border-color:var(--accent-color);color:#0d1117;font-size:.85rem;font-weight:900;animation:.3s cubic-bezier(.34,1.56,.64,1) ProductGrid-module__kSWfja__checkPop;box-shadow:0 2px 10px #58a6ff80}@keyframes ProductGrid-module__kSWfja__checkPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.ProductGrid-module__kSWfja__cardImageArea{justify-content:center;align-items:center;min-height:100px;padding:1.25rem 1rem .6rem;display:flex;position:relative}.ProductGrid-module__kSWfja__productImage{object-fit:contain;filter:drop-shadow(0 4px 12px #e7ff0026);width:88px;height:88px}.ProductGrid-module__kSWfja__cardTitle{text-align:center;color:var(--text-main);justify-content:center;align-items:center;min-height:2.4em;padding:.25rem .75rem;font-size:.9rem;font-weight:600;line-height:1.35;display:flex}.ProductGrid-module__kSWfja__cardPriceArea{margin-top:auto;padding:.5rem}.ProductGrid-module__kSWfja__priceButton{background:var(--accent-color);color:#1a1a2e;border-radius:var(--radius-sm);cursor:pointer;text-align:center;border:none;width:100%;padding:.7rem .5rem;font-size:.9rem;font-weight:800;transition:all .2s;display:block}.ProductGrid-module__kSWfja__priceButton:hover{background:var(--accent-hover);transform:scale(1.02)}.ProductGrid-module__kSWfja__priceButtonFree{color:#fff;background:#22c55e}.ProductGrid-module__kSWfja__priceButtonFree:hover{background:#16a34a}.ProductGrid-module__kSWfja__originalPriceWrapper{justify-content:center;align-items:center;height:1.35rem;margin-bottom:.15rem;display:flex}.ProductGrid-module__kSWfja__originalPrice{text-align:center;color:var(--text-muted);padding:0 .5rem;font-size:.7rem;text-decoration:line-through;display:block}.ProductGrid-module__kSWfja__vndPrice{text-align:center;color:#fff;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(135deg,#ef4444 0%,#f97316 100%);border-radius:6px;margin:.35rem .2rem 0;padding:.3rem .4rem;font-size:.7rem;font-weight:700;overflow:hidden;box-shadow:0 2px 6px #ef44444d}.ProductGrid-module__kSWfja__countdown{color:#ff6b35;justify-content:center;align-items:center;gap:.35rem;margin-top:.35rem;padding:.35rem .75rem;font-size:.72rem;font-weight:600;animation:2s ease-in-out infinite ProductGrid-module__kSWfja__countdownPulse;display:flex}@keyframes ProductGrid-module__kSWfja__countdownPulse{0%,to{opacity:1}50%{opacity:.7}}.ProductGrid-module__kSWfja__countdownIcon{font-size:.75rem}.ProductGrid-module__kSWfja__bonusInfo{text-align:center;color:var(--accent-color);padding:.2rem .5rem;font-size:.65rem;font-weight:600}.ProductGrid-module__kSWfja__freeGiftCard{border:1px solid #22c55e4d}.ProductGrid-module__kSWfja__freeGiftCard:hover{border-color:#22c55e;box-shadow:0 12px 28px #22c55e26}.ProductGrid-module__kSWfja__freeGiftLabel{color:#fff;border-radius:var(--radius-sm);background:#22c55e;padding:.15rem .75rem;font-size:.7rem;font-weight:800;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.ProductGrid-module__kSWfja__syncInfo{border-radius:var(--radius-sm);color:var(--text-muted);background:#ffffff08;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;display:flex}.ProductGrid-module__kSWfja__syncDot{background:#22c55e;border-radius:50%;width:6px;height:6px}.ProductGrid-module__kSWfja__syncDotStale{background:#f59e0b}.ProductGrid-module__kSWfja__emptyCategory{text-align:center;color:var(--text-muted);padding:2rem;font-style:italic}.ProductGrid-module__kSWfja__categoryTabLimited{color:#fca5a5;border-color:#ef444480}.ProductGrid-module__kSWfja__categoryTabLimited:hover{color:#fca5a5;background:#ef44441a;border-color:#ef4444}.ProductGrid-module__kSWfja__tabFireIcon{margin-right:.25rem;font-size:.75rem}.ProductGrid-module__kSWfja__sectionHeaderLimited{border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:linear-gradient(90deg,#ef444414,#0000);border-bottom-color:#ef444466;padding:.75rem}.ProductGrid-module__kSWfja__saleFireEmoji{margin-right:.35rem}.ProductGrid-module__kSWfja__limitedCard{background:linear-gradient(180deg, #ef44440a, var(--card-bg));border:1px solid #ef44444d}.ProductGrid-module__kSWfja__limitedCard:hover{border-color:#ef4444;box-shadow:0 12px 28px #ef444433}.ProductGrid-module__kSWfja__saleBadge{color:#fff;border-radius:var(--radius-sm);z-index:5;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(135deg,#ef4444,#dc2626);padding:.2rem .5rem;font-size:.65rem;font-weight:800;animation:2s ease-in-out infinite ProductGrid-module__kSWfja__salePulse;position:absolute;top:8px;left:8px;box-shadow:0 2px 8px #ef444473}@keyframes ProductGrid-module__kSWfja__salePulse{0%,to{box-shadow:0 2px 8px #ef444473}50%{box-shadow:0 2px 16px #ef4444b3}}.ProductGrid-module__kSWfja__priceButtonLimited{color:#fff;background:linear-gradient(135deg,#ef4444,#f97316)}.ProductGrid-module__kSWfja__priceButtonLimited:hover{background:linear-gradient(135deg,#dc2626,#ea580c)}@media (max-width:640px){.ProductGrid-module__kSWfja__productGrid{grid-template-columns:repeat(3,1fr);gap:.6rem}.ProductGrid-module__kSWfja__categoryTabs{gap:.35rem}.ProductGrid-module__kSWfja__categoryTab{padding:.5rem 1rem;font-size:.8rem}.ProductGrid-module__kSWfja__productImage{width:56px;height:56px}.ProductGrid-module__kSWfja__cardTitle{min-height:1.8em;font-size:.7rem}.ProductGrid-module__kSWfja__priceButton{padding:.5rem .4rem;font-size:.75rem}}@media (min-width:641px) and (max-width:1024px){.ProductGrid-module__kSWfja__productGrid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1025px){.ProductGrid-module__kSWfja__productGrid{grid-template-columns:repeat(6,1fr)}}.ProductGrid-module__kSWfja__navBar{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.ProductGrid-module__kSWfja__navLeft{align-items:center;gap:.75rem;display:flex}.ProductGrid-module__kSWfja__backBtn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.ProductGrid-module__kSWfja__backBtn:hover{background:var(--accent-color);border-color:var(--accent-color);color:#1a1a2e;transform:scale(1.1);box-shadow:0 0 16px #e7ff004d}.ProductGrid-module__kSWfja__navCountry{align-items:center;gap:.5rem;display:flex}.ProductGrid-module__kSWfja__navFlag{font-size:1.4rem;line-height:1}.ProductGrid-module__kSWfja__navCountryName{color:var(--text-color);letter-spacing:.01em;font-size:.95rem;font-weight:600}.ProductGrid-module__kSWfja__navRight{align-items:center;gap:.6rem;display:flex}.ProductGrid-module__kSWfja__cacheTag{color:#fbbf24;background:#fbbf241a;border:1px solid #fbbf2433;border-radius:999px;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.7rem;font-weight:600;display:inline-flex}.ProductGrid-module__kSWfja__freshTag{color:#34d399;background:#34d3991a;border:1px solid #34d39933;border-radius:999px;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.7rem;font-weight:600;display:inline-flex}.ProductGrid-module__kSWfja__syncTime{color:#ffffff59;font-size:.72rem}.ProductGrid-module__kSWfja__refreshBtn{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .25s;display:flex}.ProductGrid-module__kSWfja__refreshBtn:hover:not(:disabled){background:#e7ff001f;border-color:#e7ff004d;transform:rotate(180deg)}.ProductGrid-module__kSWfja__refreshBtn:disabled{opacity:.3;cursor:not-allowed}.ProductGrid-module__kSWfja__floatingBar{z-index:100;-webkit-backdrop-filter:blur(16px);background:#161b22eb;border-top:1px solid #58a6ff40;justify-content:center;align-items:center;gap:1.5rem;padding:1rem 2rem;animation:.35s cubic-bezier(.16,1,.3,1) ProductGrid-module__kSWfja__slideUpBar;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #00000080}@keyframes ProductGrid-module__kSWfja__slideUpBar{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.ProductGrid-module__kSWfja__floatingBarInfo{align-items:center;gap:1.25rem;display:flex}.ProductGrid-module__kSWfja__floatingBarCount{color:var(--text-main);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.ProductGrid-module__kSWfja__floatingBarCount .ProductGrid-module__kSWfja__cartIcon{font-size:1.2rem}.ProductGrid-module__kSWfja__floatingBarTotal{color:var(--accent-color);font-size:1.1rem;font-weight:800}.ProductGrid-module__kSWfja__floatingBarVnd{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#f97316 100%);border-radius:5px;margin-left:.5rem;padding:.2rem .55rem;font-size:.85rem;font-weight:700}.ProductGrid-module__kSWfja__floatingBarDivider{background:#ffffff26;width:1px;height:24px}.ProductGrid-module__kSWfja__floatingBarBtn{background:linear-gradient(135deg, var(--accent-color), #79b8ff);color:#0d1117;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:800;transition:all .25s;display:flex}.ProductGrid-module__kSWfja__floatingBarBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #58a6ff66}.ProductGrid-module__kSWfja__floatingBarClear{color:var(--text-muted);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:1px solid #ffffff1a;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500;transition:all .2s}.ProductGrid-module__kSWfja__floatingBarClear:hover{border-color:var(--error);color:var(--error)}.ProductGrid-module__kSWfja__checkoutPanel{border-radius:var(--radius-lg);background:linear-gradient(135deg,#58a6ff0f,#161b22f2);border:1px solid #58a6ff33;margin-top:2rem;margin-bottom:5rem;padding:2rem;animation:.4s cubic-bezier(.16,1,.3,1) ProductGrid-module__kSWfja__panelSlideIn}@keyframes ProductGrid-module__kSWfja__panelSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProductGrid-module__kSWfja__checkoutPanelHeader{border-bottom:1px solid #58a6ff26;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.ProductGrid-module__kSWfja__checkoutPanelTitle{color:var(--text-main);font-size:1.35rem;font-weight:800}.ProductGrid-module__kSWfja__checkoutPanelIcon{font-size:1.5rem}.ProductGrid-module__kSWfja__checkoutGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.ProductGrid-module__kSWfja__selectedColumn{flex-direction:column;gap:1rem;display:flex}.ProductGrid-module__kSWfja__selectedColumnTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:700}.ProductGrid-module__kSWfja__chipsList{flex-direction:column;gap:.5rem;display:flex}.ProductGrid-module__kSWfja__selectedChip{border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:.7rem 1rem;transition:all .2s;display:flex}.ProductGrid-module__kSWfja__selectedChip:hover{background:#ffffff14;border-color:#58a6ff4d}.ProductGrid-module__kSWfja__ingameChip{background:#3b82f60f;border-color:#3b82f640}.ProductGrid-module__kSWfja__ingameChip:hover{background:#3b82f61a;border-color:#3b82f673}.ProductGrid-module__kSWfja__chipInfo{align-items:center;gap:.65rem;display:flex}.ProductGrid-module__kSWfja__chipIcon{font-size:1.3rem}.ProductGrid-module__kSWfja__chipDetails{flex-direction:column;display:flex}.ProductGrid-module__kSWfja__chipName{color:var(--text-main);font-size:.88rem;font-weight:600}.ProductGrid-module__kSWfja__chipPrice{color:var(--accent-color);font-size:.78rem;font-weight:700}.ProductGrid-module__kSWfja__chipVndPrice{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#f97316 100%);border-radius:4px;margin-top:.15rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.ProductGrid-module__kSWfja__chipRemove{color:#f85149;cursor:pointer;background:#f851491a;border:1px solid #f8514933;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;transition:all .2s;display:flex}.ProductGrid-module__kSWfja__chipRemove:hover{background:#f8514940;border-color:#f85149;transform:scale(1.1)}.ProductGrid-module__kSWfja__totalSection{border-top:1px dashed #ffffff1f;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1rem;display:flex}.ProductGrid-module__kSWfja__totalLabel{color:var(--text-muted);font-size:.9rem;font-weight:600}.ProductGrid-module__kSWfja__totalValue{color:var(--accent-color);font-size:1.35rem;font-weight:900}.ProductGrid-module__kSWfja__totalVndValue{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#f97316 100%);border-radius:6px;margin-top:.3rem;padding:.25rem .65rem;font-size:.95rem;font-weight:700;display:block;box-shadow:0 2px 6px #ef44444d}.ProductGrid-module__kSWfja__clearAllBtn{color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;text-align:center;background:0 0;border:1px solid #ffffff14;width:100%;margin-top:.5rem;padding:.5rem 1rem;font-size:.8rem;transition:all .2s}.ProductGrid-module__kSWfja__clearAllBtn:hover{border-color:var(--error);color:var(--error)}.ProductGrid-module__kSWfja__formColumn{flex-direction:column;gap:1.25rem;display:flex}.ProductGrid-module__kSWfja__formColumnTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:700}.ProductGrid-module__kSWfja__inputGroup{flex-direction:column;gap:.4rem;display:flex}.ProductGrid-module__kSWfja__inputLabel{color:var(--text-main);align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;display:flex}.ProductGrid-module__kSWfja__inputLabelIcon{font-size:1rem}.ProductGrid-module__kSWfja__requiredStar{color:var(--error);font-weight:700}.ProductGrid-module__kSWfja__inputField{border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-main);font-family:var(--font-main);background:#0d1117cc;padding:.8rem 1rem;font-size:.95rem;transition:border-color .25s,box-shadow .25s}.ProductGrid-module__kSWfja__inputField::placeholder{color:#8b949e99}.ProductGrid-module__kSWfja__inputField:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #58a6ff26}.ProductGrid-module__kSWfja__inputHint{color:var(--text-muted);padding-left:.25rem;font-size:.78rem;font-style:italic}.ProductGrid-module__kSWfja__submitOrderBtn{background:linear-gradient(135deg, var(--accent-color), #79b8ff);color:#0d1117;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;font-size:1.1rem;font-weight:800;transition:all .25s;display:flex}.ProductGrid-module__kSWfja__submitOrderBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #58a6ff59}.ProductGrid-module__kSWfja__submitOrderBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ProductGrid-module__kSWfja__submitIcon{font-size:1.2rem}.ProductGrid-module__kSWfja__formError{border-radius:var(--radius-md);color:#f85149;text-align:center;background:#f851491a;border:1px solid #f851494d;padding:.75rem 1rem;font-size:.88rem;font-weight:500}.ProductGrid-module__kSWfja__successPanel{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#3fb95014,#161b22f2);border:1px solid #3fb9504d;margin-top:2rem;margin-bottom:5rem;padding:3rem 2rem;animation:.4s cubic-bezier(.16,1,.3,1) ProductGrid-module__kSWfja__panelSlideIn}.ProductGrid-module__kSWfja__successIconLarge{border:2px solid var(--success);background:#3fb95026;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;font-size:2rem;display:flex}.ProductGrid-module__kSWfja__successTitle{color:var(--success);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.ProductGrid-module__kSWfja__successMessage{color:var(--text-muted);margin-bottom:.25rem;font-size:.95rem}.ProductGrid-module__kSWfja__successOrderId{font-family:var(--font-mono);color:var(--accent-color);font-size:1.1rem;font-weight:700}.ProductGrid-module__kSWfja__successActions{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.ProductGrid-module__kSWfja__successBtn{border-radius:var(--radius-md);cursor:pointer;border:none;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s}.ProductGrid-module__kSWfja__successBtnPrimary{background:var(--accent-color);color:#0d1117}.ProductGrid-module__kSWfja__successBtnPrimary:hover{background:var(--accent-hover);transform:translateY(-1px)}.ProductGrid-module__kSWfja__successBtnSecondary{color:var(--text-muted);border:1px solid var(--border-color);background:0 0}.ProductGrid-module__kSWfja__successBtnSecondary:hover{border-color:var(--accent-color);color:var(--accent-color)}@media (max-width:768px){.ProductGrid-module__kSWfja__floatingBar{flex-wrap:wrap;gap:.75rem;padding:.75rem 1rem}.ProductGrid-module__kSWfja__floatingBarBtn{justify-content:center;width:100%;padding:.7rem}.ProductGrid-module__kSWfja__checkoutGrid{grid-template-columns:1fr}.ProductGrid-module__kSWfja__checkoutPanel{padding:1.25rem}.ProductGrid-module__kSWfja__successActions{flex-direction:column}.ProductGrid-module__kSWfja__successBtn{text-align:center;width:100%}}.ProductGrid-module__kSWfja__ingameSection{background:linear-gradient(135deg,#1e3a8a40 0%,#2563eb1f 100%);border:1px solid #3b82f640;border-radius:18px;margin-top:2.5rem;padding:1.75rem;position:relative;overflow:hidden}.ProductGrid-module__kSWfja__ingameSection:before{content:"";background:linear-gradient(90deg,#3b82f6,#06b6d4,#8b5cf6);height:3px;position:absolute;top:0;left:0;right:0}.ProductGrid-module__kSWfja__ingameSectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.ProductGrid-module__kSWfja__ingameHeaderLeft{align-items:center;gap:.6rem;display:flex}.ProductGrid-module__kSWfja__ingameIcon{filter:drop-shadow(0 0 8px #3b82f680);font-size:1.5rem}.ProductGrid-module__kSWfja__ingameSectionTitle{color:#93c5fd;letter-spacing:.02em;margin:0;font-size:1.25rem;font-weight:800}.ProductGrid-module__kSWfja__ingameBadge{text-transform:uppercase;letter-spacing:.1em;color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#06b6d4 100%);border-radius:999px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.ProductGrid-module__kSWfja__ingameSubtitle{color:#93c5fdb3;font-size:.78rem;font-style:italic}.ProductGrid-module__kSWfja__platformTabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.ProductGrid-module__kSWfja__platformTab{color:#93c5fdcc;cursor:pointer;background:#1e3a8a59;border:1px solid #3b82f633;border-radius:12px;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .25s;display:flex}.ProductGrid-module__kSWfja__platformTab:hover{color:#93c5fd;background:#3b82f633;border-color:#3b82f666}.ProductGrid-module__kSWfja__platformTabActive{color:#fff;background:linear-gradient(135deg,#3b82f659 0%,#06b6d433 100%);border-color:#3b82f6;box-shadow:0 0 16px #3b82f640}.ProductGrid-module__kSWfja__platformIcon{font-size:1rem}.ProductGrid-module__kSWfja__platformCount{background:#ffffff1a;border-radius:999px;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.ProductGrid-module__kSWfja__platformTabActive .ProductGrid-module__kSWfja__platformCount{background:#fff3}.ProductGrid-module__kSWfja__ingameCard{background:linear-gradient(145deg,#1e3a8a4d 0%,#0f172a99 100%)!important;border-color:#3b82f633!important}.ProductGrid-module__kSWfja__ingameCard:hover{border-color:#3b82f680!important;box-shadow:0 0 20px #3b82f626!important}.ProductGrid-module__kSWfja__ingamePriceBtn{background:linear-gradient(135deg,#2563eb 0%,#0891b2 100%)!important;box-shadow:0 4px 14px #2563eb59!important}.ProductGrid-module__kSWfja__ingamePriceBtn:hover{background:linear-gradient(135deg,#3b82f6 0%,#06b6d4 100%)!important}.ProductGrid-module__kSWfja__ingameBadgeTag{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%)!important}.ProductGrid-module__kSWfja__ingameLoading{color:#93c5fdb3;justify-content:center;align-items:center;gap:.75rem;padding:2rem;font-size:.9rem;display:flex}.ProductGrid-module__kSWfja__ingameError{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;align-items:center;gap:.75rem;padding:1.25rem;font-size:.85rem;display:flex}.ProductGrid-module__kSWfja__ingameEmpty{text-align:center;color:#93c5fd80;padding:2.5rem 1rem}.ProductGrid-module__kSWfja__ingameEmptyIcon{margin-bottom:.75rem;font-size:2.5rem;display:block}@media (max-width:640px){.ProductGrid-module__kSWfja__ingameSection{margin-top:1.5rem;padding:1rem}.ProductGrid-module__kSWfja__ingameSectionHeader{flex-direction:column;align-items:flex-start}.ProductGrid-module__kSWfja__platformTabs{width:100%}.ProductGrid-module__kSWfja__platformTab{flex:1;justify-content:center;padding:.5rem;font-size:.8rem}}
.TrustSection-module__cKl_XW__trustSection{background-color:var(--background);border-top:1px solid var(--card-border);padding:5rem 0}.TrustSection-module__cKl_XW__grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.TrustSection-module__cKl_XW__title{color:var(--text-main);letter-spacing:-.025em;margin-bottom:2rem;font-size:2.25rem;font-weight:800;display:inline-block;position:relative}.TrustSection-module__cKl_XW__title:after{content:"";background-color:var(--accent-color);border-radius:2px;width:3rem;height:4px;position:absolute;bottom:-.5rem;left:0}.TrustSection-module__cKl_XW__featureList{flex-direction:column;gap:2rem;display:flex}.TrustSection-module__cKl_XW__featureItem{background-color:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--card-border);align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.TrustSection-module__cKl_XW__featureItem:hover{border-color:#ff6b004d;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.TrustSection-module__cKl_XW__icon{color:var(--accent-color);background-color:#ff6b001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;display:flex;box-shadow:0 0 15px #ff6b001a}.TrustSection-module__cKl_XW__featureItem h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.TrustSection-module__cKl_XW__featureItem p{color:var(--text-muted);line-height:1.6}.TrustSection-module__cKl_XW__faqList{flex-direction:column;gap:1.5rem;display:flex}.TrustSection-module__cKl_XW__faqItem{background-color:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--card-border);padding:1.5rem;transition:transform .2s,box-shadow .2s}.TrustSection-module__cKl_XW__faqItem:hover{border-color:#fff3;transform:translate(4px)}.TrustSection-module__cKl_XW__question{color:var(--text-main);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.TrustSection-module__cKl_XW__answer{color:var(--text-muted);line-height:1.6}@media (max-width:768px){.TrustSection-module__cKl_XW__grid{grid-template-columns:1fr;gap:3rem}}
