@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin-delayed{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-fade-in{animation:fadeIn .3s ease-in-out}.animate-slide-up{animation:slideUp .3s ease-out}.animate-scale-in{animation:scaleIn .3s ease-out}.animate-shimmer{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#f0f0f0 0,#e0e0e0 20%,#f0f0f0 40%,#f0f0f0);background-size:1000px 100%}.animate-pulse-slow{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animation-delay-75{animation-delay:75ms}.animation-delay-150{animation-delay:.15s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.btn-smooth{transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-smooth:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.btn-smooth:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.card-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}.card-transition:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.state-transition-enter{opacity:0;transform:translateY(8px)}.state-transition-enter-active{transition:opacity .3s ease-out,transform .3s ease-out}.state-transition-enter-active,.state-transition-exit{opacity:1;transform:translateY(0)}.state-transition-exit-active{opacity:0;transform:translateY(-8px);transition:opacity .2s ease-in,transform .2s ease-in}.spinner-ring{border:3px solid rgba(59,130,246,.2);border-top-color:rgb(59,130,246);border-radius:50%;animation:spin 1s linear infinite}.spinner-ring-secondary{border:3px solid transparent;border-top-color:rgba(59,130,246,.4);border-radius:50%;animation:spin 1.5s linear infinite reverse}.table-row-enter{opacity:0;transform:translateX(-10px)}.table-row-enter-active{opacity:1;transform:translateX(0);transition:opacity .25s ease-out,transform .25s ease-out}.badge-pulse{animation:pulse 1.5s ease-in-out 3}.smooth-scroll{scroll-behavior:smooth}.content-fade-enter{opacity:0}.content-fade-enter-active{opacity:1;transition:opacity .25s ease-in}.content-fade-exit{opacity:1}.content-fade-exit-active{opacity:0;transition:opacity .15s ease-out}.stagger-item:first-child{animation-delay:0s}.stagger-item:nth-child(2){animation-delay:50ms}.stagger-item:nth-child(3){animation-delay:.1s}.stagger-item:nth-child(4){animation-delay:.15s}.stagger-item:nth-child(5){animation-delay:.2s}.stagger-item:nth-child(6){animation-delay:.25s}.stagger-item:nth-child(7){animation-delay:.3s}.stagger-item:nth-child(8){animation-delay:.35s}.stagger-item:nth-child(9){animation-delay:.4s}.stagger-item:nth-child(10){animation-delay:.45s}