/* AI_TAG: FRONTEND_GRAPHICS | Lightweight floating helper (optional) */
@keyframes featherFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.feather-float{animation:featherFloat 3s ease-in-out infinite}
