body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 28px; font-weight: bold; color: #4a6bff; margin-bottom: 20px; }
        nav { background: #2c3e50; padding: 10px; margin-bottom: 20px; }
        nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; }
        nav ul li { margin: 0 15px; }
        nav ul li a { color: white; text-decoration: none; }
        .mobile-nav-toggle { display: none; background: #34495e; color: white; border: none; padding: 10px; cursor: pointer; }
        h1 { color: #2c3e50; border-bottom: 3px solid #4a6bff; padding-bottom: 10px; }
        h2 { color: #34495e; margin-top: 30px; }
        h3 { color: #3d5c7a; }
        .download-btn { display: inline-block; background: #2ecc71; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { display: inline-block; background: #3498db; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-info { background: #f9f9f9; padding: 20px; border-radius: 8px; margin: 20px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
        footer { margin-top: 40px; padding: 20px; background: #2c3e50; color: white; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; align-items: center; }
            .mobile-nav-toggle { display: block; }
            nav ul.active { display: block; }
            nav ul { display: none; }
        }
