.cvbot{--cvc-teal-deep: #0d4a5a;--cvc-teal-mid: #1a6b80;--cvc-teal-light: #2e8fa8;--cvc-mint: #c8ede4;--cvc-amber: #e8923a;--cvc-off-white: #f7f5f1;--cvc-text-dark: #1a2b30;--cvc-text-mid: #4a6470;--cvc-white: #fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cvbot *,.cvbot *:before,.cvbot *:after{box-sizing:border-box}.cv-chat__launcher{position:fixed;right:20px;bottom:20px;z-index:2147483000;display:flex;align-items:center;gap:10px;height:60px;padding:0 22px 0 18px;border:none;border-radius:40px;background:var(--cvc-teal-deep);color:var(--cvc-white);font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 8px 28px #0d4a5a59;transition:transform .15s,background .2s}.cv-chat__launcher:hover{background:var(--cvc-teal-mid);transform:translateY(-2px)}.cv-chat__launcher svg{width:24px;height:24px;flex:0 0 auto}.cv-chat__launcher-label{white-space:nowrap}.cv-chat__badge{position:absolute;top:-4px;right:-4px;width:14px;height:14px;border-radius:50%;background:var(--cvc-amber);border:2px solid var(--cvc-white)}.cvbot.is-open .cv-chat__launcher{transform:scale(.9);opacity:0;pointer-events:none}.cv-chat__panel{position:fixed;right:20px;bottom:20px;z-index:2147483001;width:380px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;background:var(--cvc-off-white);border-radius:20px;overflow:hidden;box-shadow:0 24px 70px #0d4a5a4d;opacity:0;transform:translateY(16px) scale(.98);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.cvbot.is-open .cv-chat__panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.cv-chat__header{display:flex;align-items:center;gap:12px;padding:16px 18px;background:linear-gradient(135deg,var(--cvc-teal-deep) 0%,var(--cvc-teal-mid) 100%);color:var(--cvc-white)}.cv-chat__avatar{width:40px;height:40px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:20px;flex:0 0 auto}.cv-chat__head-text{flex:1 1 auto;min-width:0;line-height:1.2}.cv-chat__title{font-size:15px;font-weight:600}.cv-chat__status{font-size:12px;color:var(--cvc-mint);display:flex;align-items:center;gap:6px}.cv-chat__status:before{content:"";width:7px;height:7px;border-radius:50%;background:#4ade80}.cv-chat__head-btn{width:32px;height:32px;border:none;background:#ffffff1f;color:var(--cvc-white);border-radius:8px;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .15s}.cv-chat__head-btn:hover{background:#ffffff40}.cv-chat__messages{flex:1 1 auto;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.cv-chat__msg{max-width:85%;padding:11px 15px;border-radius:16px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.cv-chat__msg--bot{align-self:flex-start;background:var(--cvc-white);color:var(--cvc-text-dark);border-bottom-left-radius:4px;box-shadow:0 1px 3px #0d4a5a14}.cv-chat__msg--user{align-self:flex-end;background:var(--cvc-teal-deep);color:var(--cvc-white);border-bottom-right-radius:4px}.cv-chat__msg strong{font-weight:700}.cv-chat__msg em{font-style:italic}.cv-chat__msg a{color:var(--cvc-teal-light)}.cv-chat__msg--user a{color:var(--cvc-mint)}.cv-chat__typing{align-self:flex-start;display:flex;gap:4px;padding:14px 16px;background:var(--cvc-white);border-radius:16px 16px 16px 4px;box-shadow:0 1px 3px #0d4a5a14}.cv-chat__typing span{width:7px;height:7px;border-radius:50%;background:var(--cvc-text-mid);animation:cvc-bounce 1.2s infinite}.cv-chat__typing span:nth-child(2){animation-delay:.2s}.cv-chat__typing span:nth-child(3){animation-delay:.4s}@keyframes cvc-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.cv-chat__prompts{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 6px}.cv-chat__prompt{background:var(--cvc-white);border:1.5px solid var(--cvc-mint);color:var(--cvc-teal-deep);font-size:12.5px;font-weight:500;padding:7px 13px;border-radius:40px;cursor:pointer;transition:all .15s}.cv-chat__prompt:hover{background:var(--cvc-mint)}.cv-chat__error{align-self:center;font-size:12px;color:#b42318;background:#fee4e2;padding:6px 12px;border-radius:8px}.cv-chat__composer{display:flex;align-items:flex-end;gap:8px;padding:12px;background:var(--cvc-white);border-top:1px solid rgba(13,74,90,.08)}.cv-chat__input{flex:1 1 auto;border:1.5px solid rgba(13,74,90,.15);border-radius:20px;padding:10px 14px;font-family:inherit;font-size:14px;line-height:1.4;resize:none;max-height:96px;outline:none;color:var(--cvc-text-dark);background:var(--cvc-off-white)}.cv-chat__input:focus{border-color:var(--cvc-teal-light)}.cv-chat__send{flex:0 0 auto;width:42px;height:42px;border:none;border-radius:50%;background:var(--cvc-amber);color:var(--cvc-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s,opacity .15s}.cv-chat__send:hover{transform:scale(1.06)}.cv-chat__send:disabled{opacity:.5;cursor:not-allowed;transform:none}.cv-chat__send svg{width:20px;height:20px}.cv-chat__footer{text-align:center;font-size:10.5px;color:var(--cvc-text-mid);padding:0 12px 8px;background:var(--cvc-white)}@media screen and (max-width:600px){.cv-chat__panel{right:0;bottom:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;border-radius:0}.cv-chat__launcher{right:16px;bottom:16px}.cv-chat__launcher-label{display:none}.cv-chat__launcher{padding:0;width:56px;height:56px;justify-content:center}}@media(prefers-reduced-motion:reduce){.cv-chat__panel,.cv-chat__launcher{transition:none}.cv-chat__typing span{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/cv-chat.css.map */
