.shadow-1{box-shadow:0 4px 12px rgba(0,0,0,0.2)}.shadow-2{box-shadow:0 4px 8px rgba(0,0,0,0.1)}.shadow-3{box-shadow:0 4px 4px rgba(0,0,0,0.05)}.game-scroller{display:block;width:100%;overflow-x:auto;overflow-y:hidden;border-radius:4px}.game-scroller::-webkit-scrollbar{height:6px}.game-scroller::-webkit-scrollbar-track{background-color:#1E1625;height:6px;border-radius:3px}.game-scroller::-webkit-scrollbar-thumb{background-color:#40324B;border-radius:3px}.game-scroller::-webkit-scrollbar-thumb:hover{background-color:#4a3c54}.game-scroller-inner{display:flex;gap:.5rem;margin:.5rem 0}.game-scroller.wrap{overflow:hidden}.game-scroller.wrap>.game-scroller-inner{flex-wrap:wrap}.game-listing{position:relative;display:inline-block;background-color:#40324B;border-radius:4px;text-decoration:none;width:160px;min-width:160px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,0.1)}.game-listing:hover>.game-listing-preview>.game-listing-video{display:block}.game-listing:hover>.game-listing-icons{opacity:0}.game-listing-preview{position:relative;width:160px;height:90px}.game-listing-icons{color:rgba(255,255,255,0.75);background-color:rgba(0,0,0,0.5);backdrop-filter:blur(2px);position:absolute;right:0;border-radius:4px;padding:0 .2rem;margin:.2rem;z-index:3;opacity:1;transition:opacity 200ms linear}.game-listing-icons>.player-count{font-weight:bold;color:#FFFFFF}.game-listing-thumbnail{display:block;border-radius:0;position:absolute;top:0;left:0;width:100%;z-index:0}.game-listing-video{display:none;position:absolute;top:0;left:0;width:100%;z-index:1}.game-listing-name{padding:.25rem .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-download-btn-external{margin:0;padding:0;max-height:48px}.game-banner{width:100%;margin-bottom:1rem;aspect-ratio:2 / 1;border-radius:4px;background-color:#1E1625;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,0.1)}.game-banner>img{object-fit:cover;width:100%;height:100%}