.ehx-chat-bar{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:9998;display:flex;align-items:center;gap:.5rem;padding:.5rem .5rem .5rem 1rem;width:min(480px,calc(100vw - 2rem));background:var(--sl-color-bg, #fff);border:1px solid var(--sl-color-hairline-light, #e5e7eb);border-radius:9999px;box-shadow:0 4px 24px #0000001a,0 1px 4px #0000000f;font-family:var(--sl-font, system-ui, sans-serif);transition:box-shadow .2s ease,border-color .2s ease}.ehx-chat-bar:hover,.ehx-chat-bar:focus-within{box-shadow:0 8px 32px #00000024,0 2px 8px #00000014;border-color:var(--sl-color-accent, #375dfb)}.ehx-chat-bar-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--sl-color-accent, #375dfb);color:#fff;flex-shrink:0}.ehx-chat-bar-input{flex:1;border:1px solid var(--sl-color-hairline-light, #e5e7eb);background:var(--sl-color-gray-6, #f1f5f9);color:var(--sl-color-text, #111);border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;outline:none;transition:border-color .15s ease;cursor:pointer}.ehx-chat-bar-input:focus{border-color:var(--sl-color-accent, #375dfb)}.ehx-chat-bar-input::placeholder{color:var(--sl-color-gray-3, #94a3b8)}.ehx-chat-bar-kbd{display:none;align-items:center;gap:.25rem;font-size:.7rem;color:var(--sl-color-gray-3, #94a3b8);flex-shrink:0}@media(min-width:50rem){.ehx-chat-bar-kbd{display:flex}}.ehx-chat-bar-kbd kbd{padding:.1em .4em;border-radius:4px;border:1px solid var(--sl-color-hairline-light, #e5e7eb);background:var(--sl-color-gray-6, #f1f5f9);font-family:inherit;font-size:.7rem;line-height:1.4}.ehx-chat-expanded{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:flex;flex-direction:column;height:min(560px,70vh);background:var(--sl-color-bg, #fff);border-top:1px solid var(--sl-color-hairline-light, #e5e7eb);box-shadow:0 -12px 40px #00000026;font-family:var(--sl-font, system-ui, sans-serif);animation:ehx-slide-up .25s ease-out}@keyframes ehx-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ehx-chat-header{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.25rem;border-bottom:1px solid var(--sl-color-hairline-light, #e5e7eb);background:var(--sl-color-bg-nav, var(--sl-color-bg));flex-shrink:0}.ehx-chat-header-left{display:flex;align-items:center;gap:.5rem}.ehx-chat-header-left .ehx-chat-bar-icon{width:28px;height:28px;border-radius:6px}.ehx-chat-header-title{font-weight:600;font-size:.875rem;color:var(--sl-color-text, #111)}.ehx-chat-header-sub{font-size:.75rem;color:var(--sl-color-gray-3, #94a3b8);margin-left:.5rem}.ehx-chat-actions{display:flex;gap:.25rem}.ehx-chat-actions button{background:transparent;border:0;color:var(--sl-color-gray-3, #94a3b8);cursor:pointer;padding:.35rem;border-radius:6px;display:flex;align-items:center;transition:color .12s ease,background .12s ease}.ehx-chat-actions button:hover{color:var(--sl-color-text, #111);background:var(--sl-color-gray-6, #f1f5f9)}.ehx-chat-body{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.ehx-chat-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;gap:1rem;color:var(--sl-color-gray-3, #94a3b8);font-size:.875rem}.ehx-chat-welcome p{margin:0;max-width:32rem;line-height:1.6}.ehx-chat-suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.ehx-chat-suggestions button{padding:.4rem .85rem;font-size:.8rem;border-radius:9999px;border:1px solid var(--sl-color-hairline-light, #e5e7eb);background:var(--sl-color-gray-6, #f1f5f9);color:var(--sl-color-text, #111);cursor:pointer;transition:border-color .15s ease,background .15s ease}.ehx-chat-suggestions button:hover{border-color:var(--sl-color-accent, #375dfb);background:var(--sl-color-accent-low, #eff3ff)}.ehx-chat-msg{display:flex;flex-direction:column;max-width:100%}.ehx-chat-msg-user{align-items:flex-end}.ehx-chat-msg-assistant{align-items:flex-start}.ehx-chat-bubble{padding:.6rem .85rem;border-radius:12px;font-size:.875rem;line-height:1.6;max-width:75%;word-wrap:break-word}.ehx-chat-msg-user .ehx-chat-bubble{background:var(--sl-color-accent, #375dfb);color:#fff;border-bottom-right-radius:4px}.ehx-chat-msg-assistant .ehx-chat-bubble{background:var(--sl-color-gray-6, #f1f5f9);color:var(--sl-color-text, #111);border-bottom-left-radius:4px}.ehx-chat-bubble :where(p,ul,ol){margin:.3rem 0}.ehx-chat-bubble :where(p:first-child,ul:first-child){margin-top:0}.ehx-chat-bubble :where(p:last-child,ul:last-child){margin-bottom:0}.ehx-chat-bubble ul,.ehx-chat-bubble ol{padding-left:1.25rem}.ehx-chat-bubble code{font-size:.82em;background:#0000000f;padding:.1em .35em;border-radius:4px}.ehx-chat-msg-user .ehx-chat-bubble code{background:#ffffff2e}.ehx-chat-bubble pre{background:#00000014;padding:.5rem;border-radius:6px;overflow-x:auto;font-size:.8rem}.ehx-chat-bubble a{color:inherit;text-decoration:underline;text-underline-offset:2px}.ehx-chat-sources{margin-top:.4rem;display:flex;flex-wrap:wrap;gap:.3rem;max-width:75%}.ehx-chat-source-chip{font-size:.7rem;padding:2px 8px;border-radius:9999px;background:var(--sl-color-gray-6, #f1f5f9);color:var(--sl-color-gray-3, #94a3b8);border:1px solid var(--sl-color-hairline-light, #e5e7eb);text-decoration:none;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis;transition:background .12s ease,color .12s ease}.ehx-chat-source-chip:hover{background:var(--sl-color-accent, #375dfb);color:#fff;border-color:transparent}.ehx-chat-typing{display:inline-flex;gap:4px;padding:4px 0}.ehx-chat-typing span{width:5px;height:5px;border-radius:50%;background:var(--sl-color-gray-3, #94a3b8);animation:ehx-bounce 1.2s infinite ease-in-out}.ehx-chat-typing span:nth-child(2){animation-delay:.15s}.ehx-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes ehx-bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.ehx-chat-input{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-top:1px solid var(--sl-color-hairline-light, #e5e7eb);background:var(--sl-color-bg, #fff);flex-shrink:0}.ehx-chat-input input{flex:1;border:1px solid var(--sl-color-hairline-light, #e5e7eb);background:var(--sl-color-gray-6, #f1f5f9);color:var(--sl-color-text, #111);border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;outline:none;transition:border-color .15s ease}.ehx-chat-input input:focus{border-color:var(--sl-color-accent, #375dfb)}.ehx-chat-input button{width:34px;height:34px;border-radius:8px;border:0;background:var(--sl-color-accent, #375dfb);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .12s ease}.ehx-chat-input button:disabled{opacity:.4;cursor:not-allowed}.ehx-chat-overlay{position:fixed;inset:0;z-index:9998;background:#0000004d;animation:ehx-fade-in .2s ease}@keyframes ehx-fade-in{0%{opacity:0}to{opacity:1}}@media(min-width:50rem){.ehx-chat-expanded{left:var(--sl-sidebar-width, 17rem);border-top-left-radius:.75rem;border-top-right-radius:.75rem}}@media(min-width:72rem){.ehx-chat-expanded{right:calc(var(--sl-sidebar-width, 17rem) + (100vw - 2 * var(--sl-sidebar-width, 17rem) - var(--sl-content-width, 45rem)) / 2)}}
