.service-game-hero{background-color:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:2rem;flex-direction:column;min-height:300px;margin-bottom:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.2)}.service-game-hero:hover{border-color:rgba(var(--primary-rgb),.3)}.service-game-hero__content{z-index:10;flex-direction:column;flex:1;justify-content:center;padding:2rem;display:flex;position:relative}.service-game-hero__badge{background-color:rgba(var(--primary-rgb),.1);color:var(--primary);text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(var(--primary-rgb),.2);border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:900;display:inline-flex}.service-game-hero__title{color:#fff;letter-spacing:-.025em;margin-bottom:.75rem;font-size:2.25rem;font-weight:900;line-height:1.2;transition:color .3s}.service-game-hero:hover .service-game-hero__title{color:var(--primary)}.service-game-hero__description{color:#a0a0a0;max-width:500px;margin-bottom:2rem;font-size:.875rem;line-height:1.6}.service-game-hero__button{background-color:var(--primary);color:#fff;box-shadow:0 4px 15px rgba(var(--primary-rgb),.2);border-radius:.75rem;align-items:center;gap:.625rem;width:fit-content;padding:.875rem 2rem;font-size:.875rem;font-weight:700;transition:all .3s;display:inline-flex}.service-game-hero__button:hover{-ms-transform:scale(1.05);transform:scale(1.05)}.service-game-hero__button:active{-ms-transform:scale(.95);transform:scale(.95)}.service-game-hero__thumbnail{background-color:#0a0a0a;width:100%;min-height:200px;position:relative;overflow:hidden}.service-game-hero__thumbnail-fallback{color:rgba(255,255,255,.05);user-select:none;justify-content:center;align-items:center;width:100%;height:100%;font-size:6rem;font-style:italic;font-weight:900;display:flex}.service-game-hero__thumbnail-image{object-fit:cover;transition:-ms-transform .7s,transform .7s}.service-game-hero:hover .service-game-hero__thumbnail-image{-ms-transform:scale(1.1);transform:scale(1.1)}.service-game-hero__thumbnail-overlay{opacity:0;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.service-game-hero:hover .service-game-hero__thumbnail-overlay{opacity:1}.service-game-hero__play-icon{transition:-ms-transform .3s,transform .3s}.service-game-hero:hover .service-game-hero__play-icon{-ms-transform:scale(1.1);transform:scale(1.1)}.service-game-gallery{margin-bottom:2.5rem}.service-game-gallery__header{align-items:center;gap:.5rem;margin-bottom:1rem;padding:0 .5rem;display:flex}.service-game-gallery__header-decorator{background-color:var(--primary);border-radius:9999px;width:.25rem;height:1rem}.service-game-gallery__header-title{color:var(--foreground);text-transform:uppercase;letter-spacing:.1em;opacity:.6;font-size:.875rem;font-weight:900}.service-game-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.service-game-gallery__item{background-color:#1a1a1a;border:1px solid rgba(255,255,255,.05);border-radius:.75rem;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden}.service-game-gallery__item:hover{border-color:rgba(var(--primary-rgb),.3);box-shadow:0 4px 15px rgba(0,0,0,.1)}.service-game-gallery__item-thumbnail{aspect-ratio:16/9;background-color:#0a0a0a;position:relative;overflow:hidden}.service-game-gallery__item-play-icon{opacity:0;background-color:rgba(0,0,0,.2);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.service-game-gallery__item:hover .service-game-gallery__item-play-icon{opacity:1}.service-game-gallery__item-info{padding:.625rem}.service-game-gallery__item-title{color:rgba(var(--foreground-rgb),.8);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:700;transition:color .3s;overflow:hidden}.service-game-gallery__item:hover .service-game-gallery__item-title{color:var(--primary)}.legacy-theme.service-game-hero{box-shadow:none;background:#f0f0f0;border:1px solid #a0a0a0;border-radius:0}.legacy-theme .service-game-hero__title{color:#000}.legacy-theme .service-game-hero__description{color:#333}.legacy-theme .service-game-hero__button{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2);background:linear-gradient(#7fc3ff,#3d9cff);border:1px solid #2a8eff;border-radius:3px}.legacy-theme .service-game-gallery__item{background:#fff;border:1px solid #d0d0d0;border-radius:0}.legacy-theme .service-game-gallery__item-title{color:#000}@media (min-width:768px){.service-game-hero{flex-direction:row}.service-game-hero__thumbnail{width:45%;min-height:auto}.service-game-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.service-game-gallery__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
