/* =============================================================================
   ICON Report — Submit button confirmation animation.
   Pairs with submit-button.js. Only the two keyframes live here; all geometry
   and colour is applied inline by the script, so this is safe to append to an
   existing stylesheet.
   ============================================================================= */

@keyframes iconSbSpin { to { transform: rotate(360deg); } }
@keyframes iconSbTick { to { stroke-dashoffset: 0; } }
