div.game-div{width:calc(100% - 40px);height:300px;padding:20px;padding-top:50px;padding-bottom:30px;position:relative}div.game-div.neutral{padding:unset;margin-bottom:60px}div.game-div div.games-in-game-div{display:flex;gap:10px;align-items:center;justify-content:left;width:100%;position:relative}div.game-div.neutral div.games-in-game-div{padding:20px;padding-bottom:10px;overflow-x:scroll}div.game-div h3{position:absolute;top:0;left:20px;display:flex;align-items:center}div.game-div.neutral h3{top:-40px}div.game-div h3 a.seemore{margin-left:10px;display:inline-block;box-sizing:border-box;padding:10px;width:110px;height:41px;color:var(--text);text-decoration:none;font-weight:400;font-size:14px;position:relative;overflow-x:hidden;transition:.2s ease-out;border-radius:10px}div.game-div h3 a.seemore::after{content:"See more";display:inline;position:absolute;top:10px;left:-70px;width:max-content;transition:.2s ease-out}div.game-div h3 a.seemore:hover{background:hsl(var(--global-hue),var(--global-saturation),50%);filter:drop-shadow(0 0 10px hsl(var(--global-hue) var(--global-saturation) 50%))}div.game-div h3 a.seemore:hover::after{left:30px}div.game-div a.game{display:inline-block;position:relative;height:300px;width:533px;overflow:hidden;border-radius:10px;transition:.2s ease-out;flex-shrink:0}div.game-div a.game:hover{filter:drop-shadow(0 0 10px hsl(var(--local-hue) var(--local-saturation) var(--local-luminance)));transform:scale(1.005)}div.game-div a.game img{width:100%;height:100%;object-fit:cover;-webkit-mask-image:-webkit-linear-gradient(to left,#000 0,#000 70%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#000 0,#000 70%,rgba(0,0,0,0) 100%)}div.game-div a.game span{position:absolute;left:10px;bottom:10px;font-weight:700;font-size:30px}div.game-div button.left,div.game-div button.right{position:absolute;width:40px;height:40px;line-height:40px;font-size:20px;text-align:center;background:hsla(var(--global-hue),var(--global-saturation),50%,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;border:none;top:calc(50% - 20px);left:15px;cursor:pointer;transition:.2s ease-out}div.game-div button.left:hover,div.game-div button.right:hover{background:hsla(var(--global-hue),var(--global-saturation),60%,.5);filter:drop-shadow(0 0 10px hsl(var(--global-hue), var(--global-saturation), 60%))}div.game-div button.right{left:unset;right:-30px}div.game-div button.left.hidden{left:-100px}div.game-div button.right.hidden{right:-100px}div.game-div.slideshow{--size:60vh;height:var(--size);overflow:hidden}div.game-div.slideshow div.games-in-game-div{overflow:visible;flex-wrap:nowrap;min-width:100%;width:max-content;gap:10px}div.game-div.slideshow a.game{width:calc(100vw - 60px);height:var(--size);transform:unset;filter:none;display:flex;justify-content:right;flex-direction:row-reverse;background:hsl(var(--local-hue) var(--local-saturation) var(--local-luminance));pointer-events:none;margin-left:calc((100vw - 60px + 10px) * -1 * var(--index));transition:.3s ease-out}div.game-div.slideshow a.game img{width:70%;height:var(--size);object-fit:cover;object-position:right;-webkit-mask-image:-webkit-linear-gradient(to left,#000 0,#000 70%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to left,#000 0,#000 70%,rgba(0,0,0,0) 100%)}div.game-div.slideshow a.game span.title{bottom:120px;left:30px;display:flex;flex-direction:column;justify-content:end;width:25vw;gap:10px}div.game-div.slideshow a.game span.title .title-in-title{font-size:40px;font-weight:700}div.game-div.slideshow a.game span.title .description-in-title{text-wrap:pretty;font-size:20px;color:hsl(var(--local-hue) var(--local-saturation) 80%)}div.game-div.slideshow a.game a.play-now-button{position:absolute;left:30px;bottom:30px;padding:10px;background:hsl(var(--local-hue) var(--local-saturation) 60%);border-radius:10px;backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);font-size:30px;font-weight:700;color:var(--is-bright);text-decoration:none;pointer-events:all;transition:.2s ease-out box-shadow;color:var(--text)}div.game-div.slideshow a.game a.play-now-button:hover{box-shadow:0 0 10px hsl(var(--local-hue) var(--local-saturation) 60%)}div.game-div.slideshow div.dots-wrap{position:absolute;left:0;bottom:50px;width:100%;display:flex;justify-content:center}div.game-div.slideshow div.dots-wrap div.dots-wrap-background{display:flex;justify-content:center;gap:5px;background:var(--slight-gray-background);border-radius:20px;width:max-content;height:30px;padding:0 10px;backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur)}div.game-div.slideshow div.dots-wrap .dot{font-size:30px;cursor:pointer;opacity:.5;transition:.2s ease-out;line-height:30px}div.game-div.slideshow div.dots-wrap .dot.current{opacity:1}div.game-div.apps{height:400px}div.game-div.apps a.game{height:400px;width:280px;background-color:var(--app-color);display:flex;justify-content:center;align-items:center}div.game-div.apps a.game span{display:none}div.game-div.apps a.game img{width:260px;height:260px;-webkit-mask-image:unset;mask-image:unset}div.game-div.apps.vertical a.game img{width:120px;height:120px}div.game-div.vertical{width:400px;height:max-content;padding:0;overflow:visible;margin-top:30px}div.game-div.vertical .games-in-game-div{width:100%;height:max-content;flex-direction:row;flex-wrap:wrap;justify-content:space-between}div.game-div.vertical a.game{width:190px;height:190px}div.game-div.vertical a.game span{font-size:17px;left:0;width:100%;text-align:center}div.game-div.multi-row{overflow:visible;height:max-content}div.game-div.multi-row div.games-in-game-div{height:max-content;flex-wrap:wrap;width:calc(100vw - 100px)}div.game-div.multi-row a.game{width:calc((100vw - 130px)/ 4);height:calc((100vw - 100px)/ 4 * .5625)}div.game-div.multi-row a.game span{font-size:18px}