.bwc-chat{--bwc-chat-red: #D80621;--bwc-chat-red-dark: #B50519;--bwc-chat-dark-wood: #2C1A0E;--bwc-chat-cream: #FAF5EE;--bwc-chat-border: #E5E5E5;--bwc-chat-text: #111;--bwc-chat-muted: #666;--bwc-chat-radius: 14px;--bwc-chat-shadow: 0 12px 40px rgba(0, 0, 0, .18)}.bwc-chat__fab{position:fixed;bottom:22px;right:22px;width:60px;height:60px;border-radius:50%;background:var(--bwc-chat-red);color:#fff;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 22px #d8062152;z-index:9998;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.bwc-chat__fab:hover{transform:translateY(-2px) scale(1.04);background:var(--bwc-chat-red-dark);box-shadow:0 10px 28px #d806216b}.bwc-chat__fab svg{width:26px;height:26px}.bwc-chat__fab-pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--bwc-chat-red);animation:bwcChatPulse 2.6s ease-out infinite;z-index:-1;opacity:.6}@keyframes bwcChatPulse{0%{transform:scale(1);opacity:.6}80%{transform:scale(1.7);opacity:0}to{transform:scale(1.7);opacity:0}}.bwc-chat__fab-label{position:absolute;right:72px;background:var(--bwc-chat-dark-wood);color:#fff;font-size:13px;font-weight:600;padding:8px 14px;border-radius:8px;white-space:nowrap;box-shadow:0 4px 14px #0000002e;pointer-events:none;opacity:0;transform:translate(8px);transition:opacity .2s,transform .2s}.bwc-chat__fab:hover .bwc-chat__fab-label{opacity:1;transform:translate(0)}.bwc-chat__panel{position:fixed;bottom:96px;right:22px;width:380px;max-width:calc(100vw - 32px);height:580px;max-height:calc(100vh - 130px);background:#fff;border-radius:var(--bwc-chat-radius);box-shadow:var(--bwc-chat-shadow);display:none;flex-direction:column;overflow:hidden;z-index:9999;border:1px solid var(--bwc-chat-border);animation:bwcChatSlideUp .28s cubic-bezier(.34,1.56,.64,1)}@keyframes bwcChatSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.bwc-chat[data-open=true] .bwc-chat__panel{display:flex}.bwc-chat__header{background:var(--bwc-chat-dark-wood);color:#fff;padding:16px 18px;display:flex;align-items:center;gap:12px}.bwc-chat__avatar{width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bwc-chat__avatar img{width:36px;height:36px;object-fit:contain}.bwc-chat__title{flex:1;min-width:0}.bwc-chat__title-main{font-size:15px;font-weight:700;line-height:1.2}.bwc-chat__title-sub{font-size:12px;opacity:.7;display:flex;align-items:center;gap:6px}.bwc-chat__title-dot{width:8px;height:8px;border-radius:50%;background:#2ecc71;animation:bwcChatDot 2s ease-in-out infinite}@keyframes bwcChatDot{0%,to{opacity:1}50%{opacity:.4}}.bwc-chat__close{background:transparent;border:0;color:#fff;cursor:pointer;padding:6px;border-radius:6px;opacity:.7;transition:opacity .15s,background .15s}.bwc-chat__close:hover{opacity:1;background:#ffffff1a}.bwc-chat__messages{flex:1;overflow-y:auto;padding:18px;background:var(--bwc-chat-cream);display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.bwc-chat__msg{max-width:84%;padding:11px 14px;border-radius:14px;font-size:14.5px;line-height:1.5;word-wrap:break-word;white-space:pre-wrap}.bwc-chat__msg--bot{align-self:flex-start;background:#fff;border:1px solid var(--bwc-chat-border);color:var(--bwc-chat-text);border-bottom-left-radius:4px}.bwc-chat__msg--user{align-self:flex-end;background:var(--bwc-chat-red);color:#fff;border-bottom-right-radius:4px}.bwc-chat__msg--tool{align-self:flex-start;background:var(--bwc-chat-cream);border:1px dashed #c5b59a;color:var(--bwc-chat-muted);font-size:13px;font-style:italic}.bwc-chat__msg a{color:inherit;text-decoration:underline}.bwc-chat__msg--user a{color:#fff}.bwc-chat__typing{align-self:flex-start;display:flex;gap:4px;padding:12px 14px;background:#fff;border:1px solid var(--bwc-chat-border);border-radius:14px 14px 14px 4px}.bwc-chat__typing span{width:7px;height:7px;border-radius:50%;background:silver;animation:bwcChatBounce 1.2s ease-in-out infinite}.bwc-chat__typing span:nth-child(2){animation-delay:.15s}.bwc-chat__typing span:nth-child(3){animation-delay:.3s}@keyframes bwcChatBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.bwc-chat__input-row{border-top:1px solid var(--bwc-chat-border);padding:12px;display:flex;gap:8px;background:#fff}.bwc-chat__input{flex:1;padding:10px 14px;border:1px solid var(--bwc-chat-border);border-radius:22px;font-size:14px;outline:none;font-family:inherit;resize:none;max-height:120px;line-height:1.4;transition:border-color .15s}.bwc-chat__input:focus{border-color:var(--bwc-chat-red)}.bwc-chat__send{width:40px;height:40px;border-radius:50%;background:var(--bwc-chat-red);color:#fff;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.bwc-chat__send:hover:not(:disabled){background:var(--bwc-chat-red-dark)}.bwc-chat__send:disabled{opacity:.4;cursor:not-allowed}.bwc-chat__send svg{width:18px;height:18px}.bwc-chat__footer{text-align:center;font-size:11px;color:var(--bwc-chat-muted);padding:6px 12px 10px;background:#fff;border-top:1px solid var(--bwc-chat-border)}@media(max-width:480px){.bwc-chat__panel{bottom:80px;right:12px;left:12px;width:auto;height:70vh}.bwc-chat__fab{width:54px;height:54px;bottom:16px;right:16px}}@media(prefers-reduced-motion:reduce){.bwc-chat__fab-pulse,.bwc-chat__title-dot,.bwc-chat__typing span,.bwc-chat__panel{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/bwc-chat.css.map */
