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