.game-scroll::-webkit-scrollbar{width:8px;height:8px}.game-scroll::-webkit-scrollbar-track{background:#0b0c15}.game-scroll::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.game-scroll::-webkit-scrollbar-thumb:hover{background:#555}@keyframes ticker{0%{transform:translate(100%)}to{transform:translate(-100%)}}.animate-ticker{animation:ticker 20s linear infinite}
