@keyframes patch-highlight {
    0% { background-color: rgba(34, 197, 94, 0.2); } /* Soft green */
    100% { background-color: transparent; }
}

.patch-pulse {
    animation: patch-highlight 1s ease-out;
    border-radius: 2px;
    transition: color 0.3s ease;
}