// Alerta para PRAZO DA ETAPA 2 days before a card in list "Estoque" is due, add the yellow "Atenção" label to the card // Alerta para PRAZO FINAL (quando cartão entra na lista) when a card is moved to list "Estoque" if days between {now} and {card.Prazo Final} is less than 10 then add the dark red "Crítico" label to the card comment "🚨 PCP: Risco ao PRAZO FINAL! Apenas {days between {now} and {card.Prazo Final}} dias restantes"