#__next .chat-window-wrapper.n8n-chat,#__next .chat-window-wrapper.n8n-chat *,html body .chat-window-wrapper.n8n-chat,html body .chat-window-wrapper.n8n-chat *{--chat-window-width:400px;--chat-window-height:600px;--chat-border-radius:0.5rem;--chat-spacing:1rem;--chat-transition-duration:0.15s;--chat-button-position-right:20px;--chat-button-position-left:auto}:root{--chat-background:#ffffff;--chat-foreground:#0a0a0a;--chat-primary:#171717;--chat-primary-foreground:#fafafa;--chat-secondary:#f2f4f8;--chat-secondary-foreground:#171717;--chat-muted:#f2f4f8;--chat-muted-foreground:#737373;--chat-border:#e5e5e5}.dark{--chat-background:#0a0a0a;--chat-foreground:#fafafa;--chat-primary:#fafafa;--chat-primary-foreground:#171717;--chat-secondary:#262626;--chat-secondary-foreground:#fafafa;--chat-muted:#262626;--chat-muted-foreground:#a3a3a3;--chat-border:#262626}#__next .chat-window-wrapper.custom-chat-wrapper,html body .chat-window-wrapper.custom-chat-wrapper{z-index:9999!important;position:fixed!important;bottom:20px!important;right:var(--chat-button-position-right)!important;left:var(--chat-button-position-left)!important}#__next .custom-chat-wrapper .chat-window,html body .custom-chat-wrapper .chat-window{box-shadow:0 4px 12px rgba(0,0,0,.15)!important;border-radius:var(--chat-border-radius)!important;overflow:hidden!important}#__next .custom-chat-wrapper .chat-layout,html body .custom-chat-wrapper .chat-layout{width:var(--chat-window-width)!important;height:var(--chat-window-height)!important;display:flex!important;flex-direction:column!important}#__next .custom-chat-wrapper .chat-wrapper,html body .custom-chat-wrapper .chat-wrapper{background-color:var(--chat-background)!important;color:var(--chat-foreground)!important}#__next .chat-window-wrapper .chat-header,#__next .custom-chat-wrapper .chat-header,#__next .n8n-chat .chat-header,html body .chat-window-wrapper .chat-header,html body .custom-chat-wrapper .chat-header,html body .n8n-chat .chat-header{background-color:#DC2828!important;color:#ffffff!important;padding:var(--chat-spacing)!important}#__next .custom-chat-wrapper .chat-heading,html body .custom-chat-wrapper .chat-heading{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:8px!important}#__next .custom-chat-wrapper .chat-heading h1,html body .custom-chat-wrapper .chat-heading h1{font-size:1.5rem!important;margin:0!important;font-weight:600!important;color:#ffffff!important}#__next .custom-chat-wrapper .chat-header p,html body .custom-chat-wrapper .chat-header p{font-size:.9rem!important;line-height:1.5!important;margin:.5rem 0 0!important;opacity:.9!important;color:#ffffff!important}#__next .custom-chat-wrapper .chat-close-button,html body .custom-chat-wrapper .chat-close-button{background:transparent!important;border:none!important;color:#ffffff!important;cursor:pointer!important;padding:8px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-left:8px!important}#__next .custom-chat-wrapper .chat-close-button:hover,html body .custom-chat-wrapper .chat-close-button:hover{background-color:rgba(255,255,255,.1)!important}#__next .custom-chat-wrapper .chat-body,html body .custom-chat-wrapper .chat-body{flex:1!important;overflow-y:auto!important;padding:var(--chat-spacing)!important;background-color:var(--chat-background)!important}#__next .custom-chat-wrapper .chat-messages-list,html body .custom-chat-wrapper .chat-messages-list{display:flex!important;flex-direction:column!important;gap:1rem!important}#__next .custom-chat-wrapper .chat-messages-list .chat-message-markdown,html body .custom-chat-wrapper .chat-messages-list .chat-message-markdown{font-size:1.05rem}@media (max-width:640px){#__next .custom-chat-wrapper .chat-messages-list .chat-message-markdown,html body .custom-chat-wrapper .chat-messages-list .chat-message-markdown{font-size:.95rem}}#__next .custom-chat-wrapper .chat-message,html body .custom-chat-wrapper .chat-message{max-width:80%!important;padding:.75rem 1rem!important;border-radius:var(--chat-border-radius)!important;line-height:1.5!important}#__next .custom-chat-wrapper .chat-message-from-bot,html body .custom-chat-wrapper .chat-message-from-bot{align-self:flex-start!important;background-color:var(--chat-secondary)!important;color:var(--chat-secondary-foreground)!important;border:1px solid var(--chat-border)!important}#__next .custom-chat-wrapper .chat-message-from-user,html body .custom-chat-wrapper .chat-message-from-user{align-self:flex-end!important;background-color:#e74266!important;color:#ffffff!important;border:none!important}#__next .custom-chat-wrapper .chat-footer,html body .custom-chat-wrapper .chat-footer{padding:var(--chat-spacing)!important;border-top:1px solid var(--chat-border)!important;background-color:var(--chat-background)!important;color:var(--chat-foreground)!important}#__next .custom-chat-wrapper .chat-input,html body .custom-chat-wrapper .chat-input{display:flex!important;flex-direction:column!important}#__next .custom-chat-wrapper .chat-inputs,html body .custom-chat-wrapper .chat-inputs{display:flex!important;align-items:center!important;background-color:var(--chat-muted)!important;border-radius:var(--chat-border-radius)!important;padding:.5rem!important}#__next .custom-chat-wrapper .chat-inputs textarea,html body .custom-chat-wrapper .chat-inputs textarea{flex:1!important;border:none!important;background:transparent!important;background-color:var(--chat-muted)!important;padding:.5rem!important;resize:none!important;font-size:.95rem!important;font-family:inherit!important;color:var(--chat-foreground)!important;outline:none!important;min-height:40px!important;max-height:120px!important}#__next .custom-chat-wrapper .chat-inputs textarea::placeholder,html body .custom-chat-wrapper .chat-inputs textarea::placeholder{color:var(--chat-muted-foreground)!important}#__next .custom-chat-wrapper .chat-inputs-controls,html body .custom-chat-wrapper .chat-inputs-controls{display:flex!important;align-items:center!important;gap:8px!important;padding-right:4px!important}#__next .custom-chat-wrapper .chat-input-send-button,html body .custom-chat-wrapper .chat-input-send-button{background:transparent!important;border:none!important;color:#e74266!important;cursor:pointer!important;padding:8px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-left:4px!important}#__next .custom-chat-wrapper .chat-input-send-button:disabled,html body .custom-chat-wrapper .chat-input-send-button:disabled{color:var(--chat-muted-foreground)!important;cursor:not-allowed!important}#__next .custom-chat-wrapper .chat-input-send-button:not(:disabled):hover,html body .custom-chat-wrapper .chat-input-send-button:not(:disabled):hover{background-color:rgba(231,66,102,.1)!important}#__next .custom-chat-wrapper .chat-window-toggle,html body .custom-chat-wrapper .chat-window-toggle{position:fixed!important;bottom:4px!important;right:4px!important;width:64px!important;height:64px!important;border-radius:50%!important;background-color:#e74266!important;color:#ffffff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 2px 8px rgba(0,0,0,.2)!important;border:none!important;z-index:9999!important;transition:all var(--chat-transition-duration) ease-in-out!important}@media (max-width:640px){#__next .custom-chat-wrapper .chat-window-toggle,html body .custom-chat-wrapper .chat-window-toggle{width:45px!important;height:45px!important}}#__next .custom-chat-wrapper.chat-window-open .chat-window-toggle,html body .custom-chat-wrapper.chat-window-open .chat-window-toggle{bottom:90px!important}#__next .custom-chat-wrapper .chat-window-toggle:hover,html body .custom-chat-wrapper .chat-window-toggle:hover{transform:scale(1.05)!important;background-color:#db4061!important}#__next .custom-chat-wrapper .chat-window-toggle:active,html body .custom-chat-wrapper .chat-window-toggle:active{transform:scale(.95)!important}@media (max-width:480px){#__next .custom-chat-wrapper,html body .custom-chat-wrapper{--chat-window-width:100%!important;--chat-window-height:100%!important}#__next .custom-chat-wrapper .chat-window,html body .custom-chat-wrapper .chat-window{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;border-radius:0!important;max-height:100vh!important;max-width:100vw!important}#__next .custom-chat-wrapper .chat-layout,html body .custom-chat-wrapper .chat-layout{width:100%!important;height:100%!important}#__next .custom-chat-wrapper.chat-window-open .chat-window-toggle,html body .custom-chat-wrapper.chat-window-open .chat-window-toggle{display:none!important}}#__next .custom-chat-wrapper .emoji,html body .custom-chat-wrapper .emoji{display:inline!important;height:1em!important;width:1em!important;margin:0 .05em 0 .1em!important;vertical-align:-.1em!important}#__next .custom-chat-wrapper button,html body .custom-chat-wrapper button{margin:0!important;padding:8px!important}#__next .custom-chat-wrapper button svg,html body .custom-chat-wrapper button svg{width:18px!important;height:18px!important;display:block!important}