*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1a202c;-webkit-font-smoothing:antialiased}#widget-root{height:100%}button{font:inherit;cursor:pointer;border:none;background:none}input,textarea{font:inherit;outline:none;border:none;background:none}.wd-bubble{position:fixed;bottom:16px;right:16px;width:56px;height:56px;border-radius:50%;background:#5468ff;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #5468ff73;transition:transform .15s ease}.wd-bubble:hover{transform:scale(1.05)}.wd-bubble-badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center;box-shadow:0 0 0 2px #fff,0 1px 4px #0000002e}.wd-bubble-pulse:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#5468ff73;animation:wd-bubble-ping 1.6s cubic-bezier(0,0,.2,1) infinite;z-index:-1}@keyframes wd-bubble-ping{0%{transform:scale(1);opacity:.55}80%{transform:scale(1.45);opacity:0}to{transform:scale(1.45);opacity:0}}.wd-panel{position:fixed;bottom:16px;right:16px;width:min(360px,calc(100vw - 32px));height:min(560px,calc(100vh - 32px));background:#fff;border-radius:14px;box-shadow:0 16px 48px #0000002e;display:flex;flex-direction:column;overflow:hidden}.wd-header{background:#5468ff;color:#fff;padding:12px 14px;display:flex;align-items:center;gap:10px;flex-shrink:0;min-height:48px}.wd-header>svg{flex-shrink:0;display:block}.wd-header strong{font-size:14px;font-weight:600;flex:1;line-height:1.2;display:flex;align-items:center}.wd-header .close-btn{color:#fff;opacity:.85;padding:6px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.wd-header .close-btn>svg{display:block}.wd-header .close-btn:hover{background:#ffffff26;opacity:1}.wd-stream{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#f8f9fc}.wd-bubble-msg{max-width:78%;padding:8px 12px;border-radius:12px;line-height:1.5;word-break:break-word;white-space:pre-wrap}.wd-bubble-msg.from-visitor{align-self:flex-end;background:#5468ff;color:#fff;border-bottom-right-radius:3px}.wd-bubble-msg.from-agent{align-self:flex-start;background:#fff;color:#1a202c;border:1px solid #e2e8f0;border-bottom-left-radius:3px}.wd-bubble-msg.from-system{align-self:center;background:transparent;color:#718096;font-size:12px;font-style:italic}.wd-meta{font-size:11px;color:#a0aec0;margin-top:2px}.wd-meta.from-visitor{text-align:right}.wd-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.wd-chip{background:#fff;color:#2563eb;border:1px solid #bfdbfe;border-radius:999px;padding:5px 12px;font-size:12.5px;font-weight:500;cursor:pointer;transition:background-color .12s,border-color .12s}.wd-chip:hover{background:#eff6ff;border-color:#93c5fd}.wd-chip:active{background:#dbeafe}.wd-input{border-top:1px solid #e2e8f0;padding:10px 12px;background:#fff;display:flex;gap:8px;align-items:flex-end}.wd-input textarea{flex:1;resize:none;padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;min-height:40px;max-height:120px;font-size:13px}.wd-input textarea:focus{border-color:#5468ff}.wd-input button.send{background:#5468ff;color:#fff;padding:8px 14px;border-radius:8px;font-weight:500}.wd-input button.send:disabled{opacity:.5;cursor:not-allowed}.wd-image-btn{flex-shrink:0;width:36px;height:36px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.wd-image-btn:hover:not(:disabled){background:#f1f5f9;border-color:#5468ff;color:#5468ff}.wd-image-btn:disabled{opacity:.5;cursor:not-allowed}.wd-bubble-img{padding:4px;background:transparent!important;max-width:220px}.wd-bubble-img.from-visitor{background:#5468ff!important}.wd-bubble-img.from-agent{background:#f1f5f9!important}.wd-img-link{display:block;line-height:0}.wd-img{display:block;max-width:100%;max-height:240px;border-radius:8px;cursor:zoom-in;object-fit:cover}.wd-status{text-align:center;padding:24px 16px;font-size:12.5px;color:#a0aec0}.wd-status.error{color:#e53e3e}.wd-panel{position:relative}body.wd-embedded .wd-panel{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:0;box-shadow:none;max-width:none}body.wd-embedded .wd-bubble{bottom:12px;right:12px}.wd-drop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;align-items:center;justify-content:center;background:#5468ffe6;color:#fff;pointer-events:none;border-radius:inherit;border:2px dashed rgba(255,255,255,.6)}.wd-drop-overlay-inner{display:flex;flex-direction:column;align-items:center;gap:10px;font-weight:600;font-size:14px}.wd-drop-overlay-inner svg{width:32px;height:32px}.wd-typing-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#a0aec0;margin:0 1px;animation:wd-blink 1.2s infinite}.wd-typing-dot:nth-child(2){animation-delay:.2s}.wd-typing-dot:nth-child(3){animation-delay:.4s}@keyframes wd-blink{0%,80%,to{opacity:.3}40%{opacity:1}}
