body { font-family: 'Inter', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
.fade-in { animation: fade-in .3s ease both; }
@keyframes fade-in { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
[x-cloak] { display: none !important; }
.scrollbar-thin::-webkit-scrollbar { width: 6px; height: 6px; }
.scrollbar-thin::-webkit-scrollbar-thumb { background: #D1D5DB; border-radius: 3px; }
