.sb-live-chat{position:fixed;right:22px;bottom:22px;z-index:1080;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.sb-chat-launcher{position:relative;width:58px;height:58px;border:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#635bff,#4f46e5);color:#fff;box-shadow:0 14px 38px rgba(30,41,59,.25);font-size:1.35rem;transition:transform .18s ease,box-shadow .18s ease}.sb-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(30,41,59,.32)}.sb-chat-unread{position:absolute;right:-3px;top:-3px;min-width:22px;height:22px;padding:0 6px;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:800;line-height:18px}.sb-chat-panel{position:absolute;right:0;bottom:72px;width:min(370px,calc(100vw - 28px));height:min(610px,calc(100vh - 118px));background:#fff;border:1px solid #e4e7ec;border-radius:20px;box-shadow:0 24px 70px rgba(15,23,42,.22);overflow:hidden;display:flex;flex-direction:column}.sb-chat-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:17px 18px;background:linear-gradient(135deg,#151b35,#2b3261);color:#fff}.sb-chat-title{font-weight:800;font-size:1rem}.sb-chat-presence{display:flex;align-items:center;gap:7px;margin-top:2px;font-size:.76rem;color:rgba(255,255,255,.75)}.sb-chat-presence-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.sb-live-chat.is-online .sb-chat-presence-dot{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.14)}.sb-chat-header-actions{display:flex;gap:5px}.sb-chat-icon-btn{width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.1);color:#fff}.sb-chat-icon-btn:hover{background:rgba(255,255,255,.18)}.sb-chat-body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;background:#f8fafc}.sb-chat-intro{padding:20px 20px 12px}.sb-chat-avatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#eef2ff;color:#4f46e5;margin-bottom:12px}.sb-chat-intro h2{font-size:1rem;font-weight:800;margin:0 0 4px}.sb-chat-intro p{font-size:.84rem;color:#667085;margin:0}.sb-chat-start{padding:8px 20px 20px;overflow:auto}.sb-chat-guest-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.sb-chat-start label{display:block}.sb-chat-start label>span,.sb-chat-message-label>span{display:block;font-size:.72rem;font-weight:700;color:#475467;margin-bottom:5px}.sb-chat-start input,.sb-chat-start select,.sb-chat-start textarea{width:100%;border:1px solid #d0d5dd;border-radius:11px;padding:10px 11px;background:#fff;font:inherit;font-size:.86rem;outline:none}.sb-chat-start input:focus,.sb-chat-start select:focus,.sb-chat-start textarea:focus,.sb-chat-composer textarea:focus{border-color:#635bff;box-shadow:0 0 0 3px rgba(99,91,255,.12)}.sb-chat-primary{width:100%;border:0;border-radius:11px;background:#635bff;color:#fff;font-weight:800;padding:11px 14px;margin-top:10px}.sb-chat-messages{flex:1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.sb-chat-message{max-width:82%;padding:10px 12px;border-radius:15px;font-size:.86rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.sb-chat-message small{display:block;margin-top:5px;font-size:.65rem;opacity:.65}.sb-chat-message.is-visitor{align-self:flex-end;background:#635bff;color:#fff;border-bottom-right-radius:5px}.sb-chat-message.is-admin{align-self:flex-start;background:#fff;border:1px solid #e4e7ec;color:#1d2939;border-bottom-left-radius:5px}.sb-chat-message.is-system{align-self:center;background:transparent;color:#98a2b3;font-size:.74rem;text-align:center}.sb-chat-composer{display:flex;align-items:flex-end;gap:8px;padding:12px;border-top:1px solid #e4e7ec;background:#fff}.sb-chat-composer textarea{flex:1;max-height:110px;resize:none;border:1px solid #d0d5dd;border-radius:12px;padding:10px 11px;font:inherit;font-size:.86rem;outline:none;overflow-y:auto}.sb-chat-composer button{width:42px;height:42px;flex:0 0 42px;border:0;border-radius:12px;background:#635bff;color:#fff}.sb-chat-error{padding:9px 14px;background:#fff1f2;color:#be123c;font-size:.76rem;border-top:1px solid #fecdd3}.sb-chat-powered{text-align:center;padding:7px 10px;background:#fff;color:#98a2b3;font-size:.63rem;border-top:1px solid #f2f4f7}.sb-live-chat.is-open .sb-chat-launcher{transform:scale(.92)}@media(max-width:575.98px){.sb-live-chat{right:12px;bottom:12px}.sb-chat-panel{right:0;bottom:68px;width:calc(100vw - 24px);height:min(620px,calc(100vh - 92px));border-radius:18px}.sb-chat-guest-fields{grid-template-columns:1fr}}

.sb-chat-account{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:10px 11px;border:1px solid #dbe2ea;border-radius:12px;background:#fff}.sb-chat-account[hidden]{display:none}.sb-chat-account-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:#eef2ff;color:#4f46e5}.sb-chat-account-copy{display:flex;flex:1;min-width:0;flex-direction:column}.sb-chat-account-copy strong,.sb-chat-account-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-chat-account-copy strong{font-size:.78rem;color:#344054}.sb-chat-account-copy small{margin-top:2px;font-size:.68rem;color:#667085}.sb-chat-account-badge{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#ecfdf3;color:#027a48;font-size:.61rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}


.sb-chat-help-section{margin:4px 0 12px;padding:12px;border:1px solid #dbe2ea;border-radius:13px;background:#fff}.sb-chat-help-heading{display:flex;align-items:center;gap:9px;margin-bottom:10px}.sb-chat-help-heading>div{display:flex;min-width:0;flex-direction:column}.sb-chat-help-heading strong{font-size:.78rem;color:#344054}.sb-chat-help-heading small{margin-top:2px;color:#667085;font-size:.67rem}.sb-chat-help-icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:10px;background:#fff7ed;color:#ea580c}.sb-chat-help-section label+label{margin-top:9px}.sb-chat-field-note{display:block;margin-top:5px;color:#667085;font-size:.65rem;line-height:1.35}.sb-chat-start select{appearance:auto}.sb-chat-help-section [hidden]{display:none!important}


/* Product context shown to visitors before and during a script-support chat. */
.sb-chat-product-card{margin-top:10px}.sb-chat-product-card[hidden],.sb-chat-conversation-product[hidden]{display:none!important}.sb-chat-product-card-inner{display:flex;align-items:center;gap:10px;padding:9px;border:1px solid #dbe2ea;border-radius:12px;background:#f8fafc;box-shadow:0 4px 12px rgba(15,23,42,.04)}.sb-chat-product-image{width:58px;height:58px;flex:0 0 58px;border-radius:10px;object-fit:cover;background:#eef2f7;border:1px solid #e4e7ec}.sb-chat-product-copy{display:flex;min-width:0;flex:1;flex-direction:column;align-items:flex-start}.sb-chat-product-title{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1d2939;font-size:.76rem;line-height:1.25}.sb-chat-product-price{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:5px;color:#344054;font-size:.72rem}.sb-chat-price-values{display:inline-flex;align-items:baseline;gap:6px}.sb-chat-price-values del{color:#98a2b3;font-size:.66rem}.sb-chat-price-values b{color:#dc2626;font-size:.78rem}.sb-chat-flash-badge{display:inline-flex;align-items:center;padding:3px 6px;border-radius:999px;background:#fff1f2;color:#be123c;font-size:.58rem;font-weight:850;letter-spacing:.02em;text-transform:uppercase}.sb-chat-flash-countdown{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:.61rem;font-weight:750;white-space:nowrap}.sb-chat-flash-countdown strong{font-variant-numeric:tabular-nums;font-size:.63rem}.sb-chat-flash-countdown i{font-size:.59rem}.sb-chat-product-link{display:inline-flex;align-items:center;gap:4px;width:100%;min-width:0;margin-top:5px;color:#4f46e5;font-size:.67rem;font-weight:750;text-decoration:none}.sb-chat-product-url-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-chat-product-link i{flex:0 0 auto}.sb-chat-product-link:hover{text-decoration:underline}.sb-chat-conversation-product{flex:0 0 auto;padding:10px 14px 0;background:#f8fafc}.sb-chat-conversation-product .sb-chat-product-card-inner{background:#fff}.sb-chat-conversation-product+.sb-chat-messages{padding-top:10px}@media(max-width:575.98px){.sb-chat-product-image{width:52px;height:52px;flex-basis:52px}.sb-chat-product-title{font-size:.73rem}}

/* Enterprise live-chat additions */
.sb-chat-blocked{padding:10px 14px;border-bottom:1px solid #fed7aa;background:#fff7ed;color:#9a3412;font-size:.75rem;line-height:1.4}.sb-chat-blocked[hidden]{display:none!important}.sb-chat-agent-typing{display:flex;align-items:center;gap:4px;padding:0 16px 10px;background:#f8fafc;color:#667085;font-size:.7rem}.sb-chat-agent-typing[hidden]{display:none!important}.sb-chat-agent-typing>span{width:5px;height:5px;border-radius:50%;background:#98a2b3;animation:sbChatDot 1.1s infinite ease-in-out}.sb-chat-agent-typing>span:nth-child(2){animation-delay:.12s}.sb-chat-agent-typing>span:nth-child(3){animation-delay:.24s}.sb-chat-agent-typing b{margin-left:3px;font-weight:700}@keyframes sbChatDot{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-3px);opacity:1}}
.sb-chat-receipt{margin-top:4px;font-size:.6rem;opacity:.68;text-align:right}.sb-chat-message.is-admin .sb-chat-receipt{text-align:left}.sb-chat-attachments{display:flex;flex-direction:column;gap:6px;margin-top:8px}.sb-chat-attachment{display:flex;align-items:center;gap:7px;max-width:100%;padding:7px 8px;border-radius:9px;background:rgba(255,255,255,.13);color:inherit;text-decoration:none;font-size:.68rem;font-weight:700}.sb-chat-message.is-admin .sb-chat-attachment{background:#f8fafc;color:#344054;border:1px solid #eaecf0}.sb-chat-attachment span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-chat-attachment small{display:inline;margin:0;opacity:.6}.sb-chat-composer .sb-chat-attach{width:42px;height:42px;flex:0 0 42px;border:1px solid #d0d5dd;background:#fff;color:#475467}.sb-chat-composer .sb-chat-attach:hover{background:#f8fafc}.sb-chat-composer .sb-chat-attach:disabled{opacity:.45}
.sb-chat-rating{margin:12px 16px 16px;padding:14px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.sb-chat-rating[hidden]{display:none!important}.sb-chat-rating strong{display:block;font-size:.82rem;color:#344054}.sb-chat-stars{display:flex;gap:5px;margin:9px 0}.sb-chat-stars button{padding:0;border:0;background:transparent;color:#d0d5dd;font-size:1.45rem;line-height:1}.sb-chat-stars button.is-active,.sb-chat-stars button:hover{color:#f59e0b}.sb-chat-rating textarea{width:100%;border:1px solid #d0d5dd;border-radius:10px;padding:8px 9px;font:inherit;font-size:.78rem;resize:none}.sb-chat-rating small{display:block;margin-top:8px;color:#027a48;font-weight:700}.sb-chat-kb{margin:10px 0 4px;padding:10px;border:1px solid #dbeafe;border-radius:12px;background:#eff6ff}.sb-chat-kb[hidden]{display:none!important}.sb-chat-kb-title{display:flex;align-items:center;gap:6px;margin-bottom:7px;color:#1d4ed8;font-size:.7rem;font-weight:800}.sb-chat-kb-item{display:block;padding:7px 0;border-top:1px solid #dbeafe;color:#1e3a8a;text-decoration:none}.sb-chat-kb-item:first-child{border-top:0}.sb-chat-kb-item strong{display:block;font-size:.72rem}.sb-chat-kb-item small{display:block;margin-top:2px;color:#64748b;font-size:.64rem;line-height:1.35}.sb-chat-kb-item:hover strong{text-decoration:underline}
@media(prefers-reduced-motion:reduce){.sb-chat-agent-typing>span{animation:none}}
