`, `
`, `
`, `
- `, `
- `, ``, etc.) and attributes (`class`, `style`).
* *Meta Description:* Needs to summarize the article.
* English draft: South Korean stablecoin balances drop 55% as investors move capital to stocks due to currency volatility.
* Persian: موجودی استیبلکوینهای کره جنوبی به دلیل نوسانات ارزی و انتقال سرمایه به بازار سهام، ۵۵ درصد کاهش یافته است.
5. **Review against Constraints:**
* JSON format? Yes.
* HTML structure preserved? Yes.
* Numbers accurate? Yes.
* Tone professional? Yes.
* Identity maintained? (Internal check, not outputted).
* No mention of AI training/cutoff? Yes.
6. **Constructing the JSON:**
* Escape quotes within the JSON string values.
* Ensure newlines in HTML are handled correctly (usually kept as is within the string value).
7. **Final Polish:**
* Check specific crypto terms: "Stablecoin" -> "استیبلکوین", "Bitcoin" -> "بیتکوین", "Equities" -> "سهام", "On-Chain" -> "آنچین".
* Check colors/styles in HTML: Do not modify `style` attributes.
* Check empty Meta Description in input: The prompt says "ORIGINAL META DESCRIPTION:" followed by nothing. I must generate one for the output `meta.description`.
* *Self-Correction on Proper Nouns:* The instruction says "Keep proper nouns (names, company names) in original form". "South Korea" is a country name. In Persian translation, it is standard to translate country names. "Bitcoin" is often translated as "بیتکوین". "BTC" should remain "BTC". "KRW" should remain "KRW". "US dollar" -> "دلار آمریکا". I will balance natural Persian with the instruction. Translating "South Korea" to "کره جنوبی" makes it natural Persian. Keeping "BTC" as "BTC" follows the instruction.
* *HTML Escaping:* Since I'm outputting JSON, I need to make sure the HTML inside the `content` string is properly escaped (e.g., double quotes inside attributes might need escaping if I use double quotes for the JSON string, but the HTML uses single quotes for some styles `rgba(255,255,255,0.03)` which is fine. I will use double quotes for JSON keys and values, so any double quotes inside the HTML content must be escaped `"`. Looking at the input HTML, it uses single quotes for some attributes (`class='market-snapshot'`) and double quotes for others (`style="..."`). I need to be careful. Actually, the input HTML uses `class='...'` (single) and `style='...'` (single) in the `health-indicators` div. Wait, looking closely:
`` (single) `
