﻿.klear-chatbot{position:fixed;right:16px;bottom:16px;z-index:2147483632;font-family:"Muller-Regular","Open Sans",Arial,sans-serif;}.klear-chatbot *{box-sizing:border-box;}.klear-chatbot__bubble{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;padding:0;border:0;border-radius:50%;background:#ec2c5b;color:#fff;cursor:pointer;box-shadow:0 0 0 3px #fff,0 6px 20px rgba(51,60,78,.35);transition:background-color .15s ease,transform .15s ease;}.klear-chatbot__bubble:hover{background:#ba1342;}.klear-chatbot__bubble:focus{outline:0;background:#ea445a;box-shadow:0 0 0 3px #fff,0 0 0 6px rgba(236,44,91,.35);}.klear-chatbot__bubble svg{width:32px;height:32px;fill:currentColor;}.klear-chatbot__bubble svg circle{fill:#ec2c5b;}.klear-chatbot__bubble--entrance{animation:klear-chatbot-pop .9s cubic-bezier(.34,1.4,.64,1);}.klear-chatbot__bubble--pulse{animation:klear-chatbot-pulse .6s ease-in-out;}.klear-chatbot__bubble--dots svg circle{animation:klear-chatbot-dot-bounce .5s ease-in-out both;}.klear-chatbot__bubble--dots svg circle:nth-of-type(2){animation-delay:.15s;}.klear-chatbot__bubble--dots svg circle:nth-of-type(3){animation-delay:.3s;}.klear-chatbot__pill{position:absolute;right:72px;bottom:16px;white-space:nowrap;padding:10px 16px;border:0;border-radius:20px;background:#333c4e;color:#fff;font-family:inherit;font-size:13px;line-height:1.2;cursor:pointer;box-shadow:0 6px 20px rgba(51,60,78,.3);animation:klear-chatbot-pill-in .3s ease both;}.klear-chatbot__pill:hover{background:#434f67;}.klear-chatbot__panel{display:flex;flex-direction:column;position:fixed;inset:0;width:100%;height:100%;background:#fff;overflow:hidden;box-shadow:0 12px 40px rgba(51,60,78,.25);}.klear-chatbot__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#333c4e;color:#fff;}.klear-chatbot__title-wrap{display:flex;align-items:center;gap:8px;}.klear-chatbot__title{margin:0;font-family:"Muller-Bold","Open Sans",Arial,sans-serif;font-size:16px;line-height:1.2;}.klear-chatbot__ai-badge{padding:2px 7px;border:1px solid rgba(255,255,255,.5);border-radius:9px;font-size:16px;line-height:1.4;letter-spacing:.5px;}.klear-chatbot__icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:#fff;cursor:pointer;}.klear-chatbot__icon-btn:hover{background:rgba(255,255,255,.15);}.klear-chatbot__icon-btn svg{width:18px;height:18px;fill:currentColor;}.klear-chatbot__messages{flex:1 1 auto;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#fafbfc;}.klear-chatbot__messages>div:first-of-type{margin-top:auto;}.klear-chatbot__msg{max-width:100%;padding:9px 13px;border-radius:12px;font-size:15px;line-height:1.45;text-align:left;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;}.klear-chatbot__msg a{color:inherit;text-decoration:underline;display:inline-block;margin:3px 0;max-width:100%;overflow-wrap:anywhere;}.klear-chatbot__msg--assistant{align-self:flex-start;background:#f1f2f4;color:#333c4e;border-bottom-left-radius:4px;}.klear-chatbot__msg--user{align-self:flex-end;background:#ec2c5b;color:#fff;border-bottom-right-radius:4px;}.klear-chatbot__msg--user a{color:#fff;}.klear-chatbot__msg-text{white-space:pre-wrap;}.klear-chatbot__msg strong{font-family:"Muller-Bold","Open Sans",Arial,sans-serif;font-weight:normal;}.klear-chatbot__chips{display:flex;flex-wrap:wrap;gap:8px;align-self:flex-start;}.klear-chatbot__chip{padding:8px 14px;border:1px solid #ec2c5b;border-radius:18px;background:#fff;color:#ec2c5b;font-family:inherit;font-size:14px;line-height:1.3;text-align:left;cursor:pointer;}.klear-chatbot__chip:hover{background:#ec2c5b;color:#fff;}.klear-chatbot__feedback{display:flex;gap:4px;align-self:flex-start;margin-top:-6px;margin-bottom:-12px;}.klear-chatbot__feedback-btn{padding:2px 6px;border:1px solid transparent;border-radius:12px;background:transparent;font-size:14px;line-height:1.4;cursor:pointer;filter:grayscale(1);opacity:.55;}.klear-chatbot__feedback-btn:hover{filter:none;opacity:1;}.klear-chatbot__feedback-btn--active{border-color:#e3e5e9;background:#fff;filter:none;opacity:1;}.klear-chatbot__typing{align-self:flex-start;display:inline-flex;gap:4px;padding:12px 14px;background:#f1f2f4;border-radius:12px;border-bottom-left-radius:4px;}.klear-chatbot__typing span{width:7px;height:7px;border-radius:50%;background:#c1c1c1;animation:klear-chatbot-blink 1.2s infinite ease-in-out both;}.klear-chatbot__typing span:nth-child(2){animation-delay:.2s;}.klear-chatbot__typing span:nth-child(3){animation-delay:.4s;}.klear-chatbot__error{padding:10px 16px;font-size:13px;color:#ba1342;background:#fdecef;border-top:1px solid #e3e5e9;}.klear-chatbot__new-conversation{margin-top:6px;padding:6px 12px;border:1px solid #ec2c5b;border-radius:20px;background:#fff;color:#ec2c5b;font-size:13px;cursor:pointer;}.klear-chatbot__new-conversation:hover{background:#ec2c5b;color:#fff;}.klear-chatbot__footer{border-top:1px solid #e3e5e9;background:#fff;}.klear-chatbot__input-row{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;}.klear-chatbot__input{flex:1 1 auto;resize:none;max-height:120px;min-height:40px;padding:9px 12px;border:1px solid #e3e5e9;border-radius:20px;font-family:inherit;font-size:15px;line-height:1.4;color:#333c4e;}.klear-chatbot__input:focus{outline:0;border-color:#ec2c5b;}.klear-chatbot__input::placeholder{color:#7d7d7d;opacity:1;}.klear-chatbot__pii-warning{margin:0;padding:8px 14px 0;font-size:12px;line-height:1.35;color:#ba1342;}.klear-chatbot__send{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:50%;background:#ec2c5b;color:#fff;cursor:pointer;}.klear-chatbot__send:hover:not(:disabled){background:#ba1342;}.klear-chatbot__send:disabled{background:#c1c1c1;cursor:default;}.klear-chatbot__send svg{width:18px;height:18px;fill:currentColor;}.klear-chatbot__disclaimer{margin:0;padding:0 14px 10px;font-size:11px;line-height:1.35;color:#7d7d7d;text-align:center;}@keyframes klear-chatbot-blink{0%,80%,100%{opacity:.3;}40%{opacity:1;}}@keyframes klear-chatbot-pop{0%{transform:scale(.2);opacity:0;}70%{transform:scale(1.1);opacity:1;}100%{transform:scale(1);}}@keyframes klear-chatbot-pulse{0%{transform:scale(1);}60%{transform:scale(1.15);}100%{transform:scale(1);}}@keyframes klear-chatbot-pill-in{from{transform:translateY(6px);opacity:0;}to{transform:translateY(0);opacity:1;}}@keyframes klear-chatbot-dot-bounce{0%{transform:translateY(0);}50%{transform:translateY(-1.8px);}100%{transform:translateY(0);}}@media(min-width:576px){.klear-chatbot__panel{position:absolute;inset:auto;right:0;bottom:0;width:380px;height:560px;max-height:calc(100vh - 32px);border-radius:16px;}}