.ccb-root{--ccb-primary:#06f;--ccb-bg:#fff;--ccb-text:#1a1a1a;--ccb-muted:#6b7280;--ccb-border:#e5e7eb;--ccb-bg-visitor:var(--ccb-primary);--ccb-bg-other:#f3f4f6;--ccb-shadow:0 10px 30px #0000002e;--ccb-radius:14px;z-index:2147483640;color:var(--ccb-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4;position:fixed}.ccb-root.ccb-pos-bottom-right{bottom:20px;right:20px}.ccb-root.ccb-pos-bottom-left{bottom:20px;left:20px}.ccb-root *,.ccb-root :before,.ccb-root :after{box-sizing:border-box}.ccb-bubble{background:var(--ccb-primary);color:#fff;cursor:pointer;width:56px;height:56px;box-shadow:var(--ccb-shadow);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s,box-shadow .15s;display:inline-flex;position:relative}.ccb-bubble:hover{transform:translateY(-2px)}.ccb-bubble:focus-visible{outline:3px solid color-mix(in oklch, var(--ccb-primary), white 60%);outline-offset:2px}.ccb-bubble-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex;position:absolute;top:-4px;right:-4px}.ccb-panel{background:var(--ccb-bg);border-radius:var(--ccb-radius);width:360px;height:520px;max-height:calc(100vh - 40px);box-shadow:var(--ccb-shadow);flex-direction:column;display:flex;overflow:hidden}@media (max-width:480px){.ccb-root.ccb-pos-bottom-right,.ccb-root.ccb-pos-bottom-left{bottom:0;left:0;right:0}.ccb-panel{border-radius:0;width:100vw;height:100vh;max-height:100vh}}.ccb-panel-header{background:var(--ccb-primary);color:#fff;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ccb-panel-title{font-size:15px;font-weight:600}.ccb-panel-actions{gap:4px;display:inline-flex}.ccb-icon-btn{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;display:inline-flex}.ccb-icon-btn:hover{background:#ffffff26}.ccb-messages{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.ccb-messages-empty{color:var(--ccb-muted);text-align:center;margin:auto}.ccb-message{flex-direction:column;max-width:80%;display:flex}.ccb-message-right{align-self:flex-end;align-items:flex-end}.ccb-message-left{align-self:flex-start;align-items:flex-start}.ccb-message-meta{color:var(--ccb-muted);gap:6px;margin-bottom:2px;font-size:11px;display:inline-flex}.ccb-message-meta-right{justify-content:flex-end}.ccb-message-sender{color:var(--ccb-text);font-weight:600}.ccb-message-bubble{background:var(--ccb-bg-other);word-wrap:break-word;overflow-wrap:anywhere;border-radius:12px;padding:8px 12px}.ccb-message-bubble-plain{white-space:pre-wrap}.ccb-message-right .ccb-message-bubble{background:var(--ccb-bg-visitor);color:#fff}.ccb-message-system .ccb-message-bubble{color:var(--ccb-muted);text-align:center;background:0 0;font-style:italic}.ccb-message-bubble-md>:first-child{margin-top:0}.ccb-message-bubble-md>:last-child{margin-bottom:0}.ccb-message-bubble-md p{margin:0 0 8px;line-height:1.45}.ccb-message-bubble-md ul,.ccb-message-bubble-md ol{margin:4px 0 8px;padding-left:22px}.ccb-message-bubble-md li{margin:2px 0;line-height:1.4}.ccb-message-bubble-md strong{font-weight:600}.ccb-message-bubble-md em{font-style:italic}.ccb-message-bubble-md a{color:var(--ccb-primary);text-underline-offset:2px;text-decoration:underline}.ccb-message-bubble-md a:hover{text-decoration:none}.ccb-message-bubble-md code{background:#0000000f;border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px}.ccb-message-bubble-md pre{background:#0000000f;border-radius:6px;margin:6px 0;padding:8px 10px;font-size:12.5px;line-height:1.4;overflow-x:auto}.ccb-message-bubble-md pre code{background:0 0;padding:0}.ccb-typing{color:var(--ccb-muted);align-items:center;gap:4px;padding:6px 14px;font-size:12px;display:inline-flex}.ccb-typing-dot{background:var(--ccb-muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite both ccb-bounce}.ccb-typing-dot:nth-of-type(2){animation-delay:.15s}.ccb-typing-dot:nth-of-type(3){animation-delay:.3s}@keyframes ccb-bounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.ccb-composer{border-top:1px solid var(--ccb-border);align-items:flex-end;gap:6px;padding:8px 10px;display:flex}.ccb-composer-input{resize:none;font:inherit;color:inherit;background:0 0;border:none;outline:none;flex:1;max-height:140px;padding:8px 6px}.ccb-composer-send{background:var(--ccb-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:inline-flex}.ccb-composer-send:disabled{opacity:.5;cursor:not-allowed}.ccb-end{border-top:1px solid var(--ccb-border);flex-direction:column;gap:8px;padding:14px 16px;display:flex}.ccb-end h3{margin:0;font-size:14px;font-weight:600}.ccb-end-row{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.ccb-end-email{border:1px solid var(--ccb-border);font:inherit;border-radius:8px;padding:8px 10px}.ccb-end-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:inline-flex}.ccb-btn{cursor:pointer;font:inherit;border:none;border-radius:8px;padding:8px 12px}.ccb-btn:disabled{opacity:.5;cursor:not-allowed}.ccb-btn-primary{background:var(--ccb-primary);color:#fff}.ccb-btn-secondary{background:var(--ccb-bg-other);color:var(--ccb-text)}.ccb-closed{border-top:1px solid var(--ccb-border);text-align:center;color:var(--ccb-muted);padding:14px;font-style:italic}
/*$vite$:1*/