{% comment %} Reusable mini-sparkline SVG. Drops the recurring hard-coded #6b5317 stroke by relying on currentColor — caller sets the colour via a parent text-X class. Required: points — pre-formatted polyline points string ("0,12 8,10 16,7 …") Optional: width — viewBox width (default 80) height — viewBox height (default 24) aria_label — accessibility label (default "Sparkline trend") stroke_width — SVG stroke-width (default 1.6) class — additional classes on the (default "h-9 w-28 shrink-0") {% endcomment %}