#wc-chatbot-root{--wc-bg:#ece5dd;--wc-header:#075e54;--wc-bubble-bot:#fff;--wc-bubble-user:#dcf8c6;--wc-text:#111;--wc-input-row-bg:#f0f0f0;--wc-input-bg:#fff}@media (prefers-color-scheme:dark){#wc-chatbot-root{--wc-bg:#1a1a1a;--wc-header:#128c7e;--wc-bubble-bot:#2a2a2a;--wc-bubble-user:#1a4731;--wc-text:#f0f0f0;--wc-input-row-bg:#151515;--wc-input-bg:#2a2a2a}}#wc-chatbot-root[data-wc-theme=light]{--wc-bg:#ece5dd;--wc-header:#075e54;--wc-bubble-bot:#fff;--wc-bubble-user:#dcf8c6;--wc-text:#111;--wc-input-row-bg:#f0f0f0;--wc-input-bg:#fff}#wc-chatbot-root[data-wc-theme=dark]{--wc-bg:#1a1a1a;--wc-header:#128c7e;--wc-bubble-bot:#2a2a2a;--wc-bubble-user:#1a4731;--wc-text:#f0f0f0;--wc-input-row-bg:#151515;--wc-input-bg:#2a2a2a}#wc-chatbot-root *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.wc-btn{cursor:pointer;z-index:9999;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:20px;box-shadow:0 4px 16px #00000059}.wc-btn:hover{transform:scale(1.08);box-shadow:0 6px 22px #0006}.wc-badge{background:#f44336;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;top:-2px;right:-2px}.wc-panel{z-index:9998;background:var(--wc-bg);border-radius:16px;flex-direction:column;width:340px;max-width:calc(100vw - 32px);height:500px;max-height:calc(100vh - 120px);animation:.18s ease-out wc-slide-up;display:flex;position:fixed;bottom:90px;overflow:hidden;box-shadow:0 8px 32px #00000040}@keyframes wc-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.wc-header{background:var(--wc-header);color:#fff;flex-shrink:0;align-items:center;gap:12px;padding:12px 14px;display:flex}.wc-avatar{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.wc-avatar img{object-fit:cover;width:100%;height:100%}.wc-header-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.wc-header-name{font-size:15px;font-weight:700;line-height:1.2}.wc-header-status{opacity:.85;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:12px;display:flex;overflow:hidden}.wc-status-dot{background:#8bc34a;border-radius:50%;flex-shrink:0;width:7px;height:7px}.wc-status-dot.offline{background:#9e9e9e}.wc-theme-toggle,.wc-close{color:#fff;cursor:pointer;opacity:.75;background:0 0;border:none;border-radius:50%;flex-shrink:0;padding:4px 6px;font-size:16px;line-height:1;transition:opacity .15s,background .15s}.wc-theme-toggle:hover,.wc-close:hover{opacity:1;background:#ffffff26}.wc-messages{background:var(--wc-bg);flex-direction:column;flex:1;gap:4px;padding:12px 10px;display:flex;overflow-y:auto}.wc-bubble{word-break:break-word;max-width:82%;color:var(--wc-text);padding:7px 12px;font-size:14px;line-height:1.5;position:relative;box-shadow:0 1px 2px #0000001f}.wc-bubble.user{background:var(--wc-bubble-user);border-radius:8px 8px 2px;align-self:flex-end}.wc-bubble.assistant{background:var(--wc-bubble-bot);border-radius:8px 8px 8px 2px;align-self:flex-start}.wc-quick-replies{flex-wrap:wrap;gap:6px;padding:2px 2px 8px;display:flex}.wc-quick-btn{background:var(--wc-bubble-bot);color:var(--wc-text);cursor:pointer;border:1px solid #0000001f;border-radius:16px;padding:6px 12px;font-size:13px;transition:opacity .15s}.wc-quick-btn:hover{opacity:.75}.wc-typing{align-items:center;gap:5px;padding:4px 2px;display:flex}.wc-typing span{background:#90959a;border-radius:50%;width:8px;height:8px;animation:1s infinite wc-bounce}.wc-typing span:nth-child(2){animation-delay:.2s}.wc-typing span:nth-child(3){animation-delay:.4s}@keyframes wc-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.wc-wa-link{color:#128c7e;background:#f0faf4;border-top:1px solid #d4edda;flex-shrink:0;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.wc-wa-link:hover{background:#dff2e8}.wc-input-row{background:var(--wc-input-row-bg);border-top:1px solid #0000001a;flex-shrink:0;gap:8px;padding:8px 10px;display:flex}.wc-input{resize:none;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;border:none;border-radius:20px;outline:none;flex:1;padding:9px 14px;font-family:inherit;font-size:14px;background:var(--wc-input-bg)!important;color:var(--wc-text)!important}@media (prefers-color-scheme:dark){.wc-input{--lightningcss-light: ;--lightningcss-dark:initial}}.wc-input::placeholder{color:var(--wc-text);opacity:.55}.wc-send{cursor:pointer;color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .15s;display:flex}.wc-send:disabled{opacity:.45;cursor:default}
