.joy-chat{--joy-primary:#6755e7;--joy-bg:#f7f7fb;--joy-surface:#fff;--joy-text:#18181f;--joy-muted:#7b7b8d;--joy-border:#e6e5ed;--joy-user-bubble:#6755e7;--joy-agent-bubble:#fff;--joy-radius:18px;--joy-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--joy-font-size:14px;--joy-message-font-size:var(--joy-font-size);--joy-image-radius:10px;--joy-image-max-height:180px;box-sizing:border-box;border:1px solid var(--joy-border);border-radius:var(--joy-radius);background:var(--joy-bg);width:100%;height:100%;min-height:420px;color:var(--joy-text);font-family:var(--joy-font);font-size:var(--joy-font-size);flex-direction:column;line-height:1.5;display:flex;overflow:hidden}.joy-chat *,.joy-chat :before,.joy-chat :after{box-sizing:border-box}.joy-chat button,.joy-chat textarea{font:inherit}.joy-chat button{color:inherit}.joy-chat-header{border-bottom:1px solid var(--joy-border);background:color-mix(in srgb,var(--joy-surface)94%,transparent);align-items:center;gap:11px;min-height:68px;padding:12px 16px;display:flex}.joy-chat-header>div:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.joy-chat-header strong{font-size:14px;line-height:1.3}.joy-chat-header span{color:var(--joy-muted);font-size:11px}.joy-chat-header-actions{align-items:center;gap:2px;display:flex}.joy-chat-header-actions button,.joy-chat-composer>button{cursor:pointer;background:0 0;border:0;border-radius:11px;flex:none;place-items:center;width:36px;height:36px;display:grid}.joy-chat-header-actions button:hover,.joy-chat-composer>button:hover{background:var(--joy-bg)}.joy-chat-header button:disabled,.joy-chat-composer button:disabled{opacity:.38;cursor:default}.joy-chat svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:19px;height:19px}.joy-chat-agent-mark,.joy-chat-avatar{flex:none;width:36px;height:36px}.joy-chat-agent-mark>*,.joy-chat-avatar>*{width:100%;height:100%}.joy-chat-avatar-image{object-fit:cover;border-radius:11px;display:block}.joy-chat-default-avatar{letter-spacing:-.03em;background:linear-gradient(145deg,#7b68ee,#4d3bc5);border-radius:11px;place-items:center;font-weight:800;display:grid;color:#fff!important;font-size:11px!important}.joy-chat-message.is-user .joy-chat-default-avatar{background:#dedce9;color:#565368!important;font-size:9px!important}.joy-chat-list{scrollbar-width:thin;flex:1;min-height:0;padding:22px 16px;overflow-y:auto}.joy-chat-empty{text-align:center;height:100%;min-height:220px;color:var(--joy-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.joy-chat-empty>div{width:48px;height:48px;margin-bottom:14px}.joy-chat-empty>div>*{width:100%;height:100%}.joy-chat-empty strong{max-width:300px;color:var(--joy-text);font-size:16px}.joy-chat-empty span{margin-top:4px;font-size:12px}.joy-chat-history{background:var(--joy-bg);flex:1;min-height:0;padding:16px;overflow-y:auto}.joy-chat-history-heading{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.joy-chat-history-heading>strong{font-size:15px}.joy-chat-history-heading>button{background:var(--joy-primary);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:7px 11px;font-size:12px}.joy-chat-history-empty{min-height:220px;color:var(--joy-muted);place-items:center;font-size:13px;display:grid}.joy-chat-history-list{flex-direction:column;gap:7px;display:flex}.joy-chat-history-list>div{border:1px solid var(--joy-border);background:var(--joy-surface);border-radius:12px;align-items:stretch;display:flex;overflow:hidden}.joy-chat-history-list>div.is-active{border-color:color-mix(in srgb,var(--joy-primary)55%,var(--joy-border));box-shadow:0 0 0 2px color-mix(in srgb,var(--joy-primary)8%,transparent)}.joy-chat-history-list button{cursor:pointer;background:0 0;border:0}.joy-chat-history-list>div>button:first-child{text-align:left;flex:1;min-width:0;padding:10px 12px}.joy-chat-history-list>div>button:first-child strong,.joy-chat-history-list>div>button:first-child span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.joy-chat-history-list>div>button:first-child strong{font-size:13px}.joy-chat-history-list>div>button:first-child span{color:var(--joy-muted);margin-top:2px;font-size:10px}.joy-chat-history-list>div>button:last-child{width:42px;color:var(--joy-muted);flex:none}.joy-chat-history-list>div>button:last-child:hover{color:#b53636;background:#fff0f0}.joy-chat-message{align-items:flex-start;gap:9px;margin-bottom:18px;display:flex}.joy-chat-message.is-user{flex-direction:row-reverse}.joy-chat-message-body{min-width:0;max-width:min(78%,680px)}.joy-chat-bubble{border:1px solid var(--joy-border);background:var(--joy-agent-bubble);font-size:var(--joy-message-font-size);overflow-wrap:anywhere;border-radius:4px 14px 14px;padding:10px 13px;box-shadow:0 3px 12px #1e19410a}.joy-chat-message.is-user .joy-chat-bubble{background:var(--joy-user-bubble);color:#fff;box-shadow:none;border-color:#0000;border-radius:14px 4px 14px 14px}.joy-chat-attachments{grid-template-columns:repeat(2,minmax(70px,180px));gap:5px;margin-bottom:6px;display:grid}.joy-chat-attachments img,.joy-chat-image-loading{width:100%;min-height:90px;max-height:var(--joy-image-max-height);border-radius:var(--joy-image-radius);object-fit:cover;background:var(--joy-border);display:block}.joy-chat-image-loading{animation:1.2s ease-in-out infinite joy-chat-pulse}.joy-chat-markdown>:first-child{margin-top:0}.joy-chat-markdown>:last-child{margin-bottom:0}.joy-chat-markdown p{white-space:pre-wrap;margin:0 0 5px}.joy-chat-markdown h1,.joy-chat-markdown h2,.joy-chat-markdown h3{margin:13px 0 6px;line-height:1.3}.joy-chat-markdown h1{font-size:18px}.joy-chat-markdown h2{font-size:16px}.joy-chat-markdown h3{font-size:14px}.joy-chat-markdown ul{margin:6px 0;padding-left:19px}.joy-chat-markdown code{background:color-mix(in srgb,var(--joy-text)8%,transparent);border-radius:5px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.joy-chat-markdown pre{color:#f3f3f7;background:#1e1e28;border-radius:9px;max-width:100%;margin:8px 0;padding:10px;overflow-x:auto}.joy-chat-markdown pre code{background:0 0;padding:0}.joy-chat-markdown a{color:var(--joy-primary)}.joy-chat-message.is-user .joy-chat-markdown a{color:#fff}.joy-chat-thinking{color:var(--joy-muted);align-items:center;gap:4px;display:inline-flex}.joy-chat-thinking i{background:currentColor;border-radius:50%;width:5px;height:5px;animation:1s infinite joy-chat-bounce}.joy-chat-thinking i:nth-child(2){animation-delay:.14s}.joy-chat-thinking i:nth-child(3){animation-delay:.28s}.joy-chat-thinking span{margin-left:5px;font-size:12px}.joy-chat-footer{border-top:1px solid var(--joy-border);background:var(--joy-surface);padding:10px 12px 12px}.joy-chat-composer{border:1px solid var(--joy-border);background:var(--joy-surface);border-radius:15px;align-items:flex-end;gap:5px;padding:5px;display:flex;box-shadow:0 4px 16px #1e19410d}.joy-chat-composer:focus-within{border-color:color-mix(in srgb,var(--joy-primary)48%,var(--joy-border));box-shadow:0 0 0 3px color-mix(in srgb,var(--joy-primary)10%,transparent)}.joy-chat-composer textarea{resize:none;min-width:0;min-height:36px;max-height:120px;color:var(--joy-text);background:0 0;border:0;outline:0;flex:1;padding:8px 5px 6px;line-height:1.35}.joy-chat-composer textarea::placeholder{color:var(--joy-muted)}.joy-chat-composer .joy-chat-send{background:var(--joy-primary);color:#fff}.joy-chat-composer .joy-chat-send:hover{background:color-mix(in srgb,var(--joy-primary)88%,#000)}.joy-chat-composer .joy-chat-send svg{stroke-width:2px}.joy-chat-footer>small{color:var(--joy-muted);text-align:center;margin-top:6px;font-size:10px;display:block}.joy-chat-error{color:#b53636;background:#fff0f0;border-radius:8px;margin-bottom:7px;padding:7px 9px;font-size:12px}.joy-chat-file-list{gap:5px;margin-bottom:7px;display:flex;overflow-x:auto}.joy-chat-file-preview{border:1px solid var(--joy-border);background:var(--joy-bg);border-radius:9px;flex:none;width:82px;height:62px;position:relative;overflow:hidden}.joy-chat-file-preview img{object-fit:cover;width:100%;height:100%;display:block}.joy-chat-file-preview>span{color:#fff;text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(#0000,#000000ad);padding:12px 5px 3px;font-size:9px;position:absolute;inset:auto 0 0;overflow:hidden}.joy-chat-file-preview button{color:#fff;cursor:pointer;background:#0000009e;border:0;border-radius:50%;place-items:center;width:19px;height:19px;margin:0;padding:0;display:grid;position:absolute;top:3px;right:3px}@keyframes joy-chat-bounce{0%,65%,to{opacity:.45;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}@keyframes joy-chat-pulse{50%{opacity:.55}}@media (max-width:520px){.joy-chat{border-radius:0;min-height:360px}.joy-chat-message-body{max-width:84%}.joy-chat-header{min-height:60px}}@media (prefers-reduced-motion:reduce){.joy-chat *,.joy-chat :before,.joy-chat :after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
