#providerGamesPage{padding:1rem;min-height:100vh}#providerGamesPage .page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}#providerGamesPage .page-header .page-title{font-size:1.5rem;font-weight:700;color:var(--home-page-text-color,#ffffff);margin:0}#providerGamesPage .search-container{margin-bottom:2rem;width:100%}#providerGamesPage .content-wrapper{width:100%;max-width:100%}#providerGamesPage .games-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin-bottom:2rem;width:100%}#providerGamesPage .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}#providerGamesPage .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}#providerGamesPage .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}#providerGamesPage .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}#providerGamesPage .game-container .game-title{font-weight:700}#providerGamesPage .game-container .game-provider,#providerGamesPage .game-container .game-title{font-size:.5rem}#providerGamesPage .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}#providerGamesPage .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}#providerGamesPage .game-container .play-button:hover{transform:scale(1.08) translateY(-2px)!important;text-shadow:0 2px 6px rgba(0,0,0,.9)}#providerGamesPage .game-container .play-button:active{transform:scale(.96) translateY(1px);transition:all .1s ease}#providerGamesPage .game-container:hover .game-hover-overlay,#providerGamesPage .game-container:hover .game-info-container{opacity:1!important}#providerGamesPage .game-container:hover .play-button{opacity:1;transform:translateY(0)}#providerGamesPage .skeleton-game{width:100%!important;aspect-ratio:110/146;height:auto!important;border-radius:1rem;overflow:hidden}#providerGamesPage .pagination{width:100%;max-width:300px;margin:2rem auto 0;display:flex;flex-direction:column;align-items:center}#providerGamesPage .label-showing{display:flex;margin:10px 0 20px;color:var(--home-page-text-color,#ffffff);font-size:.875rem}#providerGamesPage .no-games{display:flex;justify-content:center;align-items:center;padding:3rem;color:var(--home-page-text-color,#ffffff)}@media(min-width:24.375rem){#providerGamesPage .games-grid{grid-template-columns:repeat(3,1fr);gap:8px}#providerGamesPage .game-container{width:100%;aspect-ratio:110/146;height:auto}#providerGamesPage .skeleton-game{width:100%!important;aspect-ratio:110/146;height:auto!important}}@media(min-width:48rem){#providerGamesPage{padding:2rem}#providerGamesPage .games-grid{grid-template-columns:repeat(4,1fr);gap:12px}#providerGamesPage .game-container{width:100%;aspect-ratio:157/197;height:auto}#providerGamesPage .game-container .play-button{font-size:1.1rem;min-width:56px;min-height:56px;border-radius:16px}#providerGamesPage .game-container .play-button:hover{transform:scale(1.12) translateY(-3px)!important}#providerGamesPage .game-container .game-provider,#providerGamesPage .game-container .game-title{font-size:.75rem;line-height:1.25rem}#providerGamesPage .skeleton-game{width:100%!important;aspect-ratio:157/197;height:auto!important}}@media(min-width:75rem){#providerGamesPage{padding:2rem 4rem}#providerGamesPage .games-grid{grid-template-columns:repeat(6,1fr);gap:16px}#providerGamesPage .game-container{width:100%;aspect-ratio:157/197;height:auto}#providerGamesPage .skeleton-game{width:100%!important;aspect-ratio:157/197;height:auto!important}}