`, `
`, `
- `, `
- `, ``, `
`, ``. * Check classes and styles: `class='market-snapshot'`, `class='health-indicators'`, `style='background: rgba(255,255,255,0.03); ...'`. These must be preserved exactly. 6. **Constructing JSON:** * Escape quotes within the JSON string values. * Ensure newlines in HTML are handled correctly (usually kept as `` in the string or actual line breaks depending on JSON spec, but standard JSON requires escaped newlines ``). The prompt shows the original content with ``. I should output valid JSON string
