body { font-family: Inter, system-ui, sans-serif; }

.scrollbar-thin::-webkit-scrollbar { width: 4px; height: 4px; }
.scrollbar-thin::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 9999px; }

@keyframes spin { to { transform: rotate(360deg); } }
.animate-spin { animation: spin 1s linear infinite; }

#sidebar.open { transform: translateX(0); }
#sidebar-overlay.open { display: block; }
