@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.cursor-blink{animation:blink 1s step-end infinite}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-500{animation-delay:.5s}.animation-delay-1000{animation-delay:1s}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.dark .custom-scrollbar{scrollbar-color:#334155 transparent}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;margin:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px;border:1px solid transparent;background-clip:content-box;transition:background-color .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#334155}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#475569}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}
