@keyframes fadeIn{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards;opacity:0}.animate-slide-in{animation:slideIn .2s ease-out forwards;opacity:0}.hover-lift{will-change:transform;transition:transform .15s ease-out}.hover-lift:hover{transform:translateY(-1px)}.hover-scale{will-change:transform;transition:transform .15s ease-out}.hover-scale:hover{transform:scale(1.05)}@keyframes cardHover{0%{transform:translateY(0) scale(1);box-shadow:0 1px 3px 0 rgb(0 0 0/.1)}to{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 10px 10px -5px rgb(0 0 0/.04)}}@keyframes dragStart{0%{transform:rotate(0deg) scale(1);opacity:1}to{transform:rotate(2deg) scale(1.02);opacity:.95}}@keyframes dropZoneHighlight{0%,to{background-color:rgb(239 246 255);border-color:rgb(147 197 253)}50%{background-color:rgb(219 234 254);border-color:rgb(59 130 246)}}.kanban-card-hover{will-change:transform,box-shadow;transition:all .2s cubic-bezier(.4,0,.2,1)}.kanban-card-drag{animation:dragStart .15s ease-out forwards;will-change:transform,opacity}.kanban-drop-zone-active{animation:dropZoneHighlight 1.5s ease-in-out infinite}@keyframes priorityPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.priority-high-indicator{animation:priorityPulse 2s ease-in-out infinite}@keyframes hero-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hero-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes hero-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-expand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes hero-gradient{0%,to{background:radial-gradient(circle at 20% 50%,rgba(139,92,246,.3) 0,transparent 50%)}33%{background:radial-gradient(circle at 80% 50%,rgba(59,130,246,.3) 0,transparent 50%)}66%{background:radial-gradient(circle at 50% 80%,rgba(99,102,241,.3) 0,transparent 50%)}}@keyframes hero-scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes hero-scroll-dot{0%,to{height:20%}50%{height:80%}}.hero-animate-fade-in{animation:hero-fade-in .8s ease-out}.hero-animate-fade-in-delayed{animation:hero-fade-in .8s ease-out 1s both}.hero-animate-scale-in{animation:hero-scale-in .6s ease-out .1s both}.hero-animate-slide-up{animation:hero-slide-up .8s ease-out .2s both}.hero-animate-slide-up-delayed{animation:hero-slide-up .8s ease-out .3s both}.hero-animate-expand{animation:hero-expand 1s ease-out .5s both}.hero-animate-gradient{animation:hero-gradient 10s linear infinite}.hero-animate-scroll-bounce{animation:hero-scroll-bounce 2s ease-in-out infinite}.hero-animate-scroll-dot{animation:hero-scroll-dot 2s ease-in-out infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.animate-shimmer{animation:shimmer 2s ease-in-out infinite}@keyframes voice-bar-1{0%,to{height:4px}50%{height:20px}}@keyframes voice-bar-2{0%,to{height:8px}33%{height:24px}66%{height:6px}}@keyframes voice-bar-3{0%,to{height:12px}25%{height:32px}75%{height:6px}}@keyframes voice-bar-4{0%,to{height:6px}40%{height:28px}80%{height:10px}}@keyframes voice-bar-5{0%,to{height:4px}20%{height:16px}60%{height:22px}}@keyframes voice-bar-6{0%,to{height:10px}45%{height:26px}70%{height:8px}}@keyframes voice-bar-7{0%,to{height:6px}30%{height:20px}65%{height:30px}}.voice-bar-1{animation:voice-bar-1 1.1s ease-in-out infinite}.voice-bar-2{animation:voice-bar-2 .9s ease-in-out .1s infinite}.voice-bar-3{animation:voice-bar-3 1.3s ease-in-out .05s infinite}.voice-bar-4{animation:voice-bar-4 1s ease-in-out .15s infinite}.voice-bar-5{animation:voice-bar-5 1.2s ease-in-out .2s infinite}.voice-bar-6{animation:voice-bar-6 .95s ease-in-out .08s infinite}.voice-bar-7{animation:voice-bar-7 1.15s ease-in-out .12s infinite}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.cursor-blink{animation:cursor-blink 1s ease-in-out infinite}@keyframes mic-pulse{0%{transform:scale(1);opacity:.7}to{transform:scale(1.5);opacity:0}}.mic-pulse-ring{animation:mic-pulse 1.5s ease-out infinite}@keyframes card-slide-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.voice-card-enter{animation:card-slide-in .4s ease-out forwards}.voice-card-enter-1{animation-delay:.1s;opacity:0}.voice-card-enter-2{animation-delay:.25s;opacity:0}.voice-card-enter-3{animation-delay:.4s;opacity:0}@keyframes speaking-dot{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.speaking-dot-1{animation:speaking-dot .8s ease-in-out 0s infinite}.speaking-dot-2{animation:speaking-dot .8s ease-in-out .15s infinite}.speaking-dot-3{animation:speaking-dot .8s ease-in-out .3s infinite}@keyframes badge-pop{0%{transform:scale(.8);opacity:0}60%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.badge-pop{animation:badge-pop .5s cubic-bezier(.34,1.56,.64,1) forwards}