/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* 工作流画布 — 活跃节点脉冲动画 */
@keyframes wf-pulse {
  0%, 100% { box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 40%, transparent); }
  50% { box-shadow: 0 0 0 6px color-mix(in oklch, var(--color-primary) 20%, transparent); }
}
