.game-card{border-radius:none;overflow:hidden;position:relative;transition:all .2s ease-in-out}.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 .favorite-btn{position:absolute;top:2.5px;left:4px;padding:0;border-radius:50%;background:var(--primaryLight-900)}.game-card .game-card-overlay:after{width:100%;bottom:0;height:50px;content:"";position:absolute;background:linear-gradient(180deg,rgba(125,185,232,0)0,rgba(197,203,153,0) 55%,rgba(255,217,88,.56))}.game-card .game-card-overlay:before{top:0;width:100%;height:50px;content:"";position:absolute;background:linear-gradient(180deg,rgba(255,217,88,.59)0,rgba(197,203,153,0) 45%,rgba(125,185,232,0))}.game-card .game-card-overlay{width:100%;height:100%;background:rgba(36,35,35,.54);backdrop-filter:blur(2px);border-radius:8px;opacity:0;position:absolute;inset:0;transform-origin:center;transition:all .35s ease-in-out}.game-card .game-card-overlay .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);opacity:0;transition:all .3s ease-in-out;animation:zoomIn 1.4s infinite}.game-card:hover .game-card-overlay{opacity:1}.game-card:hover .game-card-overlay .play-btn{opacity:1;transform:translate(-50%,-50%) 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}}@keyframes zoomIn{0%{transform:translate(-50%,-50%) scale(.75)}50%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(.75)}}.style_tabContainer__zixot{gap:12px;border-radius:16px;padding:8px 4px;color:#fff;display:flex;position:relative;overflow-x:scroll;border-color:var(--cards-background)}.style_tabContainer__zixot::-webkit-scrollbar{display:none}.style_tabsValue__vjkve{font-size:12px;text-wrap:nowrap;font-weight:500;cursor:pointer;padding:8px;z-index:9;line-height:16px;display:flex}.style_tabsValue__vjkve img{margin-right:3px}