/* Assistente GoJD: escopo exclusivo do widget, sem alterar o desktop fora dele. */
.gojd-site-chat-panel{position:fixed;right:20px;bottom:20px;width:min(380px,calc(100vw - 32px));height:min(560px,calc(100vh - 40px));z-index:9999;display:flex;flex-direction:column;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.24);font-family:Inter,system-ui,sans-serif}
.gojd-site-chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff}
.gojd-chat-title{font-size:16px;letter-spacing:.01em}.gojd-chat-header-btn{border:0;background:transparent;color:inherit;cursor:pointer;font-size:24px;line-height:1;padding:2px 6px}.gojd-chat-messages{flex:1;overflow:auto;padding:18px 14px;background:#f8fafc}.gojd-chat-bubble{width:fit-content;max-width:86%;margin:0 0 10px;padding:11px 13px;border-radius:16px 16px 16px 4px;background:#fff;color:#172033;box-shadow:0 2px 10px rgba(15,23,42,.06);font-size:14px;line-height:1.45;white-space:pre-wrap}.gojd-chat-bubble.user{margin-left:auto;border-radius:16px 16px 4px 16px;background:#2563eb;color:#fff}.gojd-chat-bubble.loading{color:#64748b;font-style:italic}.gojd-site-chat-composer{display:flex;gap:9px;align-items:flex-end;padding:12px;border-top:1px solid #e5e7eb;background:#fff}.gojd-site-chat-composer textarea{flex:1;min-height:42px;max-height:110px;resize:none;border:1px solid #dbe2ea;border-radius:13px;padding:11px 12px;font:inherit;font-size:14px;outline:none}.gojd-site-chat-composer textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.gojd-site-chat-composer button{width:42px;height:42px;border:0;border-radius:13px;background:#2563eb;color:#fff;font-size:21px;cursor:pointer}.gojd-site-chat-composer button:disabled{background:#cbd5e1;cursor:not-allowed}.gojd-chat-history{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:18px;background:#f8fafc}.gojd-chat-history-item{display:block;width:100%;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;text-align:left;cursor:pointer}.gojd-chat-new-message{border:0;border-radius:12px;padding:12px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer}@media(max-width:600px){.gojd-site-chat-panel{right:10px;bottom:10px;width:calc(100vw - 20px);height:min(620px,calc(100vh - 20px));border-radius:18px}.gojd-chat-messages{padding:14px 10px}}
