@keyframes customer-console-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes customer-console-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:customer-console-fade-in .6s var(--ease-out-expo) both}.animate-slide-up{animation:customer-console-slide-up .8s var(--ease-out-expo) both}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.15s}.stagger-3,.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.stagger-7{animation-delay:.35s}.stagger-8{animation-delay:.4s}.kinetic-line{position:relative;overflow:hidden}.kinetic-line:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .4s var(--ease-out-expo)}.group:hover .kinetic-line:after{transform:scaleX(1);transform-origin:left}
/*# sourceMappingURL=9e0e01acd04c92a9.css.map*/