.controls,.logo-link{gap:.5rem;display:flex}.game-box,.game-wrapper{position:relative;overflow:hidden}footer,header{padding:1rem;text-align:center}.game-box .title,footer,header{text-align:center}.description a,footer nav a{color:#3d64ff;text-decoration:none}.description a,.logo-link,footer nav a{text-decoration:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.5;color:#333;background:#f9f9f9}header{background:#3d64ff;box-shadow:0 1px 4px rgba(0,0,0,.1)}.game-header,main{max-width:800px;padding:0 1rem}.header-content{display:flex;align-items:center;justify-content:center}.logo-link{align-items:center;flex-direction:row;justify-content:center}.logo-img{width:24px;height:auto}.logo-text{font-size:1.5rem;font-weight:700;color:#fff}main{margin:2rem auto}.game-wrapper{background:#ececec;border-radius:8px;aspect-ratio:4/3;max-height:80vh}#game{width:100%;height:100%;border:none}.game-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.2rem}.game-header{display:flex;justify-content:space-between;align-items:center;margin:1rem auto}.description h1,.game-title{font-size:1.8rem}.controls button{padding:.5rem 1rem;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer}.controls button:hover{background:#f0f0f0}.recommended{display:flex;flex-direction:row;gap:1rem;justify-content:center;margin:2rem 0}.game-box{min-width:140px;border-radius:8px}.game-box img{width:100%;display:block}.game-box .title{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);color:#fff;padding:.5rem;opacity:0;transition:opacity .3s}.game-box:hover .title{opacity:1}.description h2{margin-top:1.2rem;font-size:1.3rem}.description p{margin-top:.5rem;line-height:1.6}.description h3{margin-top:1rem;font-size:1rem}.description ul{margin:.5rem 0 1rem;padding-left:1.2rem;list-style-type:disc}.description ul li{margin-bottom:.5rem;line-height:1.5}.description a:hover,footer nav a:hover{text-decoration:underline}footer{margin-top:3rem;background:#fff;font-size:.9rem}footer nav a{margin:0 .5rem}@media (max-width:768px){.game-wrapper{aspect-ratio:auto;height:calc(100vh - 200px)}}@media (max-width:600px){.game-header{flex-direction:column;gap:1rem}.controls{justify-content:center}.recommended{flex-direction:column;align-items:center}.game-box{width:80%}}