.n8n-rag-chat-root{position:fixed;bottom:var(--n8n-offset-y,24px);right:var(--n8n-offset-x,24px);z-index:999999;left:auto;font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#f8fafc}.n8n-rag-chat-root[data-pos=left]{right:auto !important;left:var(--n8n-offset-x,24px) !important}.n8n-rag-chat-root .cl-chat-toggle{position:fixed;bottom:var(--n8n-offset-y,24px);right:var(--n8n-offset-x,24px);left:auto;width:60px;height:60px;border-radius:999px;border:none;background:linear-gradient(135deg,#0fb7c7 0%,var(--n8n-primary,#1f6feb) 68%,#1169d8 100%);color:#fff;font-size:0;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 18px 42px rgba(8,15,31,.45);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;padding:0 !important;z-index:999999}.n8n-rag-chat-root .cl-chat-toggle .cl-toggle-close{display:none}.n8n-rag-chat-root .cl-chat-toggle.is-open .cl-toggle-open{display:none}.n8n-rag-chat-root .cl-chat-toggle.is-open .cl-toggle-close{display:inline-flex}.n8n-rag-chat-root[data-pos=left] .cl-chat-toggle{right:auto !important;left:var(--n8n-offset-x,24px) !important}.n8n-rag-chat-root .cl-chat-toggle:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 22px 48px rgba(8,15,31,.58)}.n8n-rag-chat-root .cl-chat-toggle:active{transform:translateY(0) scale(.95)}.n8n-rag-chat-root .cl-chat-toggle.is-open{transform:rotate(90deg);background:#111827 !important}.n8n-rag-chat-root[data-launcher=square] .cl-chat-toggle{border-radius:14px}.n8n-rag-chat-root .cl-chat-container{position:fixed;bottom:calc(var(--n8n-offset-y, 24px) + 80px);right:var(--n8n-offset-x,24px);left:auto;width:min(var(--n8n-width, 360px), 390px, calc(100vw - 32px));min-width:300px;height:min(540px, calc(100vh - var(--n8n-offset-y, 24px) - 104px));max-height:78vh;background:#070d19;border-radius:20px;display:none;flex-direction:column;border:1px solid rgba(119,144,176,.25);overflow:hidden;z-index:999999;opacity:0;transform:translateY(20px) scale(.95);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease;box-shadow:0 22px 54px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.06)}.n8n-rag-chat-root .cl-view{flex:1;min-height:0}.n8n-rag-chat-root .cl-home-view{display:flex;flex-direction:column;background:#070d19}.n8n-rag-chat-root .cl-conversation-view{display:none;flex-direction:column;background:#050a14}.n8n-rag-chat-root .cl-chat-container[data-view=chat] .cl-home-view{display:none}.n8n-rag-chat-root .cl-chat-container[data-view=chat] .cl-conversation-view{display:flex}.n8n-rag-chat-root .cl-chat-container.is-open{opacity:1;transform:translateY(0) scale(1)}.n8n-rag-chat-root[data-pos=left] .cl-chat-container{right:auto;left:var(--n8n-offset-x,24px)}.n8n-rag-chat-root[data-shadow="1"] .cl-chat-container{box-shadow:0 22px 54px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.06)}.n8n-rag-chat-root[data-shadow="0"] .cl-chat-container{box-shadow:none}.n8n-rag-chat-root .cl-chat-header{position:relative;overflow:hidden;min-height:190px;padding:46px 34px 82px;display:flex;justify-content:flex-start;align-items:flex-start;border-bottom:none;background:linear-gradient(135deg,#13a8b9 0%,#168bd0 48%,var(--n8n-primary,#1f6feb) 100%);color:var(--n8n-header-text,#fff);flex:0 0 auto}.n8n-rag-chat-root .cl-chat-header:after{content:"";position:absolute;inset:auto 0 0;height:64px;background:linear-gradient(180deg,rgba(7,13,25,0) 0%,#070d19 100%);pointer-events:none}.n8n-rag-chat-root .cl-header-text{position:relative;z-index:1;max-width:255px}.n8n-rag-chat-root .cl-header-text h2{margin:0;font-size:34px;line-height:1.08;font-weight:800;letter-spacing:0;color:inherit}.n8n-rag-chat-root .cl-header-text p{margin:16px 0 0;color:inherit;opacity:.96;font-size:15px;line-height:1.55;font-weight:500}.n8n-rag-chat-root .cl-chat-start-panel{position:relative;z-index:2;margin:-46px 24px 0;flex:0 0 auto;display:flex;flex-direction:column;gap:14px}.n8n-rag-chat-root .cl-chat-start-card{width:100%;min-height:82px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;background:#101725;color:#f8fafc;border:1px solid rgba(119,144,176,.18);border-radius:16px;cursor:pointer;box-shadow:0 14px 28px rgba(0,0,0,.24);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.n8n-rag-chat-root .cl-chat-start-card:hover{border-color:rgba(31,179,214,.5);transform:translateY(-1px);box-shadow:0 20px 40px rgba(0,0,0,.34)}.n8n-rag-chat-root .cl-chat-start-card[hidden]{display:none}.n8n-rag-chat-root .cl-chat-start-card:focus-visible{outline:2px solid rgba(31,179,214,.85);outline-offset:3px}.n8n-rag-chat-root .cl-chat-start-card strong{display:block;font-size:17px;line-height:1.18;font-weight:800;letter-spacing:0}.n8n-rag-chat-root .cl-chat-start-card small{display:block;margin-top:6px;color:#aab5c8;font-size:13px;line-height:1.35;font-weight:600}.n8n-rag-chat-root .cl-start-icon{flex:0 0 auto;width:44px;height:44px;padding:11px;border-radius:999px;background:linear-gradient(135deg,#12aac7 0%,var(--n8n-primary,#1f6feb) 100%);color:#fff}.n8n-rag-chat-root #clChatClear{border:none}.n8n-rag-chat-root #clChatClear:hover{background:#101725}.n8n-rag-chat-root .cl-conversation-header{flex:0 0 auto;min-height:72px;padding:14px 16px;display:flex;align-items:center;gap:12px;background:#101b2e;border-bottom:1px solid rgba(119,144,176,.14)}.n8n-rag-chat-root .cl-chat-back{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center;color:#f8fafc;background:0 0;border:none;border-radius:10px;cursor:pointer}.n8n-rag-chat-root .cl-chat-back:hover,.n8n-rag-chat-root .cl-chat-back:focus-visible{background:rgba(255,255,255,.08);outline:none}.n8n-rag-chat-root .cl-agent-avatar{position:relative;width:42px;height:42px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:linear-gradient(135deg,#12aac7 0%,var(--n8n-primary,#1f6feb) 100%);box-shadow:0 12px 28px rgba(0,0,0,.28)}.n8n-rag-chat-root .cl-agent-avatar .cl-icon{width:20px;height:20px}.n8n-rag-chat-root .cl-agent-status{position:absolute;right:1px;bottom:2px;width:12px;height:12px;border-radius:999px;background:#12c48b;border:3px solid #101b2e}.n8n-rag-chat-root .cl-agent-copy{min-width:0}.n8n-rag-chat-root .cl-agent-copy h2{margin:0;color:#f8fafc;font-size:16px;line-height:1.2;font-weight:800;letter-spacing:0}.n8n-rag-chat-root .cl-agent-copy p{margin:4px 0 0;color:#a8b3c6;font-size:12px;line-height:1.25;font-weight:600}.n8n-rag-chat-root .cl-chat-messages{flex:1;min-height:0;padding:20px 18px 16px;overflow-y:auto;background:#050a14;scrollbar-color:rgba(148,163,184,.35) transparent;scrollbar-width:thin}.n8n-rag-chat-root .cl-chat-messages:empty{padding-top:16px}.n8n-rag-chat-root .cl-msg{margin-bottom:14px;font-size:13px;line-height:1.55;word-wrap:break-word}.n8n-rag-chat-root .cl-msg-user{width:fit-content;max-width:78%;margin-left:auto}.n8n-rag-chat-root .cl-msg-user .cl-msg-inner{padding:10px 13px;border-radius:14px 14px 6px;background:var(--n8n-primary,#1f6feb);color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(0,0,0,.16)}.n8n-rag-chat-root .cl-msg-bot{width:100%;max-width:100%;display:flex;align-items:flex-start;gap:10px}.n8n-rag-chat-root .cl-msg-avatar{width:34px;height:34px;flex:0 0 34px;margin-top:22px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;font-size:12px;font-weight:800;background:linear-gradient(135deg,#12aac7 0%,var(--n8n-primary,#1f6feb) 100%)}.n8n-rag-chat-root .cl-msg-body{min-width:0;max-width:calc(100% - 44px)}.n8n-rag-chat-root .cl-msg-name{margin:0 0 7px;color:#a8b3c6;font-size:12px;line-height:1.2;font-weight:800}.n8n-rag-chat-root .cl-msg-bot .cl-msg-inner{padding:10px 13px;border-radius:14px 14px 14px 6px;background:#111827;color:#e5ebf5;border:1px solid rgba(119,144,176,.16);box-shadow:0 10px 24px rgba(0,0,0,.16)}.n8n-rag-chat-root .cl-msg-inner{overflow-wrap:anywhere}.n8n-rag-chat-root .cl-msg-inner>:first-child{margin-top:0}.n8n-rag-chat-root .cl-msg-inner>:last-child{margin-bottom:0}.n8n-rag-chat-root .cl-msg-inner a{color:#67e8f9;text-decoration:underline;text-underline-offset:3px}.n8n-rag-chat-root .cl-msg-typing{opacity:.9;font-style:italic}.n8n-rag-chat-root .cl-chat-input-area{flex:0 0 auto;padding:12px 14px 14px;display:flex;gap:10px;border-top:1px solid rgba(119,144,176,.14);background:#060a14}.n8n-rag-chat-root #clChatInput{flex:1;min-width:0;padding:0 14px;border-radius:13px;border:1px solid rgba(119,144,176,.2);background:#101725;color:#f8fafc;font-size:13px;height:40px;margin-bottom:0 !important}.n8n-rag-chat-root #clChatInput::placeholder{color:#7d8aa0}.n8n-rag-chat-root #clChatInput:focus{outline:none;border-color:var(--n8n-primary,#1f6feb);box-shadow:0 0 0 1px rgba(31,111,235,.4)}.n8n-rag-chat-root #clChatSend{padding:0;background:linear-gradient(135deg,#12aac7 0%,var(--n8n-primary,#1f6feb) 100%);color:#fff;border-radius:13px;border:none;cursor:pointer;font-size:12px;font-weight:600;white-space:nowrap;display:flex;align-items:center;gap:4px;box-shadow:0 8px 18px rgba(0,0,0,.32);transition:transform .15s ease,box-shadow .15s ease,background .15s ease;width:44px;height:40px}.n8n-rag-chat-root #clChatSend:hover{background:linear-gradient(135deg,#18bedb 0%,var(--n8n-primary,#1f6feb) 100%);transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.5)}.n8n-rag-chat-root .cl-chat-tabs{flex:0 0 64px;display:flex;align-items:center;justify-content:center;gap:58px;border-top:1px solid rgba(119,144,176,.14);background:#060a14}.n8n-rag-chat-root .cl-chat-tab{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;color:#9aa7bb;background:0 0;border:none;border-radius:14px;cursor:pointer;transition:color .2s ease,background .2s ease}.n8n-rag-chat-root .cl-chat-tab:hover,.n8n-rag-chat-root .cl-chat-tab:focus-visible{color:#f8fafc;background:rgba(255,255,255,.06);outline:none}.n8n-rag-chat-root .cl-chat-container[data-view=home] #clChatHome,.n8n-rag-chat-root .cl-chat-container[data-view=chat] #clChatMessage{color:#10cde0}.n8n-rag-chat-root .cl-chat-tab .cl-icon{width:23px;height:23px}.n8n-rag-chat-root .cl-chat-tab-divider{width:1px;height:34px;background:rgba(119,144,176,.22)}@media (max-width:480px){.n8n-rag-chat-root .cl-chat-container{left:8px !important;right:8px !important;bottom:88px !important;width:auto !important;min-width:0;height:min(540px, calc(100vh - 110px));max-height:calc(100vh - 110px);border-radius:20px}.n8n-rag-chat-root .cl-chat-header{min-height:178px;padding:38px 24px 76px}.n8n-rag-chat-root .cl-header-text{max-width:245px}.n8n-rag-chat-root .cl-header-text h2{font-size:31px}.n8n-rag-chat-root .cl-header-text p{margin-top:14px;font-size:14px;line-height:1.5}.n8n-rag-chat-root .cl-chat-start-panel{margin:-42px 18px 0}.n8n-rag-chat-root .cl-chat-start-card{min-height:78px;padding:17px 18px;border-radius:16px}.n8n-rag-chat-root .cl-chat-start-card strong{font-size:16px}.n8n-rag-chat-root .cl-chat-start-card small{font-size:12px}.n8n-rag-chat-root .cl-start-icon{width:42px;height:42px;padding:10px}.n8n-rag-chat-root .cl-chat-messages{padding:18px 16px 14px}.n8n-rag-chat-root .cl-conversation-header{min-height:70px;padding:14px 16px}.n8n-rag-chat-root .cl-agent-avatar{width:40px;height:40px}.n8n-rag-chat-root .cl-agent-copy h2{font-size:15px}.n8n-rag-chat-root .cl-agent-copy p{font-size:12px}.n8n-rag-chat-root .cl-chat-tabs{flex-basis:62px;gap:48px}.n8n-rag-chat-root .cl-chat-toggle{bottom:16px !important;right:16px !important;left:auto !important}.n8n-rag-chat-root[data-pos=left] .cl-chat-toggle{left:16px !important;right:auto !important}}.n8n-rag-chat-root .cl-icon{width:20px;height:20px;display:inline-block;vertical-align:middle}.n8n-rag-chat-root .cl-icon-toggle{width:32px;height:32px;display:flex;color:#fff}.n8n-rag-chat-root #clChatSend .cl-icon{width:22px;height:22px}.n8n-rag-chat-root #clChatSend{display:flex;align-items:center;justify-content:center}