{% comment %} A composer: a focusable shell wrapping a transparent, auto-growing textarea plus an actions row. The shell carries the focus ring via `focus-within`, so focusing the textarea (or any control inside it) lights the whole box, behaving like one input. Fill the `leading` and `trailing` slots with actions (a model picker, mic, send, ...). {% endcomment %}
{% if leading or trailing %}
{{ leading }}
{{ trailing }}
{% endif %}