/*
 * DeepFountain AI Agent SaaS — Mono B&W Design System
 *
 *= require_self
 *= require admin/chatbots
 */

/* Minimal scrollbar */
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background: #f3f4f6; }
::-webkit-scrollbar-thumb { background: #000; border-radius: 2px; }
::-webkit-scrollbar-thumb:hover { background: #333; }
