/* kabeltronik — Dark industrial theme with yellow accent */
.clai-chatbot {
    --clai-primary: #FFED00;
    --clai-primary-dark: #BFA200;
    --clai-primary-light: #FFD600;
    --clai-primary-bg: rgba(255,237,0,0.06);
    --clai-primary-rgb: 255,237,0;
    --clai-dark: #1A1A1F;
    --clai-dark-deep: #111116;
    --clai-text: #d6d6dc;
    --clai-text-light: #95959f;
    --clai-bg: #1A1A1F;
    --clai-bg-light: #2A2A32;
    --clai-border: #3A3A44;
    --clai-font: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Dark mode adjustments */
.clai-chatbot .clai-window { background: #1A1A1F; }
.clai-chatbot .clai-msg-bot { background: #2A2A32; color: #d6d6dc; border-color: #3A3A44; }
.clai-chatbot .clai-msg-bot strong { color: #FFED00; }
.clai-chatbot .clai-msg-bot a { color: #FFED00; }
.clai-chatbot .clai-msg-user { background: linear-gradient(135deg, #FFED00, #BFA200); color: #1A1A1F; }
.clai-chatbot .clai-input input { background: #2A2A32; color: #eee; border-color: #3A3A44; }
.clai-chatbot .clai-input input::placeholder { color: #72727E; }
.clai-chatbot .clai-quick-actions { background: #2A2A32; }
.clai-chatbot .clai-quick-btn { background: #3A3A44; color: #FFED00; border-color: rgba(255,237,0,0.2); }
.clai-chatbot .clai-quick-btn:hover { background: #FFED00; color: #1A1A1F; border-color: #FFED00; }
.clai-chatbot .clai-suggestions { background: #2A2A32; }
.clai-chatbot .clai-suggestion-btn { background: #3A3A44; color: #FFED00; border-color: rgba(255,237,0,0.2); }
.clai-chatbot .clai-suggestion-btn:hover { background: #FFED00; color: #1A1A1F; }
.clai-chatbot .clai-disclaimer, .clai-chatbot .clai-privacy { color: #72727E; }
.clai-chatbot .clai-privacy a { color: #FFED00; }
.clai-chatbot .clai-footer a { color: #FFED00; }
.clai-chatbot .clai-table th { background: #3A3A44; color: #FFED00; }
.clai-chatbot .clai-table td { border-color: #3A3A44; color: #d6d6dc; }
.clai-chatbot .clai-table tr:nth-child(even) td { background: rgba(255,237,0,0.03); }
.clai-chatbot .clai-actions-bar { background: #2A2A32; border-top-color: #3A3A44; }
.clai-chatbot .clai-action-btn { background: #3A3A44; color: #95959f; border-color: #555560; }
.clai-chatbot .clai-action-btn:hover { color: #FFED00; border-color: #FFED00; }
.clai-chatbot .clai-tool-card { border-color: rgba(255,237,0,0.2); }
.clai-chatbot .clai-tool-card-grid { background: rgba(255,237,0,0.05); }
.clai-chatbot .clai-tool-stat { background: #2A2A32; }
.clai-chatbot .clai-tool-stat-value { color: #eee; }
.clai-chatbot .clai-dsgvo-consent { background: #2A2A32; border-color: rgba(255,237,0,0.2); color: #d6d6dc; }
.clai-chatbot .clai-dsgvo-consent strong { color: #FFED00; }
.clai-chatbot .clai-dsgvo-accept { background: #FFED00; color: #1A1A1F; }
.clai-chatbot .clai-dsgvo-accept:hover { background: #FFD600; }
.clai-chatbot .clai-fb-btn { background: #3A3A44; border-color: #555560; color: #72727E; }
.clai-chatbot .clai-fb-btn:hover { color: #FFED00; border-color: #FFED00; }
.clai-chatbot .clai-system-msg { color: #72727E; }
.clai-chatbot .clai-photo-preview { border-color: #3A3A44; }
.clai-chatbot .clai-photo-preview span { background: #2A2A32; color: #FFED00; }
