:root{--wizard-ease:cubic-bezier(.16, 1, .3, 1)}.wizard-animate .wizard-step{animation:wizard-step-enter .55s var(--wizard-ease) both}@keyframes wizard-step-enter{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:none}}.wizard-animate .wizard-stagger>*{opacity:0;animation:wizard-rise .6s var(--wizard-ease) forwards}.wizard-animate .wizard-stagger>:first-child{animation-delay:40ms}.wizard-animate .wizard-stagger>:nth-child(2){animation-delay:.1s}.wizard-animate .wizard-stagger>:nth-child(3){animation-delay:.16s}.wizard-animate .wizard-stagger>:nth-child(4){animation-delay:.22s}.wizard-animate .wizard-stagger>:nth-child(5){animation-delay:.28s}.wizard-animate .wizard-stagger>:nth-child(6){animation-delay:.34s}.wizard-animate .wizard-stagger>:nth-child(7){animation-delay:.4s}@keyframes wizard-rise{to{opacity:1;transform:none}}.wizard-live-dot{position:relative}.wizard-live-dot:after{content:"";background:color-mix(in oklab, var(--color-success) 40%, transparent);opacity:0;animation:wizard-pulse 2.4s var(--wizard-ease) infinite;border-radius:50%;position:absolute;inset:0}@keyframes wizard-pulse{0%{opacity:.8;transform:scale(1)}70%{opacity:0;transform:scale(3.3)}to{opacity:0;transform:scale(1)}}.offer-detail{animation:offer-detail-in .35s var(--wizard-ease) both}@keyframes offer-detail-in{0%{opacity:0;transform:translateY(.25rem)}to{opacity:1;transform:none}}.wizard-seal{position:relative}.wizard-seal:before{content:"";border:1px solid color-mix(in oklab, var(--color-success) 30%, transparent);animation:wizard-halo 2.4s var(--wizard-ease) infinite;border-radius:50%;position:absolute;inset:-.5rem}@keyframes wizard-halo{0%{opacity:.8;transform:scale(.9)}to{opacity:0;transform:scale(1.25)}}.wizard-seal-check{stroke-dasharray:48;stroke-dashoffset:48px;animation:wizard-draw .9s var(--wizard-ease) .25s forwards}@keyframes wizard-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}.wizard-stagger>*{opacity:1}.wizard-seal-check{stroke-dashoffset:0}.wizard-seal:before,.wizard-live-dot:after{display:none}}
