/* ==========================================================
   CSS Custom Properties (Design Tokens)
   ========================================================== */

:root {
    --primary-blue: #0066cc;
    --accent-blue: #00a3ff;
    --dark-bg: #050505;
    --darker-bg: #030303;
    --text-color: #e0e0e0;
    --chat-bg: #0f0f12;
    --chat-input-bg: rgba(30, 30, 35, 0.8);
    --user-msg-bg: #004c99;
    --bot-msg-bg: #1a2c40;
}
