.home-title{padding:37px 0 44px}.home-title h1{font-weight:700;text-align:center;font-size:32px;line-height:120%;color:#fff}.home-title h1 span{color:#f16436}.home-title .stats{text-align:center;color:#e5e5e5;margin-top:8px;font-size:20px}.home-title .stats em{color:#f16436;font-style:normal;font-weight:700}@media(max-width:900px){.home-title{padding:64px 0}.home-title h1{font-size:24px;max-width:240px;text-wrap:balance;margin:auto}.home-title .stats{font-size:14px;max-width:340px;margin:20px auto 0;text-wrap:balance}.home-title .stats em{font-weight:400}}.game-tile{width:184px;text-decoration:none;display:grid;grid-template-areas:"art" "title" "details-list"}.game-tile:hover,.is-active .game-tile{color:unset}.game-tile:hover .art img,.is-active .game-tile .art img{opacity:1}.game-tile .art{grid-area:art;position:relative;cursor:pointer;width:184px;min-height:231px;aspect-ratio:3/4}.game-tile .art img{transition:opacity .15s ease;opacity:.85;position:absolute;inset:0;width:100%;height:100%}.game-tile h3{grid-area:title;font-size:16px;line-height:150%;margin-top:8px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-tile.focused{background-color:hsla(0,0%,100%,.05);outline:1px solid}.game-tile.compact{width:344px;padding:16px 24px;align-items:center;grid-template-areas:"art title" "art details-list";grid-template-columns:auto 1fr}.game-tile.compact .art{margin-right:22px;width:104px;height:40px;flex-shrink:0;min-height:0;aspect-ratio:unset}.game-tile.compact .art img{object-fit:cover}.game-tile.compact .art:after{content:none}.game-tile.compact:focus,.game-tile.compact:hover{background-color:rgba(38,38,38,.8);cursor:pointer}.game-tile.compact .h3{line-height:21px;margin-top:0;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}