@tailwind base;@tailwind components;@tailwind utilities;@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fadeIn{animation:.3s ease-in-out fadeIn}.animate-slideIn{animation:.3s ease-out slideIn}.animate-slideInFromTop{animation:.4s ease-out slideInFromTop}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-spin{animation:1s linear infinite spin}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#233648 #111a22}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#111a22;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#233648;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ff8a00}
