{% comment %}
Inline HTMX loading spinner. Hidden by default; HTMX reveals it via the
`.htmx-indicator` opacity rule while the element named by a paired
`hx-indicator` is in flight.
Args:
spin_id (str|None) — element id, so a control can target it: hx-indicator="#that-id"
css (str|None) — extra utility classes (default sizing is h-3.5 w-3.5)
Usage:
{% include "components/inline_spinner.html" with spin_id="my-spin" %}
{% endcomment %}