html-style Transform barebones HTML into styled output using a specific design system. Workflow 1. Read the user's HTML 2. Identify elements to style (tables, lists, status text, buttons, sections) 3. Inject block from 4. Add appropriate classes to HTML elements 5. Add interactive JS if needed (copy buttons, drafts, collapsible sections) Quick Class Reference | Element | Class | Effect | |---------|-------|--------| | Status text | | Red/green/orange inline text | | Trend | | Green ↑ / Red ↓ | | Category tag | | Blue/purple/orange pill | | Status pill | | Filled green/red/orange | | Filter to…