@keyframes PAGE_ENTER{0%{opacity:0;translate:-10px}to{opacity:1;translate:0}}.animation-page-enter{animation:.2s ease-out PAGE_ENTER}@keyframes ICON_BOUNCE{0%{translate:0;rotate:none;scale:1}50%{translate:0 -5px;rotate:-5deg;scale:1.1}to{translate:0;rotate:none;scale:1}}.animation-icon-bounce{animation-name:ICON_BOUNCE;animation-duration:.5s;animation-timing-function:cubic-bezier(0,.32,.07,1);animation-iteration-count:1}@keyframes ICON_WAVE{0%{rotate:none}25%{rotate:15deg}50%{rotate:-15deg}75%{rotate:15deg}to{rotate:none}}.animation-icon-wave{animation-name:ICON_WAVE;animation-duration:1s;animation-timing-function:cubic-bezier(0,.32,.07,1);animation-iteration-count:1}.afunc-cbezier-1{animation-timing-function:cubic-bezier(0,.32,.07,1)}@keyframes TAB_UNDERLINE_SLIDE_IN{0%{opacity:.6;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.tabs-trigger-underline{position:relative}.tabs-trigger-underline:after{content:"";background:var(--foreground);transform-origin:0;opacity:0;width:100%;height:2px;position:absolute;bottom:-1px;left:0;transform:scaleX(0)}.tabs-trigger-underline[data-state=active]:after{opacity:1;animation:.18s cubic-bezier(.22,1,.36,1) TAB_UNDERLINE_SLIDE_IN;transform:scaleX(1)}
