#gameRowPage{padding:1rem;min-height:100vh}#gameRowPage .page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}#gameRowPage .page-header .page-title{font-size:1.5rem;font-weight:700;color:var(--home-page-text-color,#ffffff);margin:0}#gameRowPage .content-wrapper{width:100%;max-width:100%}#gameRowPage .games-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin-bottom:2rem;width:100%}#gameRowPage .game-container{position:relative;width:100%;aspect-ratio:110/146;height:auto;border-radius:1rem;overflow:hidden;color:#fff;cursor:pointer;display:flex;flex-direction:column;background:#000}#gameRowPage .game-container .border-game-gradient{z-index:5;border:2px solid #fff;border-radius:1rem;mix-blend-mode:soft-light;width:97%;height:97%;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);pointer-events:none}#gameRowPage .game-container .game-img{object-fit:cover!important;width:100%!important;height:100%!important;display:block;position:absolute!important;top:0;left:0;margin:0!important;padding:0!important}#gameRowPage .game-container .game-info-container{position:absolute;bottom:0;width:100%;display:flex;padding:12px;box-sizing:border-box;flex-direction:column;z-index:4;opacity:0;transition:opacity .3s ease}#gameRowPage .game-container .game-title{font-weight:700}#gameRowPage .game-container .game-provider,#gameRowPage .game-container .game-title{font-size:.5rem}#gameRowPage .game-container .game-hover-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgb(0,0,0),transparent);opacity:0;z-index:1;display:flex;align-items:center;justify-content:center}#gameRowPage .game-container .play-button{background:rgba(0,0,0,0);border:none;color:#fff;padding:0;font-weight:600;font-size:1rem;cursor:pointer;opacity:0;transition:all .4s cubic-bezier(.23,1,.32,1);z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.8);min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:12px}#gameRowPage .game-container .play-button:hover{transform:scale(1.08) translateY(-2px)!important;text-shadow:0 2px 6px rgba(0,0,0,.9)}#gameRowPage .game-container .play-button:active{transform:scale(.96) translateY(1px);transition:all .1s ease}#gameRowPage .game-container:hover .game-hover-overlay,#gameRowPage .game-container:hover .game-info-container{opacity:1!important}#gameRowPage .game-container:hover .play-button{opacity:1;transform:translateY(0)}#gameRowPage .skeleton-game{width:100%!important;aspect-ratio:110/146;height:auto!important;border-radius:1rem;overflow:hidden}#gameRowPage .no-games{display:flex;justify-content:center;align-items:center;padding:3rem;color:var(--home-page-text-color,#ffffff)}@media(min-width:24.375rem){#gameRowPage .games-grid{grid-template-columns:repeat(3,1fr);gap:8px}#gameRowPage .game-container{width:100%;aspect-ratio:110/146;height:auto}#gameRowPage .skeleton-game{width:100%!important;aspect-ratio:110/146;height:auto!important}}@media(min-width:48rem){#gameRowPage{padding:2rem}#gameRowPage .games-grid{grid-template-columns:repeat(4,1fr);gap:12px}#gameRowPage .game-container{width:100%;aspect-ratio:157/197;height:auto}#gameRowPage .game-container .play-button{font-size:1.1rem;min-width:56px;min-height:56px;border-radius:16px}#gameRowPage .game-container .play-button:hover{transform:scale(1.12) translateY(-3px)!important}#gameRowPage .game-container .game-provider,#gameRowPage .game-container .game-title{font-size:.75rem;line-height:1.25rem}#gameRowPage .skeleton-game{width:100%!important;aspect-ratio:157/197;height:auto!important}}@media(min-width:75rem){#gameRowPage{padding:2rem 4rem}#gameRowPage .games-grid{grid-template-columns:repeat(6,1fr);gap:16px}#gameRowPage .game-container{width:100%;aspect-ratio:157/197;height:auto}#gameRowPage .skeleton-game{width:100%!important;aspect-ratio:157/197;height:auto!important}}