#pwgai-chat-root{--pwg-primary:#5F2DDE;--pwg-dark:#1E182A;--pwg-white:#fff;--pwg-bg:#f7f5ff;--pwg-border:#e8e2ff;--pwg-text:#1f1b2d;--pwg-muted:#736b85;--pwg-soft:#f3efff;--pwg-success:#19a463;--pwg-danger:#e23d3d;font-family:Arial,Helvetica,sans-serif;color:var(--pwg-text)}
#pwgai-chat-root *{box-sizing:border-box}
#pwgai-chat-root .pwg-chatbot-toggle{position:fixed;right:24px;bottom:24px;width:64px;height:64px;border:none;border-radius:50%;background:linear-gradient(135deg,var(--pwg-primary),#7c53ff);color:#fff;cursor:pointer;z-index:9998;display:flex;align-items:center;justify-content:center;box-shadow:0 18px 45px rgba(95,45,222,.38);transition:.22s ease;padding:0;overflow:hidden}
#pwgai-chat-root.pwgai-pos-bottom_left .pwg-chatbot-toggle{right:auto;left:24px;bottom:24px;top:auto}
#pwgai-chat-root.pwgai-pos-top_right .pwg-chatbot-toggle{right:24px;left:auto;top:24px;bottom:auto}
#pwgai-chat-root.pwgai-pos-top_left .pwg-chatbot-toggle{right:auto;left:24px;top:24px;bottom:auto}
#pwgai-chat-root .pwg-chatbot-toggle:hover{transform:translateY(-3px)}
#pwgai-chat-root .pwg-chatbot-toggle svg{width:30px;height:30px}
#pwgai-chat-root .pwg-chatbot-toggle img{width:38px;height:38px;object-fit:contain;border-radius:50%}
#pwgai-chat-root .pwg-chatbot-panel{position:fixed;right:24px;bottom:100px;width:var(--pwg-panel-width,390px);max-width:calc(100vw - 32px);height:var(--pwg-panel-height,560px);max-height:calc(100vh - 125px);background:var(--pwg-white);border:1px solid var(--pwg-border);border-radius:22px;overflow:hidden;z-index:9999;box-shadow:0 28px 80px rgba(30,24,42,.24);display:none;flex-direction:column}
#pwgai-chat-root.pwgai-pos-bottom_left .pwg-chatbot-panel{right:auto;left:24px;bottom:100px;top:auto}
#pwgai-chat-root.pwgai-pos-top_right .pwg-chatbot-panel{right:24px;left:auto;top:100px;bottom:auto}
#pwgai-chat-root.pwgai-pos-top_left .pwg-chatbot-panel{right:auto;left:24px;top:100px;bottom:auto}
#pwgai-chat-root .pwg-chatbot-panel.active{display:flex}
#pwgai-chat-root .pwg-chatbot-header{flex:0 0 auto;background:linear-gradient(135deg,var(--pwg-dark),var(--pwg-primary));color:var(--pwg-white);padding:14px;display:flex;align-items:center;gap:11px}
#pwgai-chat-root .pwg-bot-avatar{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.18);overflow:hidden}
#pwgai-chat-root .pwg-bot-avatar svg{width:24px;height:24px}
#pwgai-chat-root .pwg-bot-avatar img{width:100%;height:100%;object-fit:contain;padding:5px}
#pwgai-chat-root .pwg-chatbot-title-wrap{min-width:0;flex:1}
#pwgai-chat-root .pwg-chatbot-title{margin:0;font-size:15px;font-weight:800;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}
#pwgai-chat-root .pwg-chatbot-status{margin:3px 0 0;font-size:12px;opacity:.88;line-height:1.3;display:flex;align-items:center;gap:6px;color:#fff}
#pwgai-chat-root .pwg-status-dot{width:7px;height:7px;border-radius:50%;background:#35e27b;display:inline-block;flex:0 0 auto}
#pwgai-chat-root .pwg-close-chatbot{width:34px;height:34px;border:none;border-radius:12px;cursor:pointer;background:rgba(255,255,255,.14);color:#fff;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;transition:.2s ease;flex:0 0 auto;padding:0}
#pwgai-chat-root .pwg-close-chatbot:hover{background:rgba(255,255,255,.24)}
#pwgai-chat-root .pwg-chatbot-messages{flex:1 1 auto;overflow-y:auto;padding:16px 14px;background:radial-gradient(circle at top left,rgba(95,45,222,.08),transparent 34%),#fbfaff}
#pwgai-chat-root .pwg-message-row{display:flex;margin-bottom:12px}
#pwgai-chat-root .pwg-message-row.bot{justify-content:flex-start}
#pwgai-chat-root .pwg-message-row.user{justify-content:flex-end}
#pwgai-chat-root .pwg-message{max-width:82%;padding:10px 12px;border-radius:16px;font-size:13px;line-height:1.55;word-wrap:break-word;white-space:pre-wrap}
#pwgai-chat-root .pwg-message.bot{background:#fff;color:var(--pwg-text);border:1px solid var(--pwg-border);border-bottom-left-radius:6px;box-shadow:0 8px 18px rgba(30,24,42,.05)}
#pwgai-chat-root .pwg-message.user{background:var(--pwg-primary);color:#fff;border-bottom-right-radius:6px;box-shadow:0 8px 20px rgba(95,45,222,.22)}
#pwgai-chat-root .pwg-message.typing{opacity:.8;font-style:italic}
#pwgai-chat-root .pwg-message-time{display:block;margin-top:5px;font-size:10px;opacity:.58}
#pwgai-chat-root .pwg-quick-actions{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 14px}
#pwgai-chat-root .pwg-chip{border:1px solid var(--pwg-border);background:#fff;color:var(--pwg-primary);border-radius:999px;padding:8px 10px;font-size:12px;font-weight:700;cursor:pointer;transition:.18s ease}
#pwgai-chat-root .pwg-chip:hover{background:var(--pwg-soft);border-color:rgba(95,45,222,.35)}
#pwgai-chat-root .pwg-lead-request{border:1px solid var(--pwg-border);background:#fff;border-radius:16px;padding:12px;margin:4px 0 14px;box-shadow:0 8px 20px rgba(30,24,42,.05);display:none}
#pwgai-chat-root .pwg-lead-request.active{display:block}
#pwgai-chat-root .pwg-lead-request h4{margin:0 0 5px;font-size:14px;color:var(--pwg-dark)}
#pwgai-chat-root .pwg-lead-request p{margin:0 0 10px;font-size:12px;color:var(--pwg-muted);line-height:1.45}
#pwgai-chat-root .pwg-lead-grid{display:grid;gap:8px}
#pwgai-chat-root .pwg-lead-grid input{width:100%;border:1px solid var(--pwg-border);border-radius:11px;padding:9px 10px;outline:none;font-size:13px;background:#fff;color:var(--pwg-text)}
#pwgai-chat-root .pwg-lead-grid input:focus{border-color:var(--pwg-primary);box-shadow:0 0 0 3px rgba(95,45,222,.1)}
#pwgai-chat-root .pwg-lead-submit{border:none;border-radius:999px;background:var(--pwg-primary);color:#fff;padding:10px 13px;font-size:13px;font-weight:800;cursor:pointer;margin-top:8px;width:100%}
#pwgai-chat-root .pwg-chatbot-footer{flex:0 0 auto;background:#fff;border-top:1px solid var(--pwg-border);padding:10px}
#pwgai-chat-root .pwg-input-wrap{display:flex;align-items:center;gap:8px;background:#f8f6ff;border:1px solid var(--pwg-border);border-radius:999px;padding:6px 6px 6px 13px}
#pwgai-chat-root .pwg-input-wrap input{flex:1;min-width:0;height:34px;border:none;background:transparent;outline:none;font-size:13px;color:var(--pwg-text);box-shadow:none;padding:0;margin:0}
#pwgai-chat-root .pwg-input-wrap input::placeholder{color:#9187a8}
#pwgai-chat-root .pwg-send-btn{width:36px;height:36px;border:none;border-radius:50%;background:var(--pwg-primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0}
#pwgai-chat-root .pwg-send-btn svg{width:17px;height:17px}
#pwgai-chat-root .pwg-footer-note{margin:7px 4px 0;color:var(--pwg-muted);font-size:10.5px;text-align:center;line-height:1.35}
@media (max-width:520px){#pwgai-chat-root .pwg-chatbot-panel{right:10px!important;left:10px!important;bottom:84px!important;top:auto!important;width:auto;height:74vh;max-height:74vh;border-radius:18px}#pwgai-chat-root .pwg-chatbot-toggle{width:58px;height:58px;right:16px!important;left:auto!important;bottom:16px!important;top:auto!important}#pwgai-chat-root .pwg-message{max-width:88%}}
