body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #ff6b35; text-align: center; margin-bottom: 30px; }
        h2 { color: #0077b6; border-bottom: 2px solid #f8a5c2; padding-bottom: 5px; }
        h3 { color: #3a86ff; }
        .nav-bar { background: linear-gradient(135deg, #ff6b35, #f8a5c2); padding: 15px; display: flex; justify-content: space-between; align-items: center; }
        .nav-links a { color: white; text-decoration: none; margin: 0 10px; font-weight: bold; }
        .mobile-toggle { display: none; color: white; font-size: 24px; }
        .download-btn { background: #4cc9f0; color: white; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; margin: 15px 0; display: inline-block; }
        .login-btn { background: #ff006e; color: white; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; margin: 15px 0; display: inline-block; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 10px; }
        .indian-player { background: #f0f9ff; padding: 15px; border-left: 4px solid #3a86ff; margin: 20px 0; }
        .footer { background: #333; color: white; text-align: center; padding: 20px; margin-top: 40px; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-toggle { display: block; }
            .nav-bar.active .nav-links { display: flex; flex-direction: column; }
        }
