/* ==========================================================================
   Classic AJAX Chat Theme (Iconic Blueimp Style)
   ========================================================================== */

:root {
    --bg-body: #ece9d8;
    --bg-card: #ffffff;
    --bg-header: #d4d0c8;
    --bg-messages: #ffffff;
    --bg-sidebar: #f5f5f5;
    --bg-footer: #e8e6e0;
    
    --text-main: #111827;
    --text-muted: #555555;
    
    --primary: #1e5aa0;
    --primary-hover: #154277;
    --primary-glow: rgba(30, 90, 160, 0.2);
    
    --border-color: #b0aba0;
    --input-bg: #ffffff;
    --input-text: #111827;
    
    --btn-secondary-bg: #e0ded8;
    --btn-secondary-hover: #d0cdc4;
    
    --msg-hover-bg: #f8fafc;
    --whisper-bg: #fef3c7;
    --whisper-border: #f59e0b;
    --whisper-text: #b45309;
    --action-text: #6b21a8;
    --system-text: #047857;
    
    --mention-bg: #e0f2fe;
    --mention-text: #0369a1;
    
    --code-bg: #f1f5f9;
    --code-text: #0f172a;
    --quote-bg: #f8fafc;
}
