body { font-family: 'Arial', sans-serif; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 20px; color: #333; }
        h1 { color: #2c3e50; text-align: center; margin-bottom: 30px; }
        h2 { color: #e74c3c; border-bottom: 2px solid #f1c40f; padding-bottom: 5px; }
        h3 { color: #3498db; }
        .logo { font-size: 28px; font-weight: bold; color: #e67e22; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        .nav { background: #2c3e50; padding: 15px; display: flex; justify-content: space-between; align-items: center; }
        .nav-links a { color: white; margin: 0 10px; text-decoration: none; }
        .mobile-toggle { display: none; color: white; font-size: 24px; }
        .download-btn { background: #2ecc71; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #3498db; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .game-stats { background: #f9f9f9; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .community-post { background: #e8f4fc; padding: 15px; border-radius: 8px; margin: 15px 0; }
        img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
        footer { text-align: center; padding: 20px; background: #2c3e50; color: white; margin-top: 30px; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-toggle { display: block; }
            .nav.active .nav-links { display: flex; flex-direction: column; }
            .nav.active .nav-links a { margin: 5px 0; }
        }
