/* Default theme palette overrides */
/* Surfaces */
.chat-sidebar {
    background-color: #f9f9f9;
}
:root.dark .chat-sidebar {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55/var(--tw-border-opacity,1));
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18/var(--tw-bg-opacity,1));
}

/* Roles styling */
.msg-user .msg-bubble { background: #3b82f6; color: #fff; }
:root.dark .msg-user .msg-bubble { background: #2563eb; color: #e5e7eb; }

.msg-assistant .msg-bubble { background: #f3f4f6; color: #111827; }
:root.dark .msg-assistant .msg-bubble { background: #111827; color: #e5e7eb; }

/* Avatar default color */
.msg .msg-avatar i { color: #fff; }
:root.dark .msg .msg-avatar i { color: #e5e7eb; }