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; }
        }
        h1 { color: #0066cc; font-size: 2.2em; }
        h2 { color: #004d99; margin-top: 30px; }
        h3 { color: #003366; }
        .logo { font-size: 2.5em; font-weight: bold; color: #ff6600; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .download-btn { background: #4CAF50; color: white; padding: 12px 24px; border-radius: 8px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #2196F3; color: white; padding: 12px 24px; border-radius: 8px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .game-stats { background: #f8f9fa; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .community-post { border-bottom: 1px solid #eee; padding: 15px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 12px; margin: 5px; display: inline-block; }
