@keyframes auraRoll{0%{opacity:0;transform:translateY(11px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.aura-roll{animation:auraRoll .34s var(--ease-out) both}@keyframes auraSpinIn{0%{transform:rotate(-110deg) scale(.4);opacity:0}to{transform:rotate(0) scale(1);opacity:1}}.aura-themeicon{animation:auraSpinIn .42s var(--ease-out) both}@keyframes auraTipSlide{0%{opacity:0;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}.aura-tipslide{animation:auraTipSlide .42s var(--ease-out) both}@keyframes auraRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.aura-stagger>*{animation:auraRise .52s var(--ease-out) both}.aura-stagger>:first-child{animation-delay:.03s}.aura-stagger>:nth-child(2){animation-delay:.08s}.aura-stagger>:nth-child(3){animation-delay:.13s}.aura-stagger>:nth-child(4){animation-delay:.18s}.aura-stagger>:nth-child(5){animation-delay:.23s}.aura-stagger>:nth-child(6){animation-delay:.28s}.aura-stagger>:nth-child(7){animation-delay:.33s}.aura-stagger>:nth-child(8){animation-delay:.38s}@keyframes auraPopIn{0%{opacity:0;transform:scale(.92)}62%{opacity:1;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}.aura-popin{animation:auraPopIn .54s var(--ease-out) both}@keyframes auraPop{0%{opacity:0;transform:scale(.6)}60%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.aura-pop{animation:auraPop .4s var(--ease-out) both}@media (prefers-reduced-motion:reduce){.aura-pop,.aura-popin,.aura-roll,.aura-stagger>*,.aura-themeicon,.aura-tipslide{animation-duration:.01ms!important;animation-delay:0s!important}}