.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-pills{opacity:0}.game-listing-preview{position:relative;width:160px;height:90px}.game-listing-pills{position:absolute;right:0;margin:.2rem;z-index:3;display:flex;gap:.2rem;align-items:center;justify-content:center;text-align:center;color:rgba(255,255,255,0.6);font-size:12px;font-weight:bold;line-height:1.4;opacity:1;transition:opacity 200ms linear}.game-listing-pills>div{display:flex;align-items:center;justify-content:center;height:20px;background-color:rgba(64,50,75,0.5);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.25);border-radius:4px;padding:0 .25rem}.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%}