@keyframes fade-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-rise{animation:fade-rise .8s ease-out both}.animate-fade-rise-delay{animation:fade-rise .8s ease-out .2s both}.animate-fade-rise-delay-2{animation:fade-rise .8s ease-out .4s both}@keyframes slide-drift{0%{transform:scale(1)}to{transform:scale(1.06)}}@keyframes status-halo{0%{transform:scale(1);opacity:.55}70%{transform:scale(2.6);opacity:0}to{transform:scale(2.6);opacity:0}}.status-halo{animation:status-halo 2s ease-out infinite}@media (prefers-reduced-motion:reduce){.status-halo{animation:none;opacity:.35}.animate-fade-rise,.animate-fade-rise-delay{animation:none!important;opacity:1!important;transform:none!important}}