.kfb-ai-chat{position:fixed;right:20px;bottom:20px;z-index:99990;font-family:Arial,Helvetica,sans-serif;color:#263238}.kfb-chat-launcher{display:flex;align-items:center;gap:9px;border:0;border-radius:28px;padding:13px 18px;background:var(--kfb-chat-primary);color:#fff;font-size:14px;font-weight:700;box-shadow:0 6px 22px rgba(0,0,0,.25);cursor:pointer}.kfb-chat-launcher i{font-size:19px}.kfb-chat-launcher:hover,.kfb-chat-launcher:focus{filter:brightness(.92);color:#fff}.kfb-chat-restore{display:none;position:fixed;right:0;bottom:95px;border:0;border-radius:8px 0 0 8px;padding:10px 8px;background:var(--kfb-chat-primary);color:#fff;box-shadow:0 3px 14px rgba(0,0,0,.2);cursor:pointer}.kfb-chat-restore span{display:none}.kfb-chat-panel{display:none;position:absolute;right:0;bottom:0;width:380px;height:min(620px,calc(100vh - 40px));background:#fff;border-radius:14px;box-shadow:0 14px 45px rgba(0,0,0,.3);overflow:hidden;flex-direction:column}.kfb-ai-chat.is-open .kfb-chat-panel{display:flex}.kfb-ai-chat.is-open .kfb-chat-launcher,.kfb-ai-chat.is-hidden .kfb-chat-launcher{display:none}.kfb-ai-chat.is-hidden .kfb-chat-restore{display:block}.kfb-chat-header{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;background:var(--kfb-chat-primary);color:#fff}.kfb-chat-heading{display:flex;flex-direction:column;line-height:1.25}.kfb-chat-heading strong{font-size:15px}.kfb-chat-heading small{margin-top:3px;color:rgba(255,255,255,.88)}.kfb-chat-online-dot{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#77d67c}.kfb-chat-header-actions{display:flex;gap:4px}.kfb-chat-header-actions button{width:32px;height:32px;border:0;border-radius:50%;background:transparent;color:#fff;cursor:pointer}.kfb-chat-header-actions button:hover{background:rgba(255,255,255,.15)}.kfb-chat-messages{flex:1;overflow-y:auto;padding:15px;background:#f4f6f7}.kfb-chat-message{display:flex;margin:0 0 12px}.kfb-chat-message.user{justify-content:flex-end}.kfb-chat-bubble{max-width:84%;padding:10px 12px;border-radius:13px 13px 13px 3px;background:#fff;border:1px solid #e3e8ea;box-shadow:0 1px 2px rgba(0,0,0,.04);font-size:14px;line-height:1.45;white-space:pre-wrap}.kfb-chat-message.user .kfb-chat-bubble{background:var(--kfb-chat-primary);border-color:var(--kfb-chat-primary);color:#fff;border-radius:13px 13px 3px 13px}.kfb-chat-message.notice .kfb-chat-bubble{max-width:100%;background:#fff8df;border-color:#f0d887;color:#574d28;font-size:12px}.kfb-chat-products{width:100%;margin-top:7px}.kfb-chat-product{display:grid;grid-template-columns:58px 1fr;gap:10px;margin-top:7px;padding:8px;background:#fff;border:1px solid #dfe5e7;border-radius:9px;color:#263238;text-decoration:none}.kfb-chat-product:hover{border-color:var(--kfb-chat-primary);text-decoration:none;color:#263238}.kfb-chat-product img{width:58px;height:58px;object-fit:contain;background:#fff}.kfb-chat-product-info{min-width:0}.kfb-chat-product-name{display:block;font-size:12px;font-weight:700;line-height:1.25}.kfb-chat-product-reason{display:block;margin-top:4px;color:#5f6d72;font-size:11px;line-height:1.3}.kfb-chat-product-meta{display:flex;gap:8px;margin-top:5px;font-size:12px}.kfb-chat-product-price{font-weight:700;color:#e66d00}.kfb-chat-product-stock{color:#308247}.kfb-chat-product-action{display:block;margin-top:4px;font-size:11px;color:var(--kfb-chat-primary);font-weight:700}.kfb-chat-typing{align-items:center;gap:4px;padding:7px 15px;background:#f4f6f7;color:#6e7b80;font-size:11px}.kfb-chat-typing:not([hidden]){display:flex}.kfb-chat-typing span{width:6px;height:6px;border-radius:50%;background:#8b989d;animation:kfb-chat-pulse 1.2s infinite}.kfb-chat-typing span:nth-child(2){animation-delay:.15s}.kfb-chat-typing span:nth-child(3){animation-delay:.3s}.kfb-chat-typing em{margin-left:5px;font-style:normal}@keyframes kfb-chat-pulse{0%,70%,100%{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.kfb-chat-composer{display:flex;align-items:flex-end;gap:8px;padding:10px;border-top:1px solid #e5e9eb;background:#fff}.kfb-chat-input{flex:1;min-height:40px;max-height:100px;padding:10px 11px;border:1px solid #cfd8dc;border-radius:10px;resize:none;outline:0;font-size:14px;line-height:18px}.kfb-chat-input:focus{border-color:var(--kfb-chat-primary)}.kfb-chat-send{flex:0 0 40px;height:40px;border:0;border-radius:50%;background:#ef7d00;color:#fff;cursor:pointer}.kfb-chat-send:disabled{opacity:.5;cursor:wait}.kfb-chat-website{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important}.kfb-chat-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 11px;border-top:1px solid #edf0f1;background:#fff}.kfb-chat-footer button{padding:4px;border:0;background:transparent;font-size:11px;color:#5d6a6f;cursor:pointer}.kfb-chat-support{font-weight:700}.kfb-chat-support:hover{color:var(--kfb-chat-primary)}.kfb-chat-end:hover{color:#b52b2b}.kfb-chat-support-form{position:absolute;inset:0;z-index:5;background:rgba(24,36,41,.45);padding:55px 14px 14px;overflow:auto}.kfb-chat-support-form:not([hidden]){display:block}.kfb-chat-support-inner{padding:16px;background:#fff;border-radius:11px;box-shadow:0 8px 25px rgba(0,0,0,.22)}.kfb-chat-support-inner>strong{font-size:16px}.kfb-chat-support-inner p{margin:7px 0 12px;font-size:12px;color:#617077}.kfb-chat-support-inner label{display:block;margin-bottom:8px;font-size:12px;font-weight:700}.kfb-chat-support-inner input[type=text],.kfb-chat-support-inner input[type=email],.kfb-chat-support-inner textarea{width:100%;margin-top:4px;padding:8px;border:1px solid #ccd5d9;border-radius:6px;font-size:13px;font-weight:400;box-sizing:border-box}.kfb-chat-support-inner textarea{resize:vertical}.kfb-chat-support-inner .kfb-support-history{font-weight:400}.kfb-support-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.kfb-support-actions button{padding:8px 13px;border:0;border-radius:6px;cursor:pointer}.kfb-support-cancel{background:#e8edef;color:#38464c}.kfb-support-send{background:#ef7d00;color:#fff;font-weight:700}.kfb-support-error{margin-top:8px;color:#b52b2b;font-size:12px}.kfb-chat-inline-support{margin-top:8px;padding:7px 10px;border:1px solid #ef7d00;border-radius:7px;background:#fff;color:#b75800;font-size:12px;font-weight:700;cursor:pointer}
.kfb-chat-feedback{display:flex;align-items:center;gap:5px;margin-top:9px;padding-top:8px;border-top:1px solid #edf0f1;color:#6b777c;font-size:11px}.kfb-chat-feedback-label{margin-right:3px}.kfb-chat-feedback-button{width:27px;height:25px;padding:0;border:1px solid #ced7da;border-radius:6px;background:#fff;color:#607078;cursor:pointer}.kfb-chat-feedback-button:hover{border-color:var(--kfb-chat-primary);color:var(--kfb-chat-primary)}.kfb-chat-feedback-button.is-active{border-color:#3b8d46;background:#edf8ef;color:#2e7d32}.kfb-chat-feedback-button[data-rating="-1"].is-active{border-color:#c85b54;background:#fff0ef;color:#b23831}.kfb-chat-feedback-button:disabled{cursor:default;opacity:.75}.kfb-chat-feedback.is-rated .kfb-chat-feedback-label{color:#3b7542}
.kfb-chat-followup-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.kfb-chat-followup-action{padding:7px 10px;border:1px solid var(--kfb-chat-primary);border-radius:8px;background:#fff;color:var(--kfb-chat-primary);font-size:12px;font-weight:700;line-height:1.25;text-align:left;cursor:pointer}.kfb-chat-followup-action:hover,.kfb-chat-followup-action:focus{background:var(--kfb-chat-primary);color:#fff}.kfb-chat-followup-actions.is-used .kfb-chat-followup-action{opacity:.55;cursor:default}.kfb-chat-feedback{flex-wrap:wrap}.kfb-chat-feedback-reasons{flex:0 0 100%;display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}.kfb-chat-feedback-reasons[hidden]{display:none}.kfb-chat-feedback-reason-title{flex:0 0 100%;color:#56656b;font-weight:700}.kfb-chat-feedback-reason{padding:5px 7px;border:1px solid #d4dcdf;border-radius:6px;background:#fff;color:#53646b;font-size:10px;cursor:pointer}.kfb-chat-feedback-reason:hover{border-color:#c85b54;color:#a63b35}.kfb-chat-feedback-reason:disabled{opacity:.6;cursor:default}
@media (max-width:600px){.kfb-ai-chat{right:12px;bottom:12px}.kfb-chat-panel{position:fixed;inset:0;width:100%;height:100%;max-height:none;border-radius:0}.kfb-chat-launcher{padding:12px 15px}.kfb-chat-support-form{padding-top:65px}.kfb-chat-bubble{max-width:88%}}
