:root{--cbc-primary:#4B6FA5;--cbc-accent:#10B3F6;--cbc-gold:#b59253;--cbc-bg-soft:#F6F9FC;--cbc-bg-softer:#FAFCFE;--cbc-border:#E3E9F1;--cbc-text:#33404F;--cbc-text-sub:#8A97A8}.cbc-chat,.cbc-chat *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,\30e1\30a4\30ea\30aa,sans-serif}.cbc-chat{position:fixed;right:20px;bottom:20px;z-index:999998}.cbc-chat-launcher{position:relative;width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;background:#fff;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px #4b6fa561;transition:transform .2s cubic-bezier(.19,1,.22,1),box-shadow .2s ease;padding:0}.cbc-chat-launcher:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 14px 32px #4b6fa575}.cbc-chat-launcher-icon{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .25s cubic-bezier(.19,1,.22,1)}.cbc-chat-launcher-icon svg{width:24px;height:24px}.cbc-chat-launcher-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.cbc-icon-close{opacity:0;transform:scale(.5) rotate(-45deg);background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));color:#fff}.cbc-icon-chat{opacity:1;transform:scale(1) rotate(0);background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));color:#fff}.cbc-chat.is-open .cbc-icon-chat{opacity:0;transform:scale(.5) rotate(45deg)}.cbc-chat.is-open .cbc-icon-close{opacity:1;transform:scale(1) rotate(0)}.cbc-chat-launcher-badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--cbc-gold);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #fff;z-index:2}.cbc-chat-panel{position:absolute;right:0;bottom:74px;width:380px;max-width:calc(100vw - 32px);height:min(620px,calc(100vh - 120px));background:#fff;border-radius:22px;border:1px solid var(--cbc-border);box-shadow:0 24px 60px #1e2d4638;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(16px) scale(.97);pointer-events:none;transition:opacity .25s ease,transform .25s cubic-bezier(.19,1,.22,1);transform-origin:bottom right}.cbc-chat.is-open .cbc-chat-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.cbc-chat-header{flex-shrink:0;display:flex;align-items:center;gap:11px;padding:15px 16px;background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));color:#fff}.cbc-chat-header-back{flex-shrink:0;width:0;overflow:hidden;background:#ffffff29;border:1px solid rgba(255,255,255,.3);border-radius:50%;height:32px;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:width .22s cubic-bezier(.19,1,.22,1),margin .22s ease,opacity .18s ease;opacity:0;padding:0}.cbc-chat-panel.is-convo .cbc-chat-header-back{width:32px;opacity:1}.cbc-chat-header-back:hover{background:#ffffff4d}.cbc-chat-header-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#fff;box-shadow:0 2px 8px #00000026}.cbc-chat-header-avatar img{width:100%;height:100%;object-fit:cover;display:block}.cbc-chat-header-text{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.cbc-chat-header-title{font-size:14.5px;font-weight:700;letter-spacing:.02em}.cbc-chat-header-status{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#ffffffe0}.cbc-status-dot{width:7px;height:7px;border-radius:50%;background:#5fe39c;box-shadow:0 0 0 2px #ffffff59;flex-shrink:0}.cbc-chat-header-close{background:#ffffff29;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:30px;height:30px;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}.cbc-chat-header-close:hover{background:#ffffff4d}.cbc-chat-screen{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.cbc-screen-home,.cbc-screen-convo{display:none}.cbc-chat-panel.is-home .cbc-screen-home,.cbc-chat-panel.is-convo .cbc-screen-convo{display:flex}.cbc-home-scroll{flex:1;overflow-y:auto;background:var(--cbc-bg-softer);padding:20px 18px 24px}.cbc-home-scroll::-webkit-scrollbar{width:5px}.cbc-home-scroll::-webkit-scrollbar-thumb{background:var(--cbc-border);border-radius:3px}.cbc-home-greeting{background:#fff;border:1px solid var(--cbc-border);border-radius:16px;padding:14px 16px;margin-bottom:18px;box-shadow:0 4px 16px #4b6fa50f}.cbc-home-greeting-avatar{width:30px;height:30px;border-radius:50%;background:var(--cbc-bg-soft);margin-bottom:8px;overflow:hidden}.cbc-home-greeting-avatar img{width:100%;height:100%;object-fit:cover;display:block}.cbc-home-greeting-title{margin:0 0 3px;font-size:13px;font-weight:700;color:var(--cbc-text)}.cbc-home-greeting-sub{margin:0 0 12px;font-size:10.8px;line-height:1.55;color:var(--cbc-text-sub)}.cbc-contact-row{display:flex;gap:8px}.cbc-contact-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:10px 6px;border-radius:12px;border:1.4px solid var(--cbc-border);background:var(--cbc-bg-softer);color:var(--cbc-text);text-decoration:none;font-size:11px;font-weight:700;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.cbc-contact-btn:hover{border-color:var(--cbc-accent);background:#fff;transform:translateY(-1px);color:var(--cbc-primary)}.cbc-contact-btn svg{color:var(--cbc-primary)}.cbc-home-section-label{font-size:11.5px;font-weight:700;letter-spacing:.08em;color:var(--cbc-text-sub);margin:0 4px 10px}.cbc-home-menu{display:flex;flex-direction:column;gap:10px}.cbc-home-card{display:flex;align-items:center;gap:13px;width:100%;text-align:left;background:#fff;border:1.4px solid var(--cbc-border);border-radius:16px;padding:14px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.cbc-home-card:hover{border-color:var(--cbc-accent);box-shadow:0 8px 20px #4b6fa524;transform:translateY(-1px)}.cbc-home-card-icon{flex-shrink:0;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));color:#fff}.cbc-home-card-icon svg{width:21px;height:21px}.cbc-home-card-icon.cbc-ico-cancel{background:linear-gradient(135deg,#e5484d,#f19a9c)}.cbc-home-card-icon.cbc-ico-ship{background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent))}.cbc-home-card-icon.cbc-ico-edit{background:linear-gradient(135deg,var(--cbc-gold),#d3b47c)}.cbc-home-card-icon.cbc-ico-item{background:linear-gradient(135deg,#5b8c6b,#8fc79e)}.cbc-home-card-icon.cbc-ico-custom{background:linear-gradient(135deg,#8b5cf6,#c4b5fd)}.cbc-home-card-icon.cbc-ico-remake{background:linear-gradient(135deg,#c2185b,#f48fb1)}.cbc-home-card-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cbc-home-card-title{font-size:13.6px;font-weight:700;color:var(--cbc-text)}.cbc-home-card-sub{font-size:11.8px;color:var(--cbc-text-sub);line-height:1.4}.cbc-home-card-chevron{flex-shrink:0;color:var(--cbc-text-sub);transition:transform .18s ease,color .18s ease}.cbc-home-card:hover .cbc-home-card-chevron{transform:translate(2px);color:var(--cbc-primary)}.cbc-chat-body{flex:1;overflow-y:auto;padding:18px 16px 12px;background:var(--cbc-bg-softer);display:flex;flex-direction:column;gap:13px;scroll-behavior:smooth}.cbc-chat-body::-webkit-scrollbar{width:5px}.cbc-chat-body::-webkit-scrollbar-thumb{background:var(--cbc-border);border-radius:3px}.cbc-msg{display:flex;gap:8px;max-width:88%;animation:cbcRise .28s cubic-bezier(.19,1,.22,1)}@keyframes cbcRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cbc-msg-bot{align-self:flex-start}.cbc-msg-user{align-self:flex-end;flex-direction:row-reverse}.cbc-msg-avatar{width:26px;height:26px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:2px}.cbc-msg-avatar img{width:100%;height:100%;object-fit:cover;display:block}.cbc-msg-bubble{padding:11px 15px;border-radius:16px;font-size:13.6px;line-height:1.75;letter-spacing:.01em;word-break:break-word;white-space:pre-wrap}.cbc-msg-bot .cbc-msg-bubble{background:#fff;color:var(--cbc-text);border:1px solid var(--cbc-border);border-top-left-radius:4px;box-shadow:0 2px 8px #4b6fa50d}.cbc-msg-user .cbc-msg-bubble{background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));color:#fff;border-top-right-radius:4px}.cbc-msg-bubble a{color:inherit;text-decoration:underline}.cbc-msg-bubble .cbc-msg-links{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.cbc-msg-bubble .cbc-msg-link-btn{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;padding:6px 11px;border-radius:999px;background:var(--cbc-bg-soft);color:var(--cbc-primary)!important;text-decoration:none!important;border:1px solid var(--cbc-border)}.cbc-msg-time{font-size:10px;color:var(--cbc-text-sub);margin:3px 6px 0;align-self:flex-end}.cbc-msg-bubble .cbc-inline-form-note{display:block;font-size:10.8px;color:var(--cbc-text-sub);line-height:1.6;margin-top:6px}.cbc-msg-bubble .cbc-inline-form{margin-top:12px;display:flex;flex-direction:column;gap:10px}.cbc-msg-bubble .cbc-inline-form-field{display:flex;flex-direction:column;gap:4px}.cbc-msg-bubble .cbc-inline-form-label{font-size:11.5px;font-weight:700;color:var(--cbc-text)}.cbc-msg-bubble .cbc-inline-form-input{height:36px;border:1.4px solid var(--cbc-border);border-radius:10px;padding:0 12px;font-size:13px;outline:none;background:var(--cbc-bg-soft);color:var(--cbc-text);transition:border-color .18s ease,background-color .18s ease;width:100%}.cbc-msg-bubble .cbc-inline-form-input:focus{border-color:var(--cbc-accent);background:#fff}.cbc-msg-bubble .cbc-inline-form-input:disabled{opacity:.6}.cbc-msg-bubble .cbc-inline-form-submit{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));color:#fff;border:none;border-radius:999px;padding:8px 18px;font-size:12.5px;font-weight:700;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.cbc-msg-bubble .cbc-inline-form-submit:hover:not(:disabled){transform:translateY(-1px)}.cbc-msg-bubble .cbc-inline-form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.cbc-msg-bubble .cbc-inline-quick-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.cbc-msg-bubble .cbc-inline-quick-btn{background:var(--cbc-bg-soft);border:1.4px solid var(--cbc-border);color:var(--cbc-primary);font-size:12px;font-weight:700;padding:8px 14px;border-radius:999px;cursor:pointer;transition:all .2s ease}.cbc-msg-bubble .cbc-inline-quick-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));color:#fff;border-color:transparent}.cbc-msg-bubble .cbc-inline-quick-btn:disabled{opacity:.5;cursor:not-allowed}.cbc-typing{align-self:flex-start;display:flex;gap:8px}.cbc-typing-bubble{background:#fff;border:1px solid var(--cbc-border);border-radius:4px 16px 16px;padding:12px 16px;display:flex;gap:4px;align-items:center}.cbc-typing-dot{width:6px;height:6px;border-radius:50%;background:var(--cbc-text-sub);animation:cbcBounce 1.2s infinite ease-in-out}.cbc-typing-dot:nth-child(2){animation-delay:.15s}.cbc-typing-dot:nth-child(3){animation-delay:.3s}@keyframes cbcBounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.cbc-chat-input-row{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid var(--cbc-border);background:#fff}.cbc-chat-input{flex:1;height:42px;border:1.5px solid var(--cbc-border);border-radius:999px;padding:0 16px;font-size:13.5px;outline:none;background:var(--cbc-bg-soft);color:var(--cbc-text);transition:border-color .2s ease,background-color .2s ease}.cbc-chat-input:focus{border-color:var(--cbc-accent);background:#fff}.cbc-chat-send{flex-shrink:0;width:42px;height:42px;border-radius:50%;border:none;cursor:pointer;background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,opacity .15s ease}.cbc-chat-send:hover:not(:disabled){transform:scale(1.06)}.cbc-chat-send:disabled{opacity:.4;cursor:not-allowed;transform:none}.cbc-chat-footer{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px 10px;font-size:10.5px;color:var(--cbc-text-sub);background:#fff}.cbc-chat-footer svg{color:var(--cbc-primary);flex-shrink:0}.cbc-toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%) translateY(20px);background:#222;color:#fff;padding:12px 22px;border-radius:999px;font-size:12.5px;letter-spacing:.02em;box-shadow:0 10px 26px #00000038;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,\30e1\30a4\30ea\30aa,sans-serif}.cbc-toast.is-show{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:480px){.cbc-chat{right:12px;bottom:12px}.cbc-chat-launcher{width:54px;height:54px}.cbc-chat-panel{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;transform-origin:center}.cbc-product-teaser{right:6px;left:auto;max-width:calc(100vw - 92px)}}.cbc-chat-panel{padding-bottom:0}.cbc-chat-screen{display:none}.cbc-chat-panel.is-home .cbc-screen-home,.cbc-chat-panel.is-chatlist .cbc-screen-chatlist,.cbc-chat-panel.is-chatconvo .cbc-screen-convo,.cbc-chat-panel.is-settings .cbc-screen-settings{display:flex}.cbc-chat-input-row,.cbc-chat-footer{display:none}.cbc-chat-panel.is-chatconvo .cbc-chat-input-row,.cbc-chat-panel.is-chatconvo .cbc-chat-footer{display:flex}.cbc-chat-header-back{display:none}.cbc-chat-panel.is-chatconvo .cbc-chat-header-back{display:flex;width:32px;opacity:1}.cbc-ai-cta{display:flex;align-items:center;gap:13px;width:100%;text-align:left;background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));border:none;border-radius:18px;padding:16px;cursor:pointer;color:#fff;margin-bottom:20px;box-shadow:0 10px 26px #4b6fa547;transition:transform .18s ease,box-shadow .18s ease}.cbc-ai-cta:hover{transform:translateY(-1px);box-shadow:0 14px 32px #4b6fa55c}.cbc-ai-cta-icon{flex-shrink:0;width:44px;height:44px;border-radius:13px;background:#ffffff38;display:flex;align-items:center;justify-content:center}.cbc-ai-cta-icon svg{width:23px;height:23px}.cbc-ai-cta-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cbc-ai-cta-title{font-size:14.5px;font-weight:700}.cbc-ai-cta-sub{font-size:11.8px;color:#ffffffe0;line-height:1.4}.cbc-ai-cta-chevron{flex-shrink:0;opacity:.85}.cbc-bottom-nav{flex-shrink:0;display:flex;align-items:stretch;border-top:1px solid var(--cbc-border);background:#fff}.cbc-nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:9px 4px 10px;background:none;border:none;cursor:pointer;color:var(--cbc-text-sub);font-size:10.5px;font-weight:700;transition:color .18s ease;position:relative}.cbc-nav-btn svg{width:20px;height:20px;transition:transform .18s ease}.cbc-nav-btn.is-active{color:var(--cbc-primary)}.cbc-nav-btn.is-active svg{transform:translateY(-1px)}.cbc-nav-badge{position:absolute;top:4px;right:calc(50% - 20px);min-width:15px;height:15px;padding:0 4px;border-radius:8px;background:var(--cbc-gold);color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.cbc-screen-chatlist{flex-direction:column}.cbc-chatlist-scroll{flex:1;overflow-y:auto;background:var(--cbc-bg-softer);padding:16px 14px}.cbc-chatlist-scroll::-webkit-scrollbar{width:5px}.cbc-chatlist-scroll::-webkit-scrollbar-thumb{background:var(--cbc-border);border-radius:3px}.cbc-chatlist-new{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;height:40px;border-radius:999px;border:1.4px dashed var(--cbc-primary);background:#fff;color:var(--cbc-primary);font-size:12.5px;font-weight:700;cursor:pointer;margin-bottom:14px;transition:background-color .18s ease,color .18s ease}.cbc-chatlist-new:hover{background:var(--cbc-primary);color:#fff}.cbc-chatlist-row{display:flex;align-items:center;gap:6px;margin-bottom:9px}.cbc-chatlist-item{display:flex;align-items:center;gap:11px;flex:1;min-width:0;text-align:left;background:#fff;border:1.4px solid var(--cbc-border);border-radius:15px;padding:12px 13px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.cbc-chatlist-item:hover{border-color:var(--cbc-accent);box-shadow:0 6px 16px #4b6fa51f}.cbc-chatlist-delete{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1.4px solid var(--cbc-border);background:#fff;color:#c0505a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.cbc-chatlist-delete:hover{border-color:#e5484d;background:#fdf1f1;color:#e5484d}.cbc-chatlist-item-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));display:flex;align-items:center;justify-content:center;overflow:hidden}.cbc-chatlist-item-avatar img{width:100%;height:100%;object-fit:cover;display:block}.cbc-chatlist-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cbc-chatlist-item-title{font-size:13px;font-weight:700;color:var(--cbc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cbc-chatlist-item-snippet{font-size:11.5px;color:var(--cbc-text-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cbc-chatlist-item-meta{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.cbc-chatlist-item-time{font-size:10px;color:var(--cbc-text-sub)}.cbc-chatlist-item-dot{width:8px;height:8px;border-radius:50%;background:var(--cbc-gold)}.cbc-chatlist-empty{text-align:center;padding:40px 20px;color:var(--cbc-text-sub);font-size:12.5px;line-height:1.8}.cbc-chatlist-empty svg{color:var(--cbc-border);margin-bottom:10px}.cbc-screen-settings{flex-direction:column}.cbc-settings-scroll{flex:1;overflow-y:auto;background:var(--cbc-bg-softer);padding:20px 16px}.cbc-settings-scroll::-webkit-scrollbar{width:5px}.cbc-settings-scroll::-webkit-scrollbar-thumb{background:var(--cbc-border);border-radius:3px}.cbc-settings-profile{background:#fff;border:1px solid var(--cbc-border);border-radius:18px;padding:20px 18px;margin-bottom:16px;text-align:center;box-shadow:0 4px 16px #4b6fa50f}.cbc-settings-avatar{width:56px;height:56px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center}.cbc-settings-name{font-size:15.5px;font-weight:700;color:var(--cbc-text);margin:0 0 3px}.cbc-settings-name.is-empty{color:var(--cbc-text-sub);font-weight:600;font-size:13px}.cbc-settings-sub{font-size:11.5px;color:var(--cbc-text-sub)}.cbc-settings-section{background:#fff;border:1px solid var(--cbc-border);border-radius:16px;padding:16px;margin-bottom:14px}.cbc-settings-section-title{font-size:11.5px;font-weight:700;letter-spacing:.06em;color:var(--cbc-text-sub);margin:0 0 12px}.cbc-settings-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-top:1px solid var(--cbc-border)}.cbc-settings-row:first-child{border-top:none;padding-top:0}.cbc-settings-row-icon{flex-shrink:0;width:30px;height:30px;border-radius:9px;background:var(--cbc-bg-soft);display:flex;align-items:center;justify-content:center;color:var(--cbc-primary)}.cbc-settings-row-icon svg{width:15px;height:15px}.cbc-settings-row-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.cbc-settings-row-label{font-size:10.5px;color:var(--cbc-text-sub)}.cbc-settings-row-value{font-size:13px;font-weight:600;color:var(--cbc-text);word-break:break-all}.cbc-settings-row-value.is-empty{color:var(--cbc-text-sub);font-weight:400}.cbc-settings-row.is-link{cursor:pointer;text-decoration:none}.cbc-settings-edit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;height:40px;border-radius:999px;border:1.4px solid var(--cbc-primary);background:#fff;color:var(--cbc-primary);font-size:12.5px;font-weight:700;cursor:pointer;transition:background-color .18s ease,color .18s ease}.cbc-settings-edit-btn:hover{background:var(--cbc-primary);color:#fff}.cbc-settings-form{display:flex;flex-direction:column;gap:12px}.cbc-settings-form-field{display:flex;flex-direction:column;gap:5px}.cbc-settings-form-label{font-size:11.5px;font-weight:700;color:var(--cbc-text)}.cbc-settings-form-input{height:40px;border:1.4px solid var(--cbc-border);border-radius:11px;padding:0 13px;font-size:13.5px;outline:none;background:var(--cbc-bg-soft);color:var(--cbc-text);transition:border-color .18s ease,background-color .18s ease;width:100%}.cbc-settings-form-input:focus{border-color:var(--cbc-accent);background:#fff}.cbc-settings-form-actions{display:flex;gap:8px;margin-top:2px}.cbc-settings-form-save{flex:1;height:40px;border-radius:999px;border:none;background:linear-gradient(135deg,var(--cbc-primary),var(--cbc-accent));color:#fff;font-size:12.8px;font-weight:700;cursor:pointer}.cbc-settings-form-cancel{flex:0 0 auto;height:40px;padding:0 16px;border-radius:999px;border:1.4px solid var(--cbc-border);background:#fff;color:var(--cbc-text-sub);font-size:12.8px;font-weight:700;cursor:pointer}.cbc-attach-btn{flex-shrink:0;width:38px;height:38px;border-radius:50%;border:1.4px solid var(--cbc-border);background:var(--cbc-bg-soft);color:var(--cbc-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.cbc-attach-btn:hover{border-color:var(--cbc-accent);background:#fff}.cbc-attach-btn svg{width:17px;height:17px}.cbc-attach-preview{display:none;align-items:center;gap:9px;padding:9px 14px;background:#fff;border-top:1px solid var(--cbc-border)}.cbc-attach-preview.is-show{display:flex}.cbc-attach-preview img{width:42px;height:42px;object-fit:cover;border-radius:9px;border:1px solid var(--cbc-border)}.cbc-attach-preview-name{flex:1;min-width:0;font-size:11.5px;color:var(--cbc-text-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cbc-attach-preview-remove{flex-shrink:0;width:24px;height:24px;border-radius:50%;border:none;background:var(--cbc-bg-soft);color:var(--cbc-text-sub);cursor:pointer;display:flex;align-items:center;justify-content:center}.cbc-msg-bubble .cbc-msg-image{display:block;max-width:180px;border-radius:12px;margin-top:6px;cursor:pointer}.cbc-msg-bubble .cbc-msg-image:first-child{margin-top:0}@media(max-width:768px){.cbc-chat-panel{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;border-radius:0;border:none;transform-origin:center}.cbc-chat-launcher{width:54px;height:54px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/colorbox-chat-widget.css.map */
