@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20%)}}@keyframes dots-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-.5rem)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes highlight{0%{box-shadow:0 0 0 0 rgba(52,211,153,.7)}70%{box-shadow:0 0 0 10px rgba(52,211,153,0)}to{box-shadow:0 0 0 0 rgba(52,211,153,0)}}@keyframes confetti{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(100px) rotate(2turn);opacity:0}}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-slide-up{animation:slideUp .5s ease-out forwards}.animate-slide-down{animation:slideDown .5s ease-out forwards}.animate-bounce{animation:bounce 1s ease-out}.animate-highlight{animation:highlight 1s ease-out}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}.confetti{position:absolute;width:10px;height:10px;background-color:#f59e0b;border-radius:2px;animation:confetti 1s ease-out forwards}.streak-counter .star{transition:all .3s ease}.streak-counter.active .star{transform:scale(1.2);color:#f59e0b}.animate-dots>div:first-child{animation:dots-bounce 1.4s ease-in-out -.32s infinite}.animate-dots>div:nth-child(2){animation:dots-bounce 1.4s ease-in-out -.16s infinite}.animate-dots>div:nth-child(3){animation:dots-bounce 1.4s ease-in-out infinite}.skeleton-shimmer{background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));background-size:200% 100%;animation:shimmer 2s infinite}.dark .skeleton-shimmer{background:linear-gradient(90deg,rgba(0,0,0,0),rgba(255,255,255,.1) 20%,rgba(255,255,255,.2) 60%,rgba(0,0,0,0));background-size:200% 100%;animation:shimmer 2s infinite}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes slideInUp{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.slide-in-up{animation:slideInUp .3s ease-out}@keyframes slideInRight{0%{transform:translateX(1rem);opacity:0}to{transform:translateX(0);opacity:1}}.slide-in-right{animation:slideInRight .3s ease-out}.stagger-item{opacity:0;animation:fadeIn .5s ease-out forwards}.stagger-list>:first-child{animation-delay:0s}.stagger-list>:nth-child(2){animation-delay:.1s}.stagger-list>:nth-child(3){animation-delay:.2s}.stagger-list>:nth-child(4){animation-delay:.3s}.stagger-list>:nth-child(5){animation-delay:.4s}.stagger-list>:nth-child(6){animation-delay:.5s}.stagger-list>:nth-child(7){animation-delay:.6s}.stagger-list>:nth-child(8){animation-delay:.7s}.stagger-list>:nth-child(9){animation-delay:.8s}.stagger-list>:nth-child(10){animation-delay:.9s}