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; background: #2c3e50; color: white; padding: 10px; text-align: center; }
            .nav-toggle { cursor: pointer; }
        }
        h1 { color: #e74c3c; border-bottom: 3px solid #f39c12; padding-bottom: 10px; }
        h2 { color: #3498db; margin-top: 30px; }
        h3 { color: #2ecc71; }
        .download-btn { background: #27ae60; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #3498db; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .highlight { background: #fffde7; padding: 3px 8px; border-radius: 3px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tag { background: #95a5a6; color: white; padding: 3px 8px; border-radius: 15px; margin: 5px; display: inline-block; }
        footer { margin-top: 50px; padding: 20px; background: #2c3e50; color: white; text-align: center; }
