/* AI todo board animation rules
   Source: ai-todo-board.css. Generated by CSS split refactor; do not edit original during staging. */

@keyframes ai-todo-add-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}
