@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800;900&display=swap");.homePageContainer{display:flex;flex-direction:column;background:transparent;color:#fff}.homePage,.homePageContainer{position:relative;min-height:100vh}.homePage{padding-bottom:60px;font-family:var(--font-sans);background:#0b0c10}.homePage .bgGlow,.homePage .gridFx{display:none}.homePage .shell{position:relative;z-index:1;max-width:1300px;margin:0 auto;padding:0 24px}.homePage .spacer{height:20px}.homePage .spacerLg{height:36px}.homePage .homeSection{margin-top:32px}.homePage .homeSectionHeader{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-bottom:18px}.homePage .homeSectionTitle{font-size:17px;text-transform:uppercase;font-weight:500;color:hsla(0,0%,100%,.98);letter-spacing:.5px}.homePage .homeSectionSub{margin-top:4px;font-size:13px;color:hsla(0,0%,100%,.5);font-weight:500}.homePage .homeSearch{width:380px;max-width:100%}.homePage .homeSearchInput{width:100%;padding:13px 16px;border-radius:16px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.92);font-size:14px;font-weight:500;font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.homePage .homeSearchInput::placeholder{color:hsla(0,0%,100%,.35)}.homePage .homeSearchInput:focus{border-color:rgba(59,130,246,.5);box-shadow:0 0 0 3px rgba(59,130,246,.12);background:hsla(0,0%,100%,.06)}.homePage .promoBanner{position:relative;border-radius:22px;overflow:hidden;background:#111216;border:1px solid hsla(0,0%,100%,.08);aspect-ratio:1300/520;box-shadow:0 20px 60px rgba(0,0,0,.35),inset 0 1px 0 hsla(0,0%,100%,.04);transition:border-color .25s ease}.homePage .promoBanner:hover{border-color:rgba(59,130,246,.2)}.homePage .promoSlidesWrapper{position:absolute;inset:0}.homePage .promoSlideItem{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s}.homePage .promoSlideItem.active{opacity:1;visibility:visible}.homePage .promoSlideImg{width:100%;height:100%;object-fit:cover;object-position:center}.homePage .promoSlideLink{position:absolute;inset:0;z-index:5;cursor:pointer}.homePage .promoDots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;align-items:center;z-index:10}.homePage .promoDot{width:20px;height:3px;border-radius:999px;border:none;cursor:pointer;transition:all .2s ease;background:hsla(0,0%,100%,.4)}.homePage .promoDot.active{background:#fff;width:24px}.homePage .flashStrip{border-radius:18px;padding:16px 20px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);display:flex;align-items:center;gap:14px}.homePage .flashIcon{font-size:20px;flex:0 0 auto}.homePage .flashTitle{font-weight:800;font-size:14px;color:hsla(0,0%,100%,.92)}.homePage .flashSub{font-size:12px;color:hsla(0,0%,100%,.5);font-weight:500;margin-top:2px}.homeTabsStrip{display:flex;align-items:center;gap:12px;overflow-x:auto;padding-bottom:8px;margin-top:32px;margin-bottom:12px;scrollbar-width:none}.homeTabsStrip::-webkit-scrollbar{display:none}.homeTab{padding:10px 18px;border-radius:10px;background:#2b2d33;color:#fff;font-size:13px;font-weight:700;font-family:inherit;white-space:nowrap;cursor:pointer;transition:all .2s ease;border:1px solid transparent;outline:none}.homeTab:hover{background:#34373d;transform:translateY(-1px)}.homeTab.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 4px 15px rgba(59,130,246,.3)}.gameGridHorizontal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:1100px){.gameGridHorizontal{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.gameGridHorizontal{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.gameCardHorizontal{position:relative;display:flex;text-decoration:none;background:#23252a;border:1px solid hsla(0,0%,100%,.05);border-radius:18px;padding:8px 14px 8px 8px;gap:12px;transition:all .25s ease}@media (max-width:760px){.gameCardHorizontal{flex-direction:column;gap:10px;padding:8px;border-radius:16px}}.gameCardHorizontal:hover{background:#2b2d33;border-color:rgba(59,130,246,.4);box-shadow:0 12px 24px rgba(0,0,0,.3);transform:translateY(-2px)}.gchImageCol{position:relative;flex:0 0 154px;height:154px;border-radius:12px;overflow:hidden;background:#111;border:1px solid transparent;transition:border-color .25s ease}@media (max-width:760px){.gchImageCol{flex:0 0 auto;width:100%;height:auto;aspect-ratio:4/3}}.gameCardHorizontal:hover .gchImageCol{border-color:rgba(59,130,246,.5)}.gchImage{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gameCardHorizontal:hover .gchImage{transform:scale(1.05)}.gchLogoWrap{width:100%;height:100%;background:linear-gradient(135deg,rgba(59,130,246,.8),rgba(37,99,235,.6));display:grid;place-items:center}.gchLogo{font-size:24px}.gchFlashTag,.gchLogo{color:#fff;font-weight:900}.gchFlashTag{position:absolute;bottom:0;left:0;background:#ef4444;font-size:9px;padding:4px 6px;line-height:1.1;text-align:center;border-top-right-radius:8px;box-shadow:2px -2px 8px rgba(239,68,68,.4)}.gchF1{color:#fef08a}.gchContentCol{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:4px 0}.gchName{font-size:15px;font-weight:800;color:hsla(0,0%,100%,.96);margin-bottom:4px;line-height:1.3}.gchPublisher{font-size:12px;color:hsla(0,0%,100%,.55);font-weight:600}.gchActionRow{display:flex;justify-content:space-between;align-items:flex-end}@media (max-width:760px){.gchContentCol{min-height:80px}.gchInfo{margin-bottom:8px}.gchActionRow{flex-direction:column;align-items:stretch;gap:10px}.gchAbbr{display:none}}.gchTopupBtn{display:flex;align-items:center;gap:6px;background:rgba(124,166,98,.15);background:rgba(59,130,246,.12);color:#60a5fa;border:1px solid rgba(59,130,246,.25);padding:6px 12px;border-radius:8px;font-size:12px;font-weight:800;letter-spacing:.4px;transition:all .2s ease}@media (max-width:760px){.gchTopupBtn{justify-content:center;padding:7px 10px;background:#7ca662;background:rgba(59,130,246,.25);color:#fff;border:none;font-size:11.5px}}.gchPlusIcon{width:22px;height:22px;background:#3b82f6;color:#fff;border-radius:6px;display:grid;place-items:center}.gchPlusIcon svg{width:14px;height:14px}.gameCardHorizontal:hover .gchTopupBtn{background:#3b82f6;color:#fff;border-color:#3b82f6}.gameCardHorizontal:hover .gchPlusIcon{background:#fff;color:#3b82f6}.gchAbbr{font-size:11px;font-weight:800;color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.05);padding:6px 8px;border-radius:8px}.homePage .gameGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:1100px){.homePage .gameGrid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:860px){.homePage .gameGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:600px){.homePage .gameGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media (max-width:440px){.homePage .gameGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.modernGameCard{border-radius:12px}}.modernGameCard{position:relative;display:flex;flex-direction:column;text-decoration:none;background:#23252a;border:1px solid hsla(0,0%,100%,.05);border-radius:18px;overflow:hidden;transition:all .25s ease;cursor:pointer}.modernGameCard:hover{transform:translateY(-4px);border-color:rgba(59,130,246,.3);background:#2b2d33;box-shadow:0 12px 24px rgba(0,0,0,.3)}.modernGameCard:active{transform:translateY(-1px)}.mgCover{position:relative;aspect-ratio:1/1;background:linear-gradient(135deg,rgba(30,40,50,.8),rgba(15,20,25,.9));display:flex;align-items:center;justify-content:center;border-bottom:1px solid hsla(0,0%,100%,.03);overflow:hidden}.mgGlow{position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.25),transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.modernGameCard:hover .mgGlow{opacity:1}.mgImage{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.modernGameCard:hover .mgImage{transform:scale(1.08)}.mgLogoWrap{position:relative;z-index:1;width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,rgba(59,130,246,.9),rgba(37,99,235,.8));display:grid;place-items:center;box-shadow:0 8px 16px rgba(0,0,0,.4),inset 0 2px 4px hsla(0,0%,100%,.3);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.modernGameCard:hover .mgLogoWrap{transform:scale(1.1)}.mgLogo{color:#fff;font-size:22px;font-weight:900;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.4)}.mgTag{position:absolute;top:8px;right:8px;font-size:9px;font-weight:800;padding:4px 8px;border-radius:6px;background:rgba(239,68,68,.9);color:#fff;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(239,68,68,.4);z-index:2}.mgInfo{padding:12px 10px;text-align:center}@media (max-width:760px){.mgInfo{padding:10px 6px 14px;min-height:60px;display:flex;flex-direction:column;justify-content:center}}.mgName{font-size:13px;font-weight:700;color:hsla(0,0%,100%,.95);line-height:1.3;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.modernGameCard:hover .mgName{color:#fff}.mgAction{font-size:11px;font-weight:600;color:rgba(96,165,250,.7);transition:color .2s ease}.modernGameCard:hover .mgAction{color:#93c5fd}.homePage .homeFooter{margin-top:48px;padding:20px 0;text-align:center;font-size:13px;color:hsla(0,0%,100%,.3);font-weight:500}@media (max-width:640px){.homePage .shell{padding:0 14px}.homePage .promoBanner{border-radius:20px}.homePage .promoTitle{font-size:20px}.homePage .homeSectionTitle{font-size:18px}.homePage .homeSectionHeader{flex-direction:column;align-items:stretch}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animateCard{animation:fadeInUp .6s cubic-bezier(.2,.8,.2,1) forwards;opacity:0}