@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
:root{--bg-main:#0f1117;--bg-sidebar:#161b22;--bg-hover:#1e242d;--bg-active:#232a35;--bg-input:#1e242d;--text-primary:#e6edf3;--text-secondary:#848d97;--text-muted:#5e656d;--border:#30363d;--brand-primary:#10b981;--brand-primary-hover:#059669;--status-handover:#f59e0b;--status-cancelled:#ef4444;--status-completed:#3b82f6;--msg-bot:#1e242d;--msg-user:#10b981}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.flex-1{flex:1}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.h-screen{height:100vh}.w-full{width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
