/* ===== Authyo ChatLead - Dark Mode ===== */

/* Auto dark mode: follows system preference */
@media (prefers-color-scheme: dark) {
    #authyo-ai-chat-widget .authyo-unified-window { background: #1e1e2e; }
    #authyo-ai-chat-widget .authyo-unified-messages { background: #16192e; }
    #authyo-ai-chat-widget .authyo-unified-msg-bubble.bot { background: #2a2d4a; color: #e0e0e8; }
    #authyo-ai-chat-widget .authyo-unified-msg.bot { background: #2a2d4a; color: #e0e0e8; }
    #authyo-ai-chat-widget .authyo-unified-input-area { background: #1e1e2e; border-top-color: #2a2d4a; }
    #authyo-ai-chat-widget .authyo-unified-input-form textarea {
        background: #16192e; color: #e0e0e8; border-color: #3a3d5a;
    }
    #authyo-ai-chat-widget .authyo-unified-input-form textarea::placeholder { color: #6a6d8a; }
    #authyo-ai-chat-widget .authyo-unified-footer { background: #1e1e2e; border-top-color: #2a2d4a; }
    #authyo-ai-chat-widget .authyo-unified-footer a { color: #6a6d8a; }
    #authyo-ai-chat-widget .authyo-unified-quick-actions { background: #16192e; border-top-color: #2a2d4a; }
    #authyo-ai-chat-widget .authyo-unified-quick-btn {
        background: #2a2d4a; border-color: #3a3d5a; color: #c0c0d0;
    }
    #authyo-ai-chat-widget .authyo-unified-quick-btn:hover { background: #3a3d5a; }
    #authyo-ai-chat-widget .authyo-unified-typing { background: #2a2d4a; }
    #authyo-ai-chat-widget .authyo-unified-typing span { background: #5a5d7a; }
    #authyo-ai-chat-widget .authyo-unified-msg-avatar { background: #2a2d4a; }
    #authyo-ai-chat-widget .authyo-unified-char-counter { color: #5a5d7a; }
    #authyo-ai-chat-widget .authyo-unified-verified { color: #4ade80; }
    #authyo-ai-chat-widget .authyo-unified-fb-btn.secondary { background: #2a2d4a; color: #c0c0d0; }
    #authyo-ai-chat-widget .authyo-unified-rating { background: #1a1d3e; }
    #authyo-ai-chat-widget .authyo-unified-rating-text { color: #c0c0d0; }
    #authyo-ai-chat-widget .authyo-unified-rate-btn { border-color: #3a3d5a; }
    #authyo-ai-chat-widget .authyo-unified-rate-btn:hover { background: #2a2d4a; }
    #authyo-ai-chat-widget .authyo-unified-lead-form input,
    #authyo-ai-chat-widget .authyo-unified-lead-form select,
    #authyo-ai-chat-widget .authyo-unified-lead-form textarea {
        background: #16192e; color: #e0e0e8; border-color: #3a3d5a;
    }
    #authyo-ai-chat-widget .authyo-unified-suggest-btn {
        background: #2a2d4a; border-color: #3a3d5a; color: #c0c0d0;
    }
    #authyo-ai-chat-widget .authyo-unified-mini-bar { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5); }
}

/* Manual dark mode: applied via .authyo-dark-mode class */
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-window { background: #1e1e2e; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-messages { background: #16192e; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-msg-bubble.bot { background: #2a2d4a; color: #e0e0e8; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-msg.bot { background: #2a2d4a; color: #e0e0e8; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-input-area { background: #1e1e2e; border-top-color: #2a2d4a; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-input-form textarea {
    background: #16192e; color: #e0e0e8; border-color: #3a3d5a;
}
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-input-form textarea::placeholder { color: #6a6d8a; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-footer { background: #1e1e2e; border-top-color: #2a2d4a; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-footer a { color: #6a6d8a; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-quick-actions { background: #16192e; border-top-color: #2a2d4a; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-quick-btn {
    background: #2a2d4a; border-color: #3a3d5a; color: #c0c0d0;
}
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-quick-btn:hover { background: #3a3d5a; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-typing { background: #2a2d4a; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-typing span { background: #5a5d7a; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-msg-avatar { background: #2a2d4a; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-char-counter { color: #5a5d7a; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-verified { color: #4ade80; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-fb-btn.secondary { background: #2a2d4a; color: #c0c0d0; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-rating { background: #1a1d3e; }
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-lead-form input,
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-lead-form select,
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-lead-form textarea {
    background: #16192e; color: #e0e0e8; border-color: #3a3d5a;
}
#authyo-ai-chat-widget.authyo-dark-mode .authyo-unified-suggest-btn {
    background: #2a2d4a; border-color: #3a3d5a; color: #c0c0d0;
}
