.button-container{perspective:1000px}.game-button{font-size:1.5rem;color:#fff;background:linear-gradient(145deg,#098c7c,#00bfff);border:2px solid #07b39b;border-radius:12px;padding:15px 40px;cursor:pointer;transition:.3s;box-shadow:0 8px 15px rgba(0,0,0,.3);position:relative;text-transform:uppercase;letter-spacing:1.5px;z-index:1;overflow:hidden}@media (min-width:1024px){.game-button{font-size:1.25rem;padding:20px 40px}}@media (min-width:768px) and (max-width:1023px){.game-button{font-size:.8rem;padding:18px 25px}}@media (min-width:480px) and (max-width:767px){.game-button{font-size:.8rem;padding:16px 30px}}@media (max-width:479px){.game-button{font-size:.7rem;padding:12px 30px}}.game-button::before{content:"";position:absolute;top:-100%;left:-100%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.3),transparent 70%);transition:.5s;transform:rotate(45deg);z-index:-1}.game-button:hover{background:linear-gradient(145deg,#078c6b,#00bfff);border-color:#07b39b;box-shadow:0 12px 25px rgba(0,0,0,.5)}.game-button:active{transform:scale(.95);box-shadow:0 4px 10px rgba(0,0,0,.2)}.game-button:hover::before{top:0;left:0}