*{margin:0;box-sizing:border-box;font-family:Verdana,Geneva,Tahoma,sans-serif}#app{width:100%;height:100vh;display:flex;flex-direction:column}header{width:100%;height:150px;background:linear-gradient(#1352ff,#3f72ff);padding:24px 48px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 8px #00000080}.title{color:#fff;font-size:2rem;font-weight:600;text-decoration:none}main{width:100%;height:100%;padding:24px 48px;display:flex;flex-direction:column;justify-content:center;align-items:center}.game{width:100%;min-height:400px;padding:48px;box-shadow:0 0 8px #0003;display:flex;flex-direction:row;gap:8px}.game .left{width:100%;display:flex;flex-direction:column;justify-content:center}.game .left .tag{width:200px;padding:8px;margin-bottom:24px;background-color:orange;color:#000;border-radius:8px;text-align:center}.game .left .game-stage{font-size:5rem}.game .left .game-name{font-size:5rem;font-weight:700}.game .right{width:100%;display:flex;flex-direction:column;justify-content:center;gap:24px}.game .right h2{font-size:2rem}.game .right .description{font-size:1.25rem}.game .right .status{width:150px;padding:8px;background-color:#000;color:#fff;border-radius:8px;text-align:center}footer{width:100%;height:80px;background:linear-gradient(#3f72ff,#1352ff);padding:24px 48px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 8px #0006}footer p{color:#fff}@media screen and (max-width:768px){.game{height:auto;padding:24px;flex-direction:column;gap:56px}.game .left,.game .right{width:100%}.game .left .game-stage,.game .left .game-name{font-size:3rem}}
