#dwx-chatbot{--chat-ink:#202c49;--chat-purple:#6950df;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.6;color:var(--chat-ink)}
#dwx-chatbot [hidden]{display:none!important}
#dwx-chatbot *{box-sizing:border-box}
#dwx-chatbot :is(button,input,textarea){font:inherit}
#dwx-chatbot button{cursor:pointer;transition:background .18s,box-shadow .18s,transform .18s}
#dwx-chatbot button:disabled{opacity:.6;cursor:wait}
#dwx-chatbot :is(button,a,input,textarea):focus-visible{outline:3px solid #a48dea;outline-offset:3px}
.dwx-chat-launch{position:fixed;right:22px;bottom:94px;z-index:61;display:flex;align-items:center;gap:11px;background:linear-gradient(120deg,#24223e,#433276);color:#fff;border:1px solid #b9a6ef66;border-radius:22px;padding:10px 16px 10px 10px;min-height:64px;box-shadow:0 10px 28px #25203c35,inset 0 1px #ffffff20}
.dwx-chat-launch:hover{transform:translateY(-3px);box-shadow:0 14px 34px #44307140}
.dwx-chat-launch-icon{display:grid;place-items:center;width:44px;height:44px;background:#ffffff12;border:1px solid #ffffff20;border-radius:15px}
.dwx-chat-launch-label{text-align:left;font-weight:650;font-size:14px;line-height:1.5}
.dwx-chat-launch-label>span{display:block;font-size:10px;font-weight:400;color:#d7ceec}
.dwx-chat-launch-spark{color:#c5b3ff;font-size:20px;margin-left:6px}
.dwx-chat-panel{position:fixed;right:22px;bottom:172px;z-index:65;width:420px;max-width:calc(100vw - 28px);height:min(690px,calc(100dvh - 190px));min-height:300px;display:flex;flex-direction:column;overflow:hidden;background:#faf9fd;border:1px solid #e3dfee;border-radius:26px;box-shadow:0 24px 85px #18213b35,0 4px 16px #28213d12;animation:dwx-chat-enter .22s ease-out}
.dwx-chat-header{display:flex;align-items:center;gap:12px;padding:22px 19px;background:radial-gradient(ellipse at top right,#7356ad75,transparent 75%),linear-gradient(120deg,#202039,#342b54);color:#fff;flex-shrink:0;border-bottom:1px solid #ffffff15}
.dwx-chat-avatar{width:56px;height:56px;display:grid;place-items:center;border-radius:19px;background:linear-gradient(140deg,#ffffff20,#ffffff06);border:1px solid #ffffff26;box-shadow:inset 0 1px #ffffff15;flex-shrink:0}
#dwx-chatbot .dwx-chat-eyebrow{display:block;font-size:9px;font-weight:650;letter-spacing:1.8px;color:#cfbff0;margin-bottom:4px}
#dwx-chatbot .dwx-chat-header h2{font-size:16px;color:#fff;margin:0;line-height:1.5;font-weight:650;letter-spacing:-.3px}
.dwx-chat-status{display:flex;align-items:center;gap:6px;font-size:10px;color:#d3cee2;margin-top:3px}
.dwx-chat-status i{width:5px;height:5px;border-radius:50%;background:#9ee2cd}
.dwx-chat-header button{margin-left:auto;align-self:flex-start;background:#ffffff0d;color:#ece6fa;border:1px solid #ffffff16;border-radius:11px;width:36px;height:36px;display:grid;place-items:center;padding:8px;flex-shrink:0}
.dwx-chat-header button:hover{background:#ffffff25}
.dwx-chat-header button svg{width:18px;stroke:currentColor;stroke-width:1.8;fill:none}
.dwx-chat-notice{padding:11px 20px;background:#f3f0f8;font-size:10px;line-height:1.6;color:#756d85;flex-shrink:0;border-bottom:1px solid #eae5f1}
.dwx-chat-notice strong{font-weight:550;color:#5d536f}
.dwx-chat-notice a{color:#654f90;text-underline-offset:2px}
.dwx-chat-messages{flex:1;min-height:60px;overflow-y:auto;overscroll-behavior:contain;padding:24px 19px;display:flex;flex-direction:column;gap:17px;background:radial-gradient(ellipse at top left,#efebf850,transparent 70%);scrollbar-width:thin;scrollbar-color:#dcd4e9 transparent}
.dwx-chat-bubble{padding:14px 16px;border-radius:17px 17px 17px 5px;background:#fff;border:1px solid #eae6f0;box-shadow:0 3px 8px #29213b04;max-width:92%;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.75}
.dwx-chat-bubble.assistant:before{content:'✦  DWX ASSISTANT';display:block;margin-bottom:8px;font-size:8px;letter-spacing:1.3px;font-weight:700;color:#8a76b2}
.dwx-chat-bubble.user{align-self:flex-end;border:1px solid #7360bc;background:linear-gradient(135deg,#6c54b5,#594493);color:#fff;border-radius:17px 17px 5px 17px;box-shadow:0 4px 12px #62509615}
.dwx-chat-typing{padding:5px 22px;font-size:11px;color:#847297;display:flex;align-items:center;gap:9px}
.dwx-chat-typing>span{display:flex;gap:3px}
.dwx-chat-typing i{width:4px;height:4px;border-radius:50%;background:#947bbf;animation:dwx-chat-dot 1s ease-in-out infinite}
.dwx-chat-typing i:nth-child(2){animation-delay:.15s}.dwx-chat-typing i:nth-child(3){animation-delay:.3s}
.dwx-chat-error{padding:10px 19px;background:#fff2ee;color:#8e3c2b;font-size:12px}
.dwx-chat-suggestions{display:flex;flex-wrap:wrap;gap:7px;padding:8px 19px 14px;max-height:120px;overflow:auto;flex-shrink:0}
.dwx-chat-suggestions button{background:#fff;border:1px solid #e0d8ed;color:#66557f;border-radius:11px;padding:8px 11px;font-size:11px!important;min-height:38px;box-shadow:0 2px 3px #30244403}
.dwx-chat-suggestions button:hover{background:#eee7f8;border-color:#baa6db;transform:translateY(-1px)}
.dwx-chat-compose{display:flex;gap:8px;margin:0 15px;padding:8px;background:white;border:1px solid #ddd5e9;border-radius:16px;box-shadow:0 4px 14px #33204706;flex-shrink:0;align-items:center}
.dwx-chat-compose:focus-within{border-color:#ab94d2;box-shadow:0 0 0 3px #9b7dcd12}
#dwx-chatbot .dwx-chat-compose textarea{flex:1;min-width:0;resize:none;max-height:94px;border:0;border-radius:8px;padding:7px 8px;color:#30263f;background:transparent;font-size:13px;line-height:1.5;outline:none}
.dwx-chat-compose textarea::placeholder{color:#978bA6}
.dwx-chat-compose button,.dwx-chat-lead>button[type=submit]{background:linear-gradient(135deg,#8065cf,#6046a3);color:#fff;border:1px solid #7a60bb;border-radius:12px;padding:11px;min-height:44px;box-shadow:0 3px 9px #6b509c25}
.dwx-chat-compose button{display:grid;place-items:center;width:44px;flex-shrink:0}
.dwx-chat-compose button svg{width:21px;height:21px}
.dwx-chat-actions{display:flex;align-items:center;justify-content:space-between;gap:3px;padding:7px 19px 12px;flex-shrink:0}
#dwx-chatbot .dwx-chat-actions :is(button,a){font-size:10px;color:#81738f;background:none;border:0;text-decoration:none;min-height:40px;display:inline-flex;align-items:center;padding:4px}
#dwx-chatbot .dwx-chat-actions [data-chat-quote]{color:#654b91;font-weight:650}
#dwx-chatbot .dwx-chat-actions :is(button,a):hover{color:#56318a;text-decoration:underline;text-underline-offset:3px}
.dwx-chat-lead{overflow:auto;padding:22px;min-height:0;flex:1;background:#fff;scrollbar-width:thin}
.dwx-chat-lead h3{font-size:20px;margin:0 0 8px;line-height:1.4;letter-spacing:-.5px}
.dwx-chat-lead p,.dwx-chat-lead small{font-size:12px;color:#82738f}
.dwx-chat-lead>label{display:block;font-size:12px;font-weight:500;margin:15px 0;color:#645673}
.dwx-chat-lead input:not([type=checkbox]),.dwx-chat-lead textarea{display:block;width:100%;border:1px solid #e1daea;border-radius:10px;padding:10px;margin-top:6px;background:#fcfbfe;color:#30263f;font-size:16px!important}
.dwx-chat-lead .dwx-chat-consent{display:flex;align-items:flex-start;gap:8px;font-weight:400}
.dwx-chat-consent input{accent-color:#6c51ae;margin-top:4px}
.dwx-chat-lead [data-chat-lead-cancel]{background:white;border:1px solid #e1daea;border-radius:10px;padding:10px;margin-left:7px;min-height:44px;color:#6a587d}
.dwx-chat-honey,.dwx-chat-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@keyframes dwx-chat-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes dwx-chat-dot{50%{opacity:.4;transform:translateY(-3px)}}
@media(max-width:600px){.dwx-chat-launch{right:14px;bottom:calc(80px + env(safe-area-inset-bottom));padding:6px;width:60px;height:60px;justify-content:center;border-radius:21px}.dwx-chat-launch-label,.dwx-chat-launch-spark{display:none}.dwx-chat-launch-icon{border:0;background:none}.dwx-chat-launch-icon img{width:39px;height:39px}.dwx-chat-panel{right:8px;bottom:calc(8px + env(safe-area-inset-bottom));top:max(8px,env(safe-area-inset-top));height:auto;width:calc(100vw - 16px);max-width:none;min-height:0;border-radius:22px}.dwx-chat-header{padding:18px 16px;gap:10px}#dwx-chatbot .dwx-chat-header h2{font-size:15px}.dwx-chat-avatar{width:49px;height:49px;border-radius:16px}.dwx-chat-notice{padding:10px 17px}#dwx-chatbot .dwx-chat-compose textarea{font-size:16px}.dwx-chat-bubble{max-width:96%}.dwx-chat-suggestions button{min-height:44px}.dwx-chat-actions{padding:5px 15px 8px}}
@media(prefers-reduced-motion:reduce){#dwx-chatbot *,#dwx-chatbot *:before{animation:none!important;transition:none!important}}
