@layer utilities{.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.stagger>*{animation:stagger-in var(--t-norm) var(--ease-out) backwards}.stagger>:first-child{animation-delay:40ms}.stagger>:nth-child(2){animation-delay:80ms}.stagger>:nth-child(3){animation-delay:.12s}.stagger>:nth-child(4){animation-delay:.16s}.stagger>:nth-child(5){animation-delay:.2s}.stagger>:nth-child(n+6){animation-delay:.24s}@keyframes stagger-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}@layer reset, tokens, elements, components, utilities;