.BackgroundImage_backgroundImage__xnKdg{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;position:absolute;top:0;left:0;z-index:1}@media (max-width:1024px){.BackgroundImage_backgroundImage__xnKdg{background-size:cover;background-position:50%}}@media (max-width:768px){.BackgroundImage_backgroundImage__xnKdg{background-size:cover;background-position:center 30%}}@media (max-width:480px){.BackgroundImage_backgroundImage__xnKdg{background-size:cover;background-position:center 25%}}@media (max-width:375px){.BackgroundImage_backgroundImage__xnKdg{background-size:cover;background-position:center 20%}}.Games_games__ulJmz{width:100%;display:flex;justify-content:center;margin-bottom:100px}.Games_gamesContainer__CXc7V{width:90%;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.Games_newsTrack__HVYFH{width:100%;display:flex;flex-direction:row;gap:1.5rem;overflow:hidden;justify-content:flex-start}.Games_newsCard__bb81K{flex:0 0 auto;width:350px;text-decoration:none;color:inherit}.Games_thumb__USVHi{position:relative;width:100%;height:200px;background:#333;border-radius:.75rem;overflow:hidden}.Games_placeholder__SXbAS{width:100%;height:100%;background:#555}.Games_headline__U__wB{margin-top:.75rem;font-size:1.3rem}@media (max-width:768px){.Games_games__ulJmz{padding:0 10px;margin-bottom:60px}.Games_gamesContainer__CXc7V{width:100%;gap:1rem}.Games_gamesContainer__CXc7V h3{font-size:clamp(1.5rem,4vw + .5rem,2rem);margin-bottom:.5rem}.Games_newsTrack__HVYFH{gap:1rem;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.Games_newsTrack__HVYFH::-webkit-scrollbar{height:6px}.Games_newsTrack__HVYFH::-webkit-scrollbar-track{background:transparent}.Games_newsTrack__HVYFH::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:3px}.Games_newsTrack__HVYFH::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.Games_newsCard__bb81K{width:280px;min-width:280px;transition:transform .3s ease}.Games_newsCard__bb81K:hover{transform:translateY(-5px)}.Games_thumb__USVHi{height:160px}.Games_headline__U__wB{font-size:.9rem;margin-top:.5rem;color:#fff}}@media (max-width:480px){.Games_games__ulJmz{padding:0 5px;margin-bottom:40px}.Games_gamesContainer__CXc7V{width:100%}.Games_gamesContainer__CXc7V h3{font-size:clamp(1.25rem,5vw + .25rem,1.75rem);margin-bottom:.25rem}.Games_newsTrack__HVYFH{gap:.75rem}.Games_newsCard__bb81K{width:210px;min-width:210px}.Games_thumb__USVHi{height:120px}.Games_headline__U__wB{font-size:.85rem;margin-top:.4rem}}.card-spotlight{position:relative;border-radius:1.5rem;border:1px solid #222;background-color:#111;padding:1rem;overflow:hidden;--mouse-x:50%;--mouse-y:50%;--spotlight-color:rgba(255,255,255,0.05)}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:.6}