@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes check-draw{0%{stroke-dashoffset:24px}to{stroke-dashoffset:0}}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.7}}.animate-fade-up{animation:fade-up .5s var(--ease-out-quart,cubic-bezier(.25, 1, .5, 1)) both}.animate-fade-in{animation:fade-in .4s var(--ease-out-quart,cubic-bezier(.25, 1, .5, 1)) both}.animate-scale-in{animation:scale-in .4s var(--ease-out-quart,cubic-bezier(.25, 1, .5, 1)) both}.animate-check-draw{animation:check-draw .4s var(--ease-out-quart,cubic-bezier(.25, 1, .5, 1)) forwards}.animate-pulse-subtle{animation:1.2s ease-in-out infinite pulse-subtle}@media (prefers-reduced-motion:reduce){.animate-fade-up,.animate-fade-in,.animate-scale-in{animation-duration:.2s;animation-fill-mode:both}.animate-fade-up{transform:none}.animate-pulse-subtle{animation-duration:2s}}
