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: #ff6b35; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        nav { background-color: #f8f9fa; padding: 15px; margin-bottom: 20px; border-radius: 8px; }
        nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
        nav li { margin: 5px 10px; }
        nav a { text-decoration: none; color: #2c3e50; font-weight: 500; }
        .mobile-toggle { display: none; background: #ff6b35; color: white; border: none; padding: 10px; border-radius: 5px; }
        h1 { color: #2c3e50; border-bottom: 3px solid #ff6b35; padding-bottom: 10px; }
        h2 { color: #34495e; margin-top: 30px; }
        h3 { color: #7f8c8d; margin-top: 25px; }
        .download-btn, .login-btn { background-color: #ff6b35; color: white; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: bold; display: inline-block; margin: 15px 0; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tag { background-color: #e0e0e0; padding: 5px 10px; border-radius: 15px; margin: 5px; display: inline-block; }
        footer { margin-top: 40px; padding-top: 20px; border-top: 2px solid #eee; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; display: none; }
            .mobile-toggle { display: block; }
            nav.active ul { display: flex; }
            .logo { font-size: 24px; }
        }
