.style_customScrollbar__JfxOv::-webkit-scrollbar{width:8px;height:8px}.style_customScrollbar__JfxOv::-webkit-scrollbar-thumb{background:rgb(var(--lb-purple-1200));border-radius:4px}.style_customScrollbar__JfxOv::-webkit-scrollbar-thumb:hover{background:rgb(var(--lb-purple-1100))}.style_customScrollbar__JfxOv::-webkit-scrollbar-track{background:hsl(var(--background))}.game-card{border-radius:.5rem;overflow:hidden;position:relative;transition:all .2s ease-in-out;margin-top:10px}.game-card.home-screen{min-width:160px}.game-card .game-card-body,.game-card .game-card-body .game-img-wrap{width:100%;height:100%}.game-card .game-card-body .game-img-wrap img.blured-bg-img{width:100%;max-width:100%;height:100%;object-fit:fill;inset:0}.game-card .game-card-body .game-img-wrap .game-img-box{width:100%;height:100%;position:absolute;inset:0}.game-card .game-card-body .game-img-wrap .game-img-box img{width:100%;max-width:100%;height:100%;object-fit:contain;object-position:center}.game-card .game-card-overlay{width:100%;height:100%;background:var(--primaryDark-800);border:2px solid var(--primaryLight-1000);border-radius:inherit;opacity:0;box-shadow:0 0 10px var(--primaryLight-1000) inset;position:absolute;inset:0;transform:scale(0);transform-origin:center;transition:all .2s ease-in-out}.game-card .game-card-overlay .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);opacity:0;border-radius:5px;background:var(--primaryLight-900);transition:all .3s ease-in-out}.game-card .game-card-overlay .favorite-btn{position:absolute;top:1px;left:1px;padding:0;border-radius:50%;background:var(--primaryLight-900)}.game-card:hover .game-card-overlay{opacity:1;transform:scale(1)}.game-card:hover .game-card-overlay .play-btn{opacity:1;transform:translate(-50%,-50%) scale(1)}.game-card:hover .game-card-overlay .favorite-btn{opacity:1;transform:scale(1)}@media screen and (max-width:850px){.game-card{min-width:110px}.game-card.home-screen{min-width:130px}}@media screen and (max-width:767.98px){.game-card{min-width:90px}.game-card.home-screen{min-width:100px}}