body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; position: fixed; top: 0; left: 0; width: 100%; background: #ff6b35; color: white; padding: 10px; z-index: 100; }
            .nav-toggle { float: right; cursor: pointer; }
        }
        h1 { color: #ff6b35; border-bottom: 3px solid #ff9e7d; padding-bottom: 10px; }
        h2 { color: #e84a5f; margin-top: 30px; }
        h3 { color: #2a363b; }
        .download-btn { background: #2ecc71; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #3498db; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 10px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #f1f1f1; padding: 5px 10px; border-radius: 3px; margin: 5px; display: inline-block; }
        .copyright { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; text-align: center; }
