[data-wbst-chat-widget]{bottom:var(--wbst-chat-offset-bottom,20px);right:var(--wbst-chat-offset-side,20px);z-index:1000;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.4;position:fixed;left:auto}[data-wbst-chat-widget][data-position=left]{right:auto;left:var(--wbst-chat-offset-side,20px)}[data-wbst-chat-widget][data-position=left] .wbst-chat-panel{left:0;right:auto}[data-wbst-chat-widget][data-position=left] .wbst-chat-bubble__badge{left:-2px;right:auto}.wbst-chat-bubble{width:var(--wbst-chat-bubble-size,56px);height:var(--wbst-chat-bubble-size,56px);background:var(--wbst-chat-primary,#206bc4);color:var(--wbst-chat-on-primary,#fff);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .18s;display:flex;position:relative;box-shadow:0 4px 16px #0000002e}.wbst-chat-bubble:hover{transform:scale(1.06)}.wbst-chat-bubble svg{width:calc(var(--wbst-chat-bubble-size,56px) * .46);height:calc(var(--wbst-chat-bubble-size,56px) * .46)}.wbst-chat-bubble__badge{color:#fff;background:#d63939;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.wbst-chat-panel{bottom:calc(var(--wbst-chat-bubble-size,56px) + 16px);background:#fff;border-radius:12px;flex-direction:column;width:340px;max-height:520px;display:flex;position:absolute;left:auto;right:0;overflow:hidden;box-shadow:0 12px 36px #00000038}.wbst-chat-panel[hidden]{display:none}.wbst-chat-panel__header{background:var(--wbst-chat-primary,#206bc4);color:var(--wbst-chat-on-primary,#fff);justify-content:space-between;align-items:center;padding:12px 16px;font-weight:600;display:flex}.wbst-chat-panel__status{opacity:.85;align-items:center;gap:4px;margin-top:2px;font-size:11px;font-weight:400;display:flex}.wbst-chat-panel__status[hidden]{display:none}.wbst-chat-panel__close{color:var(--wbst-chat-on-primary,#fff);cursor:pointer;background:0 0;border:none;padding:0;font-size:22px;line-height:1}.wbst-chat-panel__body{flex-direction:column;flex:1;min-height:360px;max-height:460px;display:flex}.wbst-chat-form{flex-direction:column;gap:12px;padding:16px;display:flex}.wbst-chat-form__intro{color:#6b7280;margin:0 0 4px}.wbst-chat-form label{flex-direction:column;gap:4px;font-size:13px;font-weight:500;display:flex}.wbst-chat-form input{border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-size:14px}.wbst-chat-form input:focus{border-color:var(--wbst-chat-primary,#206bc4);outline:none}.wbst-chat-form__error{color:#b91c1c;margin:0;font-size:13px}.wbst-chat-btn-primary{background:var(--wbst-chat-primary,#206bc4);color:var(--wbst-chat-on-primary,#fff);cursor:pointer;border:none;border-radius:6px;padding:10px 16px;font-weight:600}.wbst-chat-btn-primary:hover{filter:brightness(1.08)}.wbst-chat-loading{color:#6b7280;flex:1;justify-content:center;align-items:center;display:flex}.wbst-chat-thread{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.wbst-chat-msg{flex-direction:column;gap:2px;max-width:80%;display:flex}.wbst-chat-msg__body{word-wrap:break-word;white-space:pre-wrap;border-radius:12px;padding:8px 10px}.wbst-chat-msg__meta{align-items:center;gap:4px;padding:0 6px;display:inline-flex}.wbst-chat-msg__time{color:#9ca3af;font-size:10px}.wbst-chat-msg__receipt{color:#9ca3af;letter-spacing:-1px;font-size:12px;font-weight:600;line-height:1}.wbst-chat-msg__receipt.is-read{color:#2563eb}.wbst-chat-msg--me{align-self:flex-end;align-items:flex-end}.wbst-chat-msg--me .wbst-chat-msg__body{background:var(--wbst-chat-primary,#206bc4);color:var(--wbst-chat-on-primary,#fff)}.wbst-chat-msg--admin{align-self:flex-start;align-items:flex-start}.wbst-chat-msg--admin .wbst-chat-msg__body{color:#1f2937;background:#f3f4f6}.wbst-chat-replyform{border-top:1px solid #e5e7eb;gap:6px;padding:8px;display:flex}.wbst-chat-replyform textarea{resize:none;border:1px solid #d1d5db;border-radius:6px;flex:1;min-height:36px;max-height:50vh;padding:8px 10px;font-family:inherit;font-size:14px;line-height:1.35;overflow-y:auto}.wbst-chat-replyform textarea:focus{border-color:var(--wbst-chat-primary,#206bc4);outline:none}.wbst-chat-typing{color:#6b7280;align-items:center;gap:6px;padding:4px 12px 6px;font-size:11px;font-style:italic;display:flex}.wbst-chat-typing[hidden]{display:none}.wbst-chat-typing__dots{gap:3px;display:inline-flex}.wbst-chat-typing__dots span{background:#9ca3af;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite wbst-chat-typing-bounce}.wbst-chat-typing__dots span:nth-child(2){animation-delay:.15s}.wbst-chat-typing__dots span:nth-child(3){animation-delay:.3s}@keyframes wbst-chat-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.wbst-chat-btn-send{background:var(--wbst-chat-primary,#206bc4);color:var(--wbst-chat-on-primary,#fff);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:40px;display:flex}.wbst-chat-btn-send:hover{filter:brightness(1.08)}.wbst-chat-status{align-items:center;gap:4px;display:inline-flex}.wbst-chat-status__dot{background:#9ca3af;border-radius:50%;width:8px;height:8px}.wbst-chat-status--online .wbst-chat-status__dot{background:#22c55e}.wbst-chat-status--offline .wbst-chat-status__dot{background:#9ca3af}.wbst-chat-status__promise{margin-left:4px}.wbst-chat-offline-notice{color:#92400e;background:#fef3c7;border-bottom:1px solid #fde68a;padding:8px 12px;font-size:12px}
