.bump{animation:bump .3s ease-in-out infinite}@keyframes bump{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.slide-down{transform:translateY(-100%);transition:transform .3s ease-out,opacity .3s ease-out;opacity:0;overflow:hidden}.slide-down.expanded{transform:translateY(0);opacity:1}.grow-enter{animation:growIn .1s cubic-bezier(.4,0,.2,1) forwards}.grow-leave{animation:growOut .1s cubic-bezier(.4,0,.2,1) forwards}@keyframes growIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes growOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}.slide-right-enter{animation:slideRightIn .3s cubic-bezier(.25,.46,.45,.94) forwards}.slide-right-leave{animation:slideRightOut .3s ease-in forwards}@keyframes slideRightIn{0%{width:0}to{width:100%}}@keyframes slideRightOut{0%{width:100%}to{width:30%}}*{scrollbar-width:thin;scrollbar-color:rgb(203 213 225) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:9999px}*::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.dark *,.dark{scrollbar-color:rgb(51 65 85) transparent}.dark *::-webkit-scrollbar-thumb{background-color:#334155}.dark *::-webkit-scrollbar-thumb:hover{background-color:#475569}
