@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes typewriter{0%{width:0}to{width:100%}}.animate-fadeIn{animation:.3s ease-out fadeIn}.animate-slideUp{animation:.4s ease-out slideUp}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#22c55e0d;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#22c55e33;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#22c55e4d}.terminal-line-enter{opacity:0;transform:translate(-10px)}.terminal-line-active{opacity:1;transition:all .3s ease-out;transform:translate(0)}
