@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}}@keyframes slideUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.card-enter{animation:fadeInUp .38s cubic-bezier(.22,1,.36,1) both}.live-dot{animation:pulseDot 1.1s ease-in-out infinite}.modal-enter{animation:slideUp .32s cubic-bezier(.22,1,.36,1) both}.badge-enter{animation:scaleIn .25s ease both}.shimmer-bg{animation:shimmer 1.4s linear infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:600px 100%}
/*# sourceMappingURL=main.c2b72fdd.css.map*/