# SVG Template
Every diagram this skill produces starts with the same boilerplate: root `
```
## Poster-flowchart utility classes
Four classes are available for poster-style flowcharts (see `flowchart.md` → "Poster flowchart pattern"). These are **optional** — simple flowcharts, structural, illustrative, and sequence diagrams should ignore them and pay nothing beyond ~300 bytes of unused CSS.
| Class | Size | Use for |
|-------------|--------|------------------------------------------------------------------------------------------|
| `.title` | 20px 600 | Diagram-level title. Used ONCE at the top when the topic has a short mechanism name. |
| `.eyebrow` | 10px 500 | Small uppercase section dividers between groups of stages. Letter-spaced, muted gray. |
| `.caption` | 12px italic | Footer hook line at the bottom of the diagram. One line, italic, muted gray. |
| `.anno` | 12px | Side-column annotation text — "sees: X / fresh context" notes beside a box. Muted gray. |
All four work in both light and dark mode via the template's `@media` block. Never use `.title`, `.eyebrow`, or `.caption` inside a regular box — they're meta-labels for the whole diagram, not cell content.
## Sequence-diagram utility classes
The `