.bws-chatbot-root{position:fixed;bottom:22px;z-index:999999;font:14px/1.45 system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--bws-chatbot-text)}
.bws-chatbot-right{right:22px}.bws-chatbot-left{left:22px}
.bws-chatbot-launch{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:13px 18px;background:linear-gradient(135deg,var(--bws-chatbot-accent),var(--bws-chatbot-alt));color:#fff;font-weight:700;box-shadow:0 10px 30px #0003;cursor:pointer}
.bws-chatbot-launch-icon{width:20px;height:20px;object-fit:contain;display:block;filter:brightness(0) invert(1)}
.bws-chatbot-panel{position:absolute;bottom:58px;right:0;width:min(380px,calc(100vw - 32px));height:min(590px,calc(100vh - 100px));background:var(--bws-chatbot-bg);border:1px solid #d1d5db;border-radius:16px;box-shadow:0 20px 60px #0004;overflow:hidden;display:flex;flex-direction:column}
.bws-chatbot-panel[hidden]{display:none}.bws-chatbot-left .bws-chatbot-panel{right:auto;left:0}
.bws-chatbot-panel header{min-height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:linear-gradient(135deg,var(--bws-chatbot-accent),var(--bws-chatbot-alt));color:#fff}
.bws-chatbot-close{border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer}
.bws-chatbot-messages{flex:1;min-height:150px;overflow:auto;padding:16px;background:var(--bws-chatbot-bg)}
.bws-chatbot-msg{max-width:82%;margin:0 0 12px;padding:10px 12px;border-radius:12px;white-space:normal;overflow-wrap:anywhere}
.bws-chatbot-msg.visitor{margin-left:auto;background:var(--bws-chatbot-visitor-bg);color:var(--bws-chatbot-visitor-text);font-family:var(--bws-chatbot-visitor-font)}
.bws-chatbot-msg.assistant{background:var(--bws-chatbot-agent-bg);color:var(--bws-chatbot-agent-text);font-family:var(--bws-chatbot-agent-font)}
.bws-chatbot-msg.assistant a{color:#075985;text-decoration:underline;font-weight:600}.bws-chatbot-msg.assistant a:hover{text-decoration:none}
.bws-chatbot-msg.system{background:#fff1f2;color:#9f1239}
.bws-chatbot-actions{flex:0 0 auto;border-top:1px solid #e5e7eb;padding:8px 10px}.bws-chatbot-tools{display:flex;gap:6px}.bws-chatbot-tools button{flex:1;border:1px solid #d1d5db;background:#fff;border-radius:7px;padding:7px 9px;cursor:pointer}
.bws-chatbot-compose{display:flex;gap:8px;padding:10px;border-top:1px solid #e5e7eb;flex:0 0 auto}.bws-chatbot-compose input{flex:1;min-width:0;border:1px solid #cbd5e1;border-radius:9px;padding:10px}.bws-chatbot-compose button{border:0;border-radius:9px;background:var(--bws-chatbot-accent);color:#fff;padding:9px 13px;cursor:pointer}.bws-chatbot-compose button:disabled{opacity:.6;cursor:wait}
@media(max-width:480px){.bws-chatbot-root{right:10px;left:10px;bottom:10px}.bws-chatbot-panel{position:fixed;inset:10px;width:auto;height:auto}}
