@keyframes quoteEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.quote-card-enter{animation:quoteEnter .35s linear(0,.3566,.7963,1.0045,1.0459,1.0287,1.0088,.9996,1,.9987,.9996,1)}.vocabulary-expand{animation:quoteEnter .2s linear(0,.5904,.9599,1.0152,1.0062,1.0006,1)}.vocabulary-item-enter{animation:quoteEnter .45s linear(0,.2459,.6526,.9468,1.0764,1.0915,1.0585,1.0219,.9993,.9914,.9921,.9957,.9988,1.0004,1)}.vocabulary-item-enter:first-child{animation-delay:0s}.vocabulary-item-enter:nth-child(2){animation-delay:30ms}.vocabulary-item-enter:nth-child(3){animation-delay:60ms}.vocabulary-item-enter:nth-child(4){animation-delay:90ms}.vocabulary-item-enter:nth-child(5){animation-delay:.12s}.vocabulary-item-enter:nth-child(n+6){animation-delay:.15s}.button-hover{transition:transform .2s linear(0,.5904,.9599,1.0152,1.0062,1.0006,1),background-color .2s linear(0,.5904,.9599,1.0152,1.0062,1.0006,1)}.button-hover:hover:not(:disabled){transform:scale(1.02)}@keyframes badgePulse{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.badge-enter{animation:badgePulse .2s linear(0,.5904,.9599,1.0152,1.0062,1.0006,1)}.badge-enter:nth-child(2){animation-delay:50ms}@keyframes chevronRotate{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}.chevron-expanded{animation:chevronRotate .2s linear(0,.5904,.9599,1.0152,1.0062,1.0006,1) forwards}.chevron-collapsed{animation:chevronRotate .2s linear(0,.5904,.9599,1.0152,1.0062,1.0006,1) reverse forwards}