@keyframes warning-shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}.warning-active{opacity:1!important;transition:opacity .2s ease-out!important;animation:.4s cubic-bezier(.36,.07,.19,.97) both warning-shake!important}@keyframes slideUpNav{from{transform:translateY(100%)}to{transform:translateY(0)}}.nav-animated{transform:translateY(0);animation:.5s ease-out slideUpNav;transition:transform .3s cubic-bezier(.4, 0, .2, 1)}@keyframes slideDownHeader{from{transform:translateY(-100%)}to{transform:translateY(0)}}header{animation:.5s ease-out slideDownHeader}.cursor-pointer,.filter-btn,.test-card,button{transition-property:color,background-color,border-color,opacity,transform!important;transition-duration:.25s!important;transition-timing-function:cubic-bezier(0.4,0,0.2,1)!important}.cursor-pointer:active,.filter-btn:active,.test-card:active,button:active{transform:scale(.96)}@keyframes fadeInUpPremium{from{opacity:0;transform:translateY(25px)}to{opacity:var(--card-opacity, 1);transform:translateY(0)}}.view.active .test-card,.view.active>*{opacity:0;animation:.6s cubic-bezier(.2,.8,.2,1) forwards fadeInUpPremium}.view.active>:first-child{animation-delay:50ms}.view.active>:nth-child(2){animation-delay:.1s}.view.active .test-card:first-child,.view.active>:nth-child(3){animation-delay:.15s}.view.active>:nth-child(4){animation-delay:.2s}.view.active .test-card:nth-child(2),.view.active>:nth-child(5){animation-delay:.25s}.view.active>:nth-child(6){animation-delay:.3s}.view.active .test-card:nth-child(3){animation-delay:.35s}.view.active .test-card:nth-child(4){animation-delay:.45s}.view.active .test-card:nth-child(5){animation-delay:.55s}.view.active .test-card:nth-child(6){animation-delay:.65s}.view.active .test-card:nth-child(7){animation-delay:.75s}.view.active .test-card:nth-child(8){animation-delay:.85s}@keyframes blurReveal{0%{filter:blur(12px);opacity:0}100%{filter:blur(0);opacity:1}}.animate-blur-reveal.active{animation:1.5s cubic-bezier(.2,.8,.2,1) forwards blurReveal}.animate-blur-reveal-fast.active{animation:.6s cubic-bezier(.2,.8,.2,1) forwards blurReveal}@keyframes clickPulse{0%,100%{transform:scale(1)}50%{transform:scale(.92)}}.animate-click-pulse{animation:.3s cubic-bezier(.4,0,.2,1) clickPulse}@keyframes popin-shake{0%,100%{translate:0 0}20%{translate:-6px 0}40%{translate:6px 0}60%{translate:-4px 0}80%{translate:4px 0}}.animate-popin-shake{animation:.4s cubic-bezier(.36,.07,.19,.97) both popin-shake}@keyframes text-scramble{0%{opacity:0;filter:blur(5px);transform:translateY(2px)}100%{opacity:1;filter:blur(0);transform:translateY(0)}}.animate-text-scramble{animation:.3s cubic-bezier(.2,.8,.2,1) both text-scramble!important}#q-text.animate-text-scramble{animation-delay:0s}#opt-a.animate-text-scramble{animation-delay:80ms}#opt-b.animate-text-scramble{animation-delay:160ms}@keyframes progress-shimmer{0%{transform:translateX(-100%) skewX(-20deg)}100%{transform:translateX(200%) skewX(-20deg)}}.animate-progress-shimmer{animation:2.5s linear infinite progress-shimmer}@keyframes textFadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-text-fade{animation:.3s ease-out forwards textFadeIn}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}