.kcc-bubble{z-index:2;background:var(--kcc-accent);color:#fff;cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;padding:0 8px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 8px 24px #0f1e3247}.kcc-bubble:focus-visible{outline:2px solid var(--kcc-primary);outline-offset:2px}.kcc-bubble:hover{transform:translateY(-1px);box-shadow:0 10px 28px #0f1e3252}.kcc-bubble svg{display:block}@media (prefers-reduced-motion:reduce){.kcc-bubble{transition:none}.kcc-bubble:hover{transform:none}}.kcc-backdrop{display:none}@media (max-width:480px){.kcc-backdrop{z-index:1;background:#0f1e3280;animation:.2s kcc-backdrop-in;display:block;position:fixed;top:0;bottom:0;left:0;right:0}}.kcc-panel{z-index:2;background:var(--kcc-surface);border-radius:var(--kcc-radius);flex-direction:column;width:420px;max-width:calc(100vw - 48px);height:540px;max-height:calc(100vh - 130px);animation:.2s kcc-panel-in;display:flex;position:absolute;bottom:78px;overflow:hidden;box-shadow:0 16px 48px #0f1e324d}#kcc-root.kcc--bottom-right .kcc-panel{right:0}#kcc-root.kcc--bottom-left .kcc-panel{left:0}@media (max-width:480px){.kcc-panel{border-radius:0;width:auto;max-width:none;height:auto;max-height:none;position:fixed;top:0;bottom:86px;left:0;right:0}}@keyframes kcc-panel-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes kcc-backdrop-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.kcc-panel,.kcc-backdrop{animation:none}}.kcc-header{background:var(--kcc-brand);color:#fff;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.kcc-header .kcc-title{font-weight:var(--kcc-weight-semibold);font-size:16px}.kcc-header .kcc-header-actions{align-items:center;gap:10px;display:flex}.kcc-header .kcc-newchat{color:#fff;font:inherit;font-size:12px;font-weight:var(--kcc-weight-medium);cursor:pointer;background:0 0;border:1px solid #ffffff80;border-radius:999px;padding:5px 12px;transition:background .15s}.kcc-header .kcc-newchat:focus-visible{outline:2px solid var(--kcc-primary);outline-offset:2px}.kcc-header .kcc-newchat:hover{background:#ffffff26}.kcc-header .kcc-close{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:0;border-radius:8px;padding:4px;transition:opacity .15s;display:flex}.kcc-header .kcc-close:focus-visible{outline:2px solid var(--kcc-primary);outline-offset:2px}.kcc-header .kcc-close:hover{opacity:1}.kcc-header .kcc-close svg{display:block}.kcc-log-wrap{flex-direction:column;flex:auto;min-height:0;display:flex;position:relative}.kcc-log{overflow-anchor:none;flex-direction:column;flex:auto;gap:12px;min-height:0;padding:18px;display:flex;overflow-y:auto}.kcc-msg{flex-direction:column;display:flex}.kcc-msg--user{align-items:flex-end}.kcc-msg--assistant{align-items:flex-start}.kcc-msg .kcc-bubble-text{white-space:pre-wrap;word-wrap:break-word;border-radius:16px;max-width:82%;padding:10px 14px;line-height:1.45}.kcc-msg .kcc-bubble-text--rich{white-space:normal}.kcc-msg .kcc-bubble-text a{color:inherit;text-decoration:underline}.kcc-msg .kcc-bubble-text p{margin:0 0 8px}.kcc-msg .kcc-bubble-text p:last-child{margin-bottom:0}.kcc-msg .kcc-bubble-text ul{margin:4px 0;padding-left:20px}.kcc-msg .kcc-bubble-text code{background:#0000000f;border-radius:4px;padding:1px 4px;font-family:monospace;font-size:.9em}.kcc-msg--user .kcc-bubble-text{background:var(--kcc-primary);color:#fff;border-bottom-right-radius:4px}.kcc-msg--assistant .kcc-bubble-text{background:var(--kcc-assistant-bg);color:var(--kcc-text);border-bottom-left-radius:4px}.kcc-msg--assistant .kcc-bubble-text a{color:var(--kcc-primary)}.kcc-dot{opacity:.5;background:currentColor;border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1.2s infinite both kcc-blink;display:inline-block}.kcc-dot:nth-child(2){animation-delay:.2s}.kcc-dot:nth-child(3){animation-delay:.4s}@keyframes kcc-blink{0%,80%,to{opacity:.3}40%{opacity:1}}@media (prefers-reduced-motion:reduce){.kcc-dot{animation:none}}.kcc-chips{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.kcc-chips .kcc-chip{border:1px solid var(--kcc-brand);color:var(--kcc-brand);font:inherit;font-size:13px;font-weight:var(--kcc-weight-medium);text-align:left;cursor:pointer;background:0 0;border-radius:999px;padding:7px 13px;line-height:1.2;transition:background .15s,color .15s}.kcc-chips .kcc-chip:focus-visible{outline:2px solid var(--kcc-primary);outline-offset:2px}.kcc-chips .kcc-chip:hover{background:var(--kcc-brand);color:#fff}.kcc-choices{flex-direction:column;gap:8px;margin-top:10px;display:flex}.kcc-choices .kcc-choice{cursor:pointer;align-items:flex-start;gap:8px;font-size:14px;line-height:1.4;display:flex}.kcc-choices .kcc-choice input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1.5px solid var(--kcc-brand);cursor:pointer;background:#fff;border-radius:5px;flex:none;width:18px;height:18px;margin:2px 0 0;position:relative}.kcc-choices .kcc-choice input[type=checkbox]:focus-visible{outline:2px solid var(--kcc-primary);outline-offset:2px}.kcc-choices .kcc-choice input[type=checkbox]:checked{background:var(--kcc-primary);border-color:var(--kcc-primary)}.kcc-choices .kcc-choice input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:9px;position:absolute;top:3px;left:5px;transform:rotate(45deg)}.kcc-choices .kcc-choices-send{background:var(--kcc-primary);color:#fff;min-width:80px;font:inherit;font-size:13px;font-weight:var(--kcc-weight-medium);text-align:center;cursor:pointer;border:0;border-radius:999px;align-self:flex-start;margin-top:4px;padding:7px 14px}.kcc-choices .kcc-choices-send:focus-visible{outline:2px solid var(--kcc-primary);outline-offset:2px}.kcc-choices .kcc-choices-send:disabled{opacity:.5;cursor:default}.kcc-jump{border:1px solid var(--kcc-border);background:var(--kcc-surface);width:34px;min-width:0;height:34px;min-height:0;color:var(--kcc-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:transform .15s,box-shadow .15s;animation:.15s kcc-jump-in;display:inline-flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #0f1e322e}.kcc-jump:focus-visible{outline:2px solid var(--kcc-primary);outline-offset:2px}.kcc-jump:hover{transform:translate(-50%)translateY(-2px);box-shadow:0 6px 18px #0f1e3238}@keyframes kcc-jump-in{0%{opacity:0;transform:translate(-50%)translateY(6px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.kcc-jump{animation:none}.kcc-jump:hover{transform:translate(-50%)}}.kcc-form{border-top:1px solid var(--kcc-border);gap:8px;padding:12px;display:flex}.kcc-input{max-height:120px;font:inherit;resize:none;border:1px solid #cbd5e1;border-radius:12px;flex:auto;padding:10px 14px;transition:border-color .15s,box-shadow .15s}.kcc-input:focus{border-color:var(--kcc-primary);outline:none;box-shadow:0 0 0 3px #0066cc26}.kcc-send{background:var(--kcc-primary);color:#fff;font:inherit;font-weight:var(--kcc-weight-medium);cursor:pointer;border:0;border-radius:12px;padding:0 18px;transition:filter .15s}.kcc-send:focus-visible{outline:2px solid var(--kcc-primary);outline-offset:2px}.kcc-send:hover{filter:brightness(1.05)}.kcc-input[readonly],.kcc-send:disabled{opacity:.6;cursor:default}.kcc-disclaimer{color:var(--kcc-text);opacity:.6;text-align:center;margin:0;padding:0 12px 10px;font-size:11px;line-height:1.4}.kcc-disclaimer p{margin:0}.kcc-disclaimer a{color:var(--kcc-primary);text-decoration:underline}#kcc-root{--kcc-accent:var(--accent-color,#fa5f3c);--kcc-brand:var(--bravo-color,#235082);--kcc-primary:var(--alpha-color,#06c);--kcc-surface:var(--white-color,#fff);--kcc-text:var(--bravo-color,#0f1e32);--kcc-assistant-bg:#f1f5f9;--kcc-border:#e3e8ef;--kcc-radius:20px;--kcc-weight-medium:var(--font-weight-medium,500);--kcc-weight-semibold:var(--font-weight-semibold,600);z-index:99999;font-family:var(--font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:15px;line-height:1.45;position:fixed;bottom:24px}#kcc-root.kcc--bottom-right{right:24px}#kcc-root.kcc--bottom-left{left:24px}@media (max-width:480px){#kcc-root{bottom:12px}#kcc-root.kcc--bottom-right{right:12px}#kcc-root.kcc--bottom-left{left:12px}}
/*$vite$:1*/