.egh-dark #egh-chat-wrapper {
    background: #111827;
    color: #e5e7eb;
}

.egh-dark .egh-sidebar {
    background: #0f172a;
    border-right: 1px solid #1f2937;
}

.egh-dark .egh-sidebar-footer {
    background: #1f2937;
}

.egh-dark .egh-new-chat-btn {
    background: #3b82f6;
}

.egh-dark .egh-new-chat-btn:hover {
    background: #2563eb;
}

.egh-dark .egh-theme-btn:hover,
.egh-dark .egh-toggle-btn:hover,
.egh-dark .egh-rename-btn:hover,
.egh-dark .egh-conversation-item:hover,
.egh-dark .egh-conversation-actions button:hover,
.egh-dark .egh-profile-icon {
    background: #374151;
}

.egh-dark .egh-profile-name,
.egh-dark .egh-conversation-item,
.egh-dark .egh-chat-header h2,
.egh-dark .egh-msg-content.egh-bot,
.egh-dark #egh-input {
    color: #e5e7eb;
    background: #1f2937;
}

.egh-dark .egh-conversation-actions button {
    color: #9ca3af;
}

.egh-dark .egh-chat-history {
    background: #0f172a;
}

.egh-dark .egh-bot .egh-msg-content {
    background: #374151;
    color: #e5e7eb;
}

.egh-dark .egh-user .egh-msg-content {
    background: #2563eb;
}

.egh-dark .egh-input-area {
    border-top: 1px solid #374151;
}
