@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-slideIn{animation:slideIn .3s ease-out forwards}.sidebar-transition{transition:width .3s cubic-bezier(.4,0,.2,1)}.sidebar-content{opacity:1;transition:opacity .2s ease-in-out}.sidebar-content.collapsed{opacity:0;pointer-events:none}@keyframes statusGlow{0%,to{box-shadow:0 0 5px currentColor}50%{box-shadow:0 0 15px currentColor,0 0 25px currentColor}}.status-badge-glow{animation:statusGlow 2s ease-in-out infinite}@keyframes borderGlow{0%,to{box-shadow:0 0 0 1px #3b82f680}50%{box-shadow:0 0 0 2px #3b82f6cc,0 0 20px #3b82f666}}.task-card-active,.task-card-building{animation:borderGlow 2s ease-in-out infinite}@keyframes borderGlowPurple{0%,to{box-shadow:0 0 0 1px #9333ea80}50%{box-shadow:0 0 0 2px #9333eacc,0 0 20px #9333ea66}}.task-card-reviewing{animation:borderGlowPurple 2s ease-in-out infinite}@keyframes borderGlowYellow{0%,to{box-shadow:0 0 0 1px #eab30880}50%{box-shadow:0 0 0 2px #eab308cc,0 0 20px #eab30866}}.task-card-needs-approval{animation:borderGlowYellow 1.5s ease-in-out infinite}@keyframes borderGlowCyan{0%,to{box-shadow:0 0 0 1px #06b6d480}50%{box-shadow:0 0 0 2px #06b6d4cc,0 0 20px #06b6d466}}.task-card-integrating{animation:borderGlowCyan 2s ease-in-out infinite}@keyframes borderGlowTeal{0%,to{box-shadow:0 0 0 1px #14b8a680}50%{box-shadow:0 0 0 2px #14b8a6cc,0 0 20px #14b8a666}}.task-card-packaging{animation:borderGlowTeal 2s ease-in-out infinite}@keyframes tokenPulse{0%,to{opacity:1}50%{opacity:.7}}.token-updating{animation:tokenPulse .5s ease-in-out}.stage-active{position:relative}.stage-active:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;animation:borderGlow 2s ease-in-out infinite;pointer-events:none}
