#n8n-chat{--chat--color--primary:#2563eb;--chat--color--primary-shade-50:#1d4ed8;--chat--color--primary--shade-100:#1e40af;--chat--color--secondary:#2563eb;--chat--color-secondary-shade-50:#1d4ed8;--chat--color-white:#ffffff;--chat--color-light:#f5f8fc;--chat--color-light-shade-50:#e6e9f1;--chat--color-light-shade-100:#c2c5cc;--chat--color-medium:#d2d4d9;--chat--color-dark:#081120;--chat--color-disabled:#94a3b8;--chat--color-typing:#64748b;--chat--spacing:0.75rem;--chat--border-radius:1rem;--chat--transition-duration:0.2s;--chat--window--width:360px;--chat--window--height:520px;--chat--window--bottom:5.5rem;--chat--window--right:1.25rem;--chat--window--z-index:9999;--chat--window--border:1px solid rgba(255,255,255,0.08);--chat--window--border-radius:1rem;--chat--window--margin-bottom:0;--chat--header-height:auto;--chat--header--padding:0.75rem 1rem;--chat--header--background:#081120;--chat--header--color:#ffffff;--chat--header--border-top:none;--chat--header--border-bottom:1px solid rgba(255,255,255,0.06);--chat--header--border-left:none;--chat--header--border-right:none;--chat--heading--font-size:1em;--chat--subtitle--font-size:0.72rem;--chat--subtitle--line-height:1.5;--chat--message--font-size:0.88rem;--chat--message--padding:0.7rem 0.85rem;--chat--message--border-radius:0.85rem;--chat--message-line-height:1.55;--chat--message--margin-bottom:0.5rem;--chat--message--bot--background:#ffffff;--chat--message--bot--color:#081120;--chat--message--bot--border:1px solid #e2e8f0;--chat--message--user--background:#2563eb;--chat--message--user--color:#ffffff;--chat--message--user--border:none;--chat--message--pre--background:rgba(0,0,0,0.04);--chat--toggle--background:#2563eb;--chat--toggle--hover--background:#1d4ed8;--chat--toggle--active--background:#1e40af;--chat--toggle--color:#ffffff;--chat--toggle--size:52px;--chat--textarea--height:44px;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}#n8n-chat .chat-heading{display:flex;align-items:center;gap:.5rem}#n8n-chat .chat-heading h1{font-weight:700;letter-spacing:-.02em}#n8n-chat .chat-heading+p{margin-top:.15rem;opacity:.7}#n8n-chat .chat-welcome-screen{background:linear-gradient(180deg,#f5f8fc,#eef3f9)}#n8n-chat .chat-close-button{color:rgba(255,255,255,.65);transition:color .15s}#n8n-chat .chat-close-button:hover{color:#ffffff}#n8n-chat .chat-window-toggle{border-radius:50%;box-shadow:0 12px 32px rgba(37,99,235,.28),0 0 0 1px rgba(255,255,255,.06)}#n8n-chat .chat-message-typing-circle{background-color:#2563eb}