@keyframes cm-fade-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes cm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cm-spin{to{transform:rotate(360deg)}}@keyframes cm-skeleton{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes cm-grow-x{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.page-enter{animation:cm-fade-in var(--duration-standard) var(--ease-enter) both}.cm-rise{animation:cm-fade-rise var(--duration-fast) var(--ease-enter) both}.cm-rise-slow{animation:cm-fade-rise var(--duration-standard) var(--ease-enter) both}.cm-fade{animation:cm-fade-in var(--duration-fast) var(--ease-standard)}.cm-grow-x{transform-origin:0;animation:cm-grow-x var(--duration-slow) var(--ease-enter) both}.cm-spin{animation:.7s linear infinite cm-spin}.cm-pulse{animation:cm-skeleton 1.4s var(--ease-standard) infinite}@media (prefers-reduced-motion:reduce){.cm-pulse,.cm-spin{animation:none}}.stagger>*{animation:cm-fade-rise var(--duration-standard) var(--ease-enter) both}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:30ms}.stagger>:nth-child(3){animation-delay:60ms}.stagger>:nth-child(4){animation-delay:90ms}.stagger>:nth-child(5){animation-delay:.12s}.stagger>:nth-child(6){animation-delay:.15s}.stagger>:nth-child(7){animation-delay:.18s}.stagger>:nth-child(8){animation-delay:.21s}.stagger>:nth-child(9){animation-delay:.24s}.stagger>:nth-child(10){animation-delay:.27s}.stagger>:nth-child(11){animation-delay:.3s}.stagger>:nth-child(n+12){animation-delay:.33s}[data-immediate=true],[data-immediate=true] *{transition:none!important;animation:none!important}
