.cs-chat{--cs-chat-accent:#2563eb;--cs-chat-accent-contrast:#fff;--cs-chat-radius:12px;--cs-chat-bg:#fff;--cs-chat-border:#e5e7eb;--cs-chat-text:#111827;--cs-chat-text-muted:#6b7280;--cs-chat-bot-bubble:#f3f4f6;box-sizing:border-box;color:var(--cs-chat-text);font-size:14px;line-height:1.5}.cs-chat *,.cs-chat :before,.cs-chat :after{box-sizing:border-box}.cs-chat--floating{z-index:99990;position:fixed;bottom:24px}.cs-chat--floating.cs-chat--bottom-right{right:24px}.cs-chat--floating.cs-chat--bottom-right .cs-chat__panel{right:0}.cs-chat--floating.cs-chat--bottom-left{left:24px}.cs-chat--floating.cs-chat--bottom-left .cs-chat__panel{left:0}.cs-chat--floating .cs-chat__panel{width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 120px);display:none;position:absolute;bottom:72px;box-shadow:0 18px 50px #11182738}.cs-chat--floating .cs-chat__panel.is-open{display:flex}.cs-chat--floating.cs-chat--bottom-left .cs-chat__launcher-wrap{flex-direction:row-reverse}.cs-chat__launcher-wrap{align-items:center;gap:10px;display:flex}.cs-chat__launcher{background:var(--cs-chat-accent);width:56px;height:56px;color:var(--cs-chat-accent-contrast);cursor:pointer;border:0;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:transform .15s;display:flex;overflow:hidden;box-shadow:0 8px 24px #11182740}.cs-chat__launcher svg{width:24px;height:24px}.cs-chat__launcher:hover{transform:scale(1.06)}.cs-chat__launcher-avatar{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.cs-chat--avatar-square .cs-chat__launcher{border-radius:16px}.cs-chat__launcher-label,.cs-chat__teaser{background:var(--cs-chat-bg);max-width:220px;color:var(--cs-chat-text);border:1px solid var(--cs-chat-border);cursor:pointer;border-radius:9999px;padding:9px 14px;font-size:13.5px;font-weight:500;line-height:1.3;box-shadow:0 6px 18px #11182724}.cs-chat__launcher-label{font-family:inherit}.cs-chat__teaser{text-align:left;border-radius:14px;align-items:center;gap:8px;animation:.25s cs-chat-teaser-in;display:flex}.cs-chat__teaser-text{color:inherit;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.cs-chat__teaser-close{color:var(--cs-chat-text-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:2px;display:flex}.cs-chat__teaser-close svg{width:13px;height:13px}@keyframes cs-chat-teaser-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cs-chat__panel{background:var(--cs-chat-bg);border:1px solid var(--cs-chat-border);border-radius:var(--cs-chat-radius);flex-direction:column;display:flex;overflow:hidden}.cs-chat--inline .cs-chat__panel{width:100%;height:520px;max-height:80vh}.cs-chat__header{background:var(--cs-chat-accent);color:var(--cs-chat-accent-contrast);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.cs-chat__header-identity{align-items:center;gap:9px;min-width:0;display:flex}.cs-chat__header-avatar{-o-object-fit:cover;object-fit:cover;border:1px solid #ffffff80;border-radius:9999px;flex-shrink:0;width:28px;height:28px}.cs-chat--avatar-square .cs-chat__header-avatar{border-radius:7px}.cs-chat__title{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.cs-chat__header-actions{align-items:center;gap:4px;display:flex}.cs-chat__clear,.cs-chat__close{color:inherit;opacity:.8;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px;display:flex}.cs-chat__clear svg,.cs-chat__close svg{width:16px;height:16px}.cs-chat__clear:hover,.cs-chat__close:hover{opacity:1;background:#ffffff26}.cs-chat__messages{flex-direction:column;flex:1;gap:10px;min-height:0;padding:14px;display:flex;overflow-y:auto}.cs-chat__msg{border-radius:calc(var(--cs-chat-radius) + 2px);word-wrap:break-word;overflow-wrap:break-word;max-width:85%;padding:9px 12px}.cs-chat__msg code{background:#00000014;border-radius:4px;padding:1px 4px;font-size:.9em}.cs-chat__msg a{color:inherit;text-decoration:underline}.cs-chat__msg p{margin:0 0 8px}.cs-chat__msg ul,.cs-chat__msg ol{margin:4px 0 8px;padding-left:20px}.cs-chat__msg li{margin:2px 0}.cs-chat__msg .cs-chat__md-h{margin:8px 0 4px;font-size:1.02em;font-weight:700;line-height:1.3}.cs-chat__msg hr{border:0;border-top:1px solid #0000001f;margin:8px 0}.cs-chat__msg blockquote{opacity:.85;border-left:3px solid #0000001f;margin:4px 0 8px;padding-left:10px}.cs-chat__msg>:first-child{margin-top:0}.cs-chat__msg>:last-child{margin-bottom:0}.cs-chat__msg--bot{background:var(--cs-chat-bot-bubble);color:var(--cs-chat-text);border-bottom-left-radius:4px;align-self:flex-start}.cs-chat__msg--bot a{color:var(--cs-chat-accent)}.cs-chat__greeting{align-items:flex-end;gap:8px;max-width:90%;display:flex}.cs-chat__greeting .cs-chat__msg{margin:0}.cs-chat__bubble-avatar{-o-object-fit:cover;object-fit:cover;border-radius:9999px;flex-shrink:0;width:28px;height:28px}.cs-chat--avatar-square .cs-chat__bubble-avatar{border-radius:7px}.cs-chat__msg--user{background:var(--cs-chat-accent);color:var(--cs-chat-accent-contrast);border-bottom-right-radius:4px;align-self:flex-end}.cs-chat__msg--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.cs-chat__typing{align-items:center;gap:4px;padding:12px 14px;display:flex}.cs-chat__typing span{background:var(--cs-chat-text-muted);border-radius:9999px;width:6px;height:6px;animation:1.2s ease-in-out infinite cs-chat-typing}.cs-chat__typing span:nth-child(2){animation-delay:.15s}.cs-chat__typing span:nth-child(3){animation-delay:.3s}@keyframes cs-chat-typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.cs-chat__sources{flex-direction:column;align-self:flex-start;gap:4px;max-width:85%;display:flex}.cs-chat__sources-label{text-transform:uppercase;letter-spacing:.04em;color:var(--cs-chat-text-muted);font-size:11px;font-weight:600}.cs-chat__source{color:var(--cs-chat-accent);border:1px solid var(--cs-chat-border);background:var(--cs-chat-bg);border-radius:8px;padding:6px 9px;font-size:12px;text-decoration:none;display:block}.cs-chat__source:hover{border-color:var(--cs-chat-accent);text-decoration:none}.cs-chat__chips{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.cs-chat__chip{border:1px solid var(--cs-chat-border);background:var(--cs-chat-bg);color:var(--cs-chat-accent);cursor:pointer;border-radius:9999px;padding:6px 12px;font-size:12.5px;transition:border-color .15s,background .15s}.cs-chat__chip:hover{border-color:var(--cs-chat-accent);background:#2563eb0f}.cs-chat__form{border-top:1px solid var(--cs-chat-border);background:var(--cs-chat-bg);flex-shrink:0;align-items:center;gap:8px;margin:0;padding:10px 12px;display:flex}.cs-chat__input{border:1px solid var(--cs-chat-border);background:var(--cs-chat-bg);min-width:0;color:var(--cs-chat-text);border-radius:9999px;flex:1;padding:9px 14px;font-size:14px}.cs-chat__input:focus{border-color:var(--cs-chat-accent);outline:none;box-shadow:0 0 0 2px #2563eb26}.cs-chat__send{background:var(--cs-chat-accent);width:38px;height:38px;color:var(--cs-chat-accent-contrast);cursor:pointer;border:0;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cs-chat__send svg{width:16px;height:16px}.cs-chat__send:hover{filter:brightness(1.08)}.cs-chat.is-busy .cs-chat__send{opacity:.6;pointer-events:none}@media (width<=480px){.cs-chat--floating .cs-chat__panel{border:0;border-radius:0;width:100%;max-width:none;height:100%;max-height:none;position:fixed;inset:0}}
