@tailwind base;@tailwind components;@tailwind utilities;@layer base{[x-cloak]{display:none!important}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{@apply bg-gray-700 rounded-full;}}@layer components{.message-content{@apply text-sm leading-relaxed;}.message-content h1{@apply text-lg font-bold text-white mt-3 mb-2;}.message-content h2{@apply text-base font-semibold text-white mt-3 mb-1;}.message-content h3{@apply text-sm font-semibold text-gray-200 mt-2 mb-1;}.message-content p{@apply text-gray-300 mb-3 last:mb-0;}.message-content ul{@apply list-disc list-inside text-gray-300 mb-3 space-y-1 pl-2;}.message-content ol{@apply list-decimal list-inside text-gray-300 mb-3 space-y-1 pl-2;}.message-content pre{@apply bg-gray-950 border border-gray-800 rounded-xl p-4 overflow-x-auto my-3 relative text-xs;}.message-content code:not(pre code){@apply bg-gray-800 text-indigo-300 px-1.5 py-0.5 rounded text-xs font-mono;}.message-content a{@apply text-indigo-400 hover:underline;}.message-content strong{@apply font-semibold text-white;}.message-content blockquote{@apply border-l-4 border-indigo-500 pl-4 italic text-gray-400 my-3;}.message-content table{@apply w-full text-xs my-3;}.message-content th{@apply bg-gray-800 text-gray-300 px-3 py-2 text-left border border-gray-700;}.message-content td{@apply px-3 py-2 border border-gray-800 text-gray-400;}.typing-indicator span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#6b6b85;margin:0 2px;animation:bounce 1.2s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}}
