.game-toggle{padding:10px;background:rgba(0,0,0,.5);border-radius:20px;gap:50px;border:2px solid hsla(0,0%,100%,.2);max-width:700px;margin:0 auto}.game-toggle,.game-toggle button{display:flex;justify-content:center}.game-toggle button{align-items:center;gap:8px;padding:12px 24px;border-radius:16px;background:transparent;cursor:pointer;font-weight:600;color:hsla(0,0%,100%,.8);font-size:1rem;position:relative;overflow:hidden;border:none;transition:background .3s,color .3s}.game-toggle button.active{background:hsla(0,0%,100%,.7);color:#000;box-shadow:0 0 10px rgba(0,0,0,.3)}.game-toggle button .icon{font-size:1.2rem}@media (max-width:600px){.game-toggle{padding:8px;gap:5px}.game-toggle button{padding:10px 16px;font-size:.9rem}.game-toggle button .icon{font-size:1rem}}