const fs = require('fs'); const path = require('path'); const targetPath = path.join(__dirname, 'src/views/pages/marketing/MarketingAnalysisV3.vue'); if (!fs.existsSync(targetPath)) { console.error('File not found: MarketingAnalysisV3.vue'); process.exit(1); } let content = fs.readFileSync(targetPath, 'utf8'); const newStyle = ``; const startIndex = content.indexOf('') + ''.length; if (startIndex !== -1 && endIndex !== -1) { const updatedContent = content.substring(0, startIndex) + newStyle + content.substring(endIndex); fs.writeFileSync(targetPath, updatedContent); console.log('MarketingAnalysisV3.vue CSS updated successfully!'); } else { // If there's no