@keyframes wizard-step-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.wizard-step-enter{animation:wizard-step-enter .32s cubic-bezier(.2,0,0,1) both}.wizard-stagger-1{animation:wizard-step-enter .32s cubic-bezier(.2,0,0,1) .04s both}.wizard-stagger-2{animation:wizard-step-enter .32s cubic-bezier(.2,0,0,1) .1s both}.wizard-stagger-3{animation:wizard-step-enter .32s cubic-bezier(.2,0,0,1) .16s both}@media (prefers-reduced-motion:reduce){.wizard-stagger-1,.wizard-stagger-2,.wizard-stagger-3,.wizard-step-enter{animation:none}}@keyframes create-case-check-pop{0%{opacity:0;transform:scale(.25);filter:blur(4px)}to{opacity:1;transform:scale(1);filter:blur(0)}}.create-case-check-pop{animation:create-case-check-pop .4s cubic-bezier(.2,0,0,1) .15s both}@media (prefers-reduced-motion:reduce){.create-case-check-pop{animation:none}}.upload-drop-pulse{animation:upload-drop-pulse 1.6s cubic-bezier(.4,0,.2,1) infinite}@keyframes upload-drop-pulse{0%,to{box-shadow:0 0 0 0 hsl(var(--primary)/0),inset 0 0 0 1px hsl(var(--primary)/.12)}50%{box-shadow:0 0 0 4px hsl(var(--primary)/.08),inset 0 0 0 1px hsl(var(--primary)/.28)}}@media (prefers-reduced-motion:reduce){.upload-drop-pulse{animation:none}}