fix: anchor upload arrow scale transition to trailing edge (#19)
* fix: anchor upload arrow scale transition to trailing edge
Center-anchored .scale combined with HStack layout shift caused the
send button to appear from the diagonal lower-right. Anchoring to
.trailing keeps the animation on a straight axis.
* fix: send button slides in from right with opacity and offset transition
Use asymmetric offset+opacity transition with clipped HStack so the
button translates in from off-screen while the text field shrinks,
producing one fluid animation instead of a diagonal pop-in.