body { font-family: 'Arial', sans-serif; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 20px; color: #333; }
        h1 { color: #FF6B35; font-size: 2.5em; text-align: center; }
        h2 { color: #2C7A7A; margin-top: 30px; }
        h3 { color: #5A4A3A; }
        .logo { font-size: 2em; font-weight: bold; color: #FF6B35; text-align: center; margin: 20px 0; }
        nav { background: #2C7A7A; padding: 10px; position: sticky; top: 0; z-index: 100; }
        nav ul { display: flex; justify-content: center; list-style: none; margin: 0; padding: 0; }
        nav li { margin: 0 15px; }
        nav a { color: white; text-decoration: none; }
        .mobile-nav-toggle { display: none; background: #FF6B35; color: white; border: none; padding: 10px; position: absolute; right: 20px; top: 10px; }
        .content-section { margin: 20px 0; }
        .download-btn, .login-btn { display: inline-block; background: #FF6B35; color: white; padding: 12px 25px; margin: 10px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .game-stats { background: #f5f5f5; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .community-post { border-bottom: 1px solid #eee; padding: 15px 0; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; display: none; }
            nav.active ul { display: flex; }
            .mobile-nav-toggle { display: block; }
            h1 { font-size: 2em; }
        }
