#kccb-chat-root{--kccb-color-primary:var(--e-global-color-6688a1a,#02a1de);--kccb-color-primary-dark:var(--e-global-color-4f1e270,#049ddd);--kccb-color-user-bubble:var(--e-global-color-accent,#ffdb30);--kccb-color-user-text:var(--e-global-color-text,#454144);--kccb-color-bot-bubble:#fff;--kccb-color-bot-text:var(--e-global-color-text,#333);--kccb-color-online:#4caf50;--kccb-color-chip-border:#1aa3d3;--kccb-color-chip-bg:#fff;--kccb-color-chip-text:#1aa3d3;--kccb-shadow-bubble:0 1px 4px rgba(0,0,0,.1);--kccb-shadow-panel:0 8px 32px rgba(0,0,0,.15);position:fixed;bottom:20px;right:20px;z-index:2147483647;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;line-height:1.5;box-sizing:border-box}#kccb-chat-root *,#kccb-chat-root *:before,#kccb-chat-root *:after{box-sizing:inherit;-webkit-tap-highlight-color:transparent}#kccb-chat-root *:focus:not(:focus-visible){outline:none}#kccb-chat-root button{font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer;border:none;outline:none;padding:0;margin:0}#kccb-chat-root button:not(.kccb-chat-toggle):not(.kccb-chat-submit){background:0 0}#kccb-chat-root button:focus{outline:none}#kccb-chat-root button:focus-visible{outline:2px solid var(--kccb-color-primary);outline-offset:2px}#kccb-chat-root input,#kccb-chat-root textarea{font-family:inherit;font-size:inherit;line-height:inherit}#kccb-chat-root:empty{display:none}.kccb-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#kccb-chat-root .kccb-chat-toggle{position:relative;font-family:'Montserrat',system-ui,-apple-system,sans-serif;background-color:#f2d228;color:#222;border-radius:12px;height:56px;padding:0 20px;font-size:15px;font-weight:500;line-height:1;text-transform:none;white-space:nowrap;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .15s ease,background-color .2s ease;border:none;cursor:pointer;overflow:hidden}#kccb-chat-root .kccb-chat-toggle:hover{background-color:#ffe034;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.18)}#kccb-chat-root .kccb-chat-toggle:active{background-color:#e6c520;transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.15)}#kccb-chat-root .kccb-chat-toggle__indicator{width:10px;height:10px;border-radius:50%;background-color:var(--kccb-color-online);flex-shrink:0;animation:kccb-pulse 2s ease-in-out infinite}@keyframes kccb-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}#kccb-chat-root .kccb-chat-toggle__text{color:#222;font-size:15px;font-weight:500;white-space:nowrap;line-height:1}.kccb-toggle-icon{display:none}.kccb-toggle-icon svg{width:20px;height:20px}#kccb-chat-root.kccb-open .kccb-chat-toggle{width:48px;height:48px;padding:0;justify-content:center;border-radius:50%}#kccb-chat-root.kccb-open .kccb-chat-toggle__indicator,#kccb-chat-root.kccb-open .kccb-chat-toggle__text{display:none}.kccb-open .kccb-toggle-icon{display:flex;align-items:center;justify-content:center}.kccb-icon-chat{display:none}.kccb-icon-close{display:none}.kccb-open .kccb-icon-close{display:flex}.kccb-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background-color:#dc3545;color:#fff;font-size:11px;font-weight:600;line-height:20px;text-align:center;opacity:0;transform:scale(.5);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.kccb-badge-visible{opacity:1;transform:scale(1);animation:kccb-badge-pulse .3s ease}@keyframes kccb-badge-pulse{0%{transform:scale(.5)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.kccb-open .kccb-badge{opacity:0;transform:scale(.5)}.kccb-chat-panel{position:absolute;bottom:70px;right:0;--kccb-header-height:72px;width:360px;height:480px;max-height:calc(100vh - 100px);background-color:transparent;border-radius:12px;box-shadow:none;display:flex;flex-direction:column;overflow:hidden;overscroll-behavior:contain;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,bottom .25s ease}.kccb-open .kccb-chat-panel{bottom:0;opacity:1;visibility:visible;transform:translateY(0) scale(1)}.kccb-backdrop{display:none}.kccb-drag-handle{display:none}.kccb-chat-header{position:absolute;right:0;width:360px;z-index:5;display:flex;align-items:center;padding:16px;border-radius:12px 12px 0 0;overflow:hidden;background:rgba(255,255,255,.12);backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);border-bottom:1px solid rgba(255,255,255,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 4px 16px rgba(0,0,0,.08);color:var(--kccb-color-bot-text);gap:12px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.kccb-chat-header.kccb-header-visible{opacity:1;visibility:visible;pointer-events:auto}.kccb-chat-header:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,0) 50%);pointer-events:none}.kccb-chat-header:after{content:none}.kccb-chat-header>*{position:relative;z-index:2}@supports not ((backdrop-filter:blur(2px)) or (-webkit-backdrop-filter:blur(2px))){.kccb-chat-header{background:rgba(250,250,250,.92)}}.kccb-chat-header__logo{width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,rgba(255,255,255,.7) 0%,rgba(250,250,250,.4) 100%),rgba(238,238,238,.96);border:1px solid rgba(255,255,255,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.64),0 3px 8px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#2a2a2a;flex-shrink:0}.kccb-chat-header__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.55);box-shadow:0 3px 8px rgba(18,24,33,.14);flex-shrink:0}.kccb-chat-header__info{flex:1;min-width:0}#kccb-chat-root .kccb-chat-title{margin:0;padding:0;font-size:14px;font-weight:600;line-height:1.25;letter-spacing:normal;text-transform:none;color:#1f2933}.kccb-chat-header__subtitle{margin:2px 0 0;padding:0;font-size:12px;font-weight:400;line-height:1.3;color:rgba(31,41,51,.72)}.kccb-chat-close{width:32px;height:32px;border-radius:999px;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px 0 rgba(255,255,255,.28);color:rgba(24,33,45,.72);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .15s ease,background-color .15s ease}.kccb-chat-close:hover{color:rgba(24,33,45,.95);background-color:rgba(255,255,255,.34)}.kccb-chat-close svg{width:20px;height:20px}.kccb-open .kccb-chat-toggle{opacity:0;pointer-events:none;transform:scale(.8)}.kccb-chat-messages{flex:1;overflow-y:auto;contain:layout style;padding:calc(8px + var(--kccb-header-height)) 16px 16px;background:linear-gradient(to bottom,transparent var(--kccb-header-height),#f8f9fa var(--kccb-header-height));box-shadow:var(--kccb-shadow-panel);overscroll-behavior:contain;border-radius:12px 12px 0 0;-webkit-mask-image:linear-gradient(to bottom,transparent var(--kccb-header-height),#000 var(--kccb-header-height));mask-image:linear-gradient(to bottom,transparent var(--kccb-header-height),#000 var(--kccb-header-height))}.kccb-chat-messages::-webkit-scrollbar{width:6px}.kccb-chat-messages::-webkit-scrollbar-track{background:0 0}.kccb-chat-messages::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.kccb-chat-messages::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}.kccb-chat-messages:empty:before{content:'';display:block}.kccb-message{display:flex;flex-direction:column;margin-bottom:12px;animation:kccb-message-appear .2s ease;gap:4px}@keyframes kccb-message-appear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.kccb-message-user{align-items:flex-end}.kccb-message-bot,.kccb-message-assistant{align-items:flex-start}.kccb-message-bubble{max-width:80%;padding:10px 14px;border-radius:16px;word-wrap:break-word;white-space:pre-wrap}.kccb-message-user .kccb-message-bubble{background-color:var(--kccb-color-user-bubble);color:var(--kccb-color-user-text);border-bottom-right-radius:4px}.kccb-message-bot .kccb-message-bubble,.kccb-message-assistant .kccb-message-bubble{background-color:var(--kccb-color-bot-bubble);color:var(--kccb-color-bot-text);border-bottom-left-radius:4px;box-shadow:var(--kccb-shadow-bubble)}.kccb-message-time{font-size:11px;line-height:1;color:#8a8f98;padding:0 6px;user-select:none;opacity:.9}.kccb-message-user .kccb-message-time{align-self:flex-end;text-align:right}.kccb-message-bot .kccb-message-time,.kccb-message-assistant .kccb-message-time{align-self:flex-start;text-align:left}.kccb-message-bubble p{margin:0 0 .5em}.kccb-message-bubble p:last-child{margin-bottom:0}.kccb-message-assistant .kccb-message-bubble a{color:var(--kccb-color-primary);text-decoration:underline}.kccb-message-assistant .kccb-message-bubble a:hover{color:var(--kccb-color-primary-dark)}.kccb-message-bubble strong{font-weight:600}.kccb-message-bubble em{font-style:italic}.kccb-message-bubble ul,.kccb-message-bubble ol{margin:.5em 0;padding-left:1.5em}.kccb-message-bubble li{margin:.25em 0}.kccb-message-bubble code{background-color:rgba(0,0,0,.06);padding:.15em .4em;border-radius:3px;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:.9em}.kccb-message-bubble pre{background-color:rgba(0,0,0,.06);padding:.75em 1em;border-radius:6px;overflow-x:auto;margin:.5em 0}.kccb-message-bubble pre code{background:0 0;padding:0;font-size:.85em}.kccb-message-bubble blockquote{border-left:3px solid var(--kccb-color-primary);margin:.5em 0;padding-left:1em;color:#666}.kccb-message-bubble h1,.kccb-message-bubble h2,.kccb-message-bubble h3,.kccb-message-bubble h4{font-size:1em;font-weight:600;margin:.5em 0 .25em}.kccb-message-bubble hr{border:none;border-top:1px solid #ddd;margin:.75em 0}.kccb-typing-indicator{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:0;animation:none}.kccb-typing-indicator .kccb-message-bubble{min-width:40px;padding:8px 12px}.kccb-typing-dots{display:inline-flex;align-items:center;gap:4px;line-height:1}.kccb-typing-dots>span{display:block;width:7px;height:7px;border-radius:50%;background-color:#999;animation:kccb-typing-bounce 1.4s infinite ease-in-out;will-change:transform,opacity}.kccb-typing-dots>span:nth-child(1){animation-delay:0s}.kccb-typing-dots>span:nth-child(2){animation-delay:.2s}.kccb-typing-dots>span:nth-child(3){animation-delay:.4s}@keyframes kccb-typing-bounce{0%,80%,100%{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.kccb-typing-label{display:block;font-size:12px;font-style:italic;color:#999;line-height:1.3;margin-top:4px;opacity:0;transition:opacity .3s ease-in-out;white-space:nowrap;overflow:hidden}.kccb-typing-label.kccb-visible{opacity:1}.kccb-quick-replies{display:none;gap:8px;padding:8px 16px 12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;background-color:#f8f9fa}.kccb-quick-replies:not(:empty){display:flex}.kccb-quick-replies::-webkit-scrollbar{height:4px}.kccb-quick-replies::-webkit-scrollbar-track{background:0 0}.kccb-quick-replies::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}.kccb-quick-replies__chip{flex-shrink:0;scroll-snap-align:start;padding:8px 16px;border:1px solid var(--kccb-color-chip-border);border-radius:20px;background-color:var(--kccb-color-chip-bg);color:var(--kccb-color-chip-text);font-size:13px;font-weight:500;line-height:1.3;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,transform .1s ease}.kccb-quick-replies__chip:hover{background-color:rgba(26,163,211,.08)}.kccb-quick-replies__chip:active{transform:scale(.97)}.kccb-quick-replies__chip:focus{outline:2px solid var(--kccb-color-primary);outline-offset:2px}.kccb-product-cards{display:flex;gap:10px;padding:4px 0 12px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;margin-bottom:4px}.kccb-product-cards::-webkit-scrollbar{display:none}.kccb-message-assistant .kccb-product-cards{width:100%;align-self:stretch}.kccb-product-cards-desktop-scroll{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent;cursor:grab}.kccb-product-cards-desktop-scroll.is-dragging{cursor:grabbing}.kccb-product-cards-desktop-scroll::-webkit-scrollbar{display:block;height:6px}.kccb-product-cards-desktop-scroll::-webkit-scrollbar-track{background:0 0}.kccb-product-cards-desktop-scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:999px}.kccb-product-card{flex-shrink:0;scroll-snap-align:start;width:148px;background:#fff;border-radius:10px;box-shadow:0 1px 4px rgba(0,0,0,.1);overflow:hidden;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease;display:flex;flex-direction:column}.kccb-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.kccb-product-card:focus{outline:2px solid var(--kccb-color-primary);outline-offset:2px}.kccb-product-card--highlighted{box-shadow:0 0 0 2px var(--kccb-color-primary),0 4px 12px rgba(0,0,0,.15);animation:kccb-card-pulse .6s ease 2}@keyframes kccb-card-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.03)}}.kccb-product-card__image{width:100%;height:100px;object-fit:contain;background:#f8f9fa}.kccb-product-card__name{padding:8px 10px 6px;font-size:12px;font-weight:600;line-height:1.28;min-height:calc(1.28em * 3);color:var(--kccb-color-bot-text);overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.kccb-product-card__price{padding:0 10px 10px;font-size:14px;font-weight:700;color:var(--kccb-color-bot-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kccb-chat-form{display:flex;flex-direction:row;align-items:flex-end;gap:10px;padding:12px 16px;background-color:#fff;border-top:1px solid #e9ecef;border-radius:0 0 12px 12px;box-shadow:var(--kccb-shadow-panel);flex-shrink:0}.kccb-input-wrapper{display:flex;flex:1;flex-wrap:wrap;min-width:0;position:relative;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:20px;padding:10px 16px;min-height:44px;transition:border-color .15s ease,box-shadow .15s ease}.kccb-char-counter{position:absolute;right:12px;bottom:2px;font-size:11px;color:#868e96;pointer-events:none;line-height:1}.kccb-char-counter--warn{color:#e03131;font-weight:600}.kccb-input-wrapper:focus-within{border-color:#adb5bd;box-shadow:0 0 0 3px rgba(0,0,0,.06)}#kccb-chat-root .kccb-chat-input{display:block;width:100%;flex:1;min-height:22px;max-height:120px;padding:0 !important;margin:0 !important;border:0 !important;outline:0 !important;box-shadow:none !important;background:0 0 !important;color:var(--kccb-color-bot-text);line-height:1.4 !important;text-decoration:none !important;-webkit-appearance:none;appearance:none;resize:none;border-radius:0}#kccb-chat-root .kccb-chat-input:focus,#kccb-chat-root .kccb-chat-input:active{border:0 !important;outline:0 !important;box-shadow:none !important}#kccb-chat-root .kccb-chat-input::placeholder{color:#8a8f96;opacity:1}#kccb-chat-root .kccb-chat-input::-webkit-resizer{display:none}#kccb-chat-root .kccb-chat-submit{width:42px;height:42px;border-radius:50%;background-color:var(--kccb-color-primary);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .15s ease,transform .15s ease}#kccb-chat-root .kccb-chat-submit:hover{background-color:var(--kccb-color-primary-dark)}.kccb-chat-submit:active{transform:scale(.95)}.kccb-chat-submit:disabled{background-color:#ccc;cursor:not-allowed}.kccb-chat-submit svg{width:18px;height:18px}@media (max-width:640px){#kccb-chat-root{bottom:16px;right:16px}.kccb-backdrop{display:none;position:fixed;inset:0;background-color:rgba(0,0,0,.3);z-index:-1;opacity:0;transition:opacity .3s cubic-bezier(.32,.72,0,1);-webkit-tap-highlight-color:transparent}.kccb-drag-handle{display:flex;align-items:center;justify-content:center;width:100%;height:20px;cursor:grab;flex-shrink:0;touch-action:none;-webkit-tap-highlight-color:transparent;border-radius:16px 16px 0 0}.kccb-chat-panel--fullscreen .kccb-drag-handle{border-radius:16px 16px 0 0}.kccb-drag-handle:after{content:'';width:32px;height:4px;border-radius:2px;background-color:rgba(0,0,0,.2)}.kccb-drag-handle:active{cursor:grabbing}.kccb-chat-panel{--kccb-header-height:72px;--kccb-sheet-inset:12px;position:fixed;right:var(--kccb-sheet-inset);left:var(--kccb-sheet-inset);width:auto;max-height:none;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08);height:50vh;height:50svh;transform:none;bottom:-100vh;bottom:-100svh;transition:bottom .3s cubic-bezier(.32,.72,0,1),height .3s cubic-bezier(.32,.72,0,1),left .3s cubic-bezier(.32,.72,0,1),right .3s cubic-bezier(.32,.72,0,1)}.kccb-open .kccb-chat-panel{bottom:calc(var(--kccb-sheet-inset) + env(keyboard-inset-height, 0px));min-height:200px}.kccb-open .kccb-chat-panel.kccb-chat-panel--fullscreen{bottom:env(keyboard-inset-height,0px);left:0;right:0;border-radius:16px 16px 0 0;box-shadow:none}.kccb-chat-panel.kccb-dragging{transition:none !important;will-change:height}#kccb-chat-root .kccb-chat-toggle{height:44px;padding:0 16px 0 14px;gap:10px}#kccb-chat-root .kccb-chat-toggle__indicator{width:8px;height:8px}#kccb-chat-root .kccb-chat-toggle__text{font-size:13px}#kccb-chat-root.kccb-open .kccb-chat-toggle{width:44px;height:44px}#kccb-chat-root .kccb-toggle-icon svg{width:20px;height:20px}#kccb-chat-root.kccb-open .kccb-chat-toggle{opacity:0;pointer-events:none;transform:scale(.8)}.kccb-chat-close{width:40px;height:40px}.kccb-chat-submit{width:40px;height:40px}.kccb-chat-header{position:absolute;top:0;left:0;right:0;width:100%;border-radius:16px 16px 0 0;transition:border-radius .3s cubic-bezier(.32,.72,0,1)}.kccb-chat-messages{-webkit-overflow-scrolling:touch;border-radius:0;background:linear-gradient(to bottom,transparent calc(var(--kccb-header-height) - 20px),
            #f8f9fa calc(var(--kccb-header-height) - 20px)
        );-webkit-mask-image:linear-gradient(to bottom,transparent calc(var(--kccb-header-height) - 20px), black calc(var(--kccb-header-height) - 20px));mask-image:linear-gradient(to bottom,transparent calc(var(--kccb-header-height) - 20px), black calc(var(--kccb-header-height) - 20px))}.kccb-chat-form{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.kccb-product-card{width:136px}.kccb-product-card__image{height:90px}}@media (max-width:480px){#kccb-chat-root{bottom:12px;right:12px}.kccb-chat-panel{--kccb-header-height:68px}.kccb-chat-header{padding:14px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.kccb-chat-header:active{cursor:grabbing}.kccb-chat-messages{padding:calc(8px + var(--kccb-header-height)) 12px 12px}.kccb-chat-form{padding:10px 12px}.kccb-message-bubble{max-width:85%;padding:8px 12px;font-size:14px}.kccb-product-card{width:128px}.kccb-product-card__image{height:80px}}@media (prefers-reduced-motion:reduce){#kccb-chat-root .kccb-chat-toggle,#kccb-chat-root .kccb-chat-toggle__indicator,#kccb-chat-root .kccb-toggle-icon,.kccb-badge,.kccb-chat-panel,.kccb-chat-header,.kccb-chat-submit,.kccb-message,.kccb-quick-replies__chip,.kccb-product-cards,.kccb-product-card{transition:none;animation:none}.kccb-backdrop{transition:none}#kccb-chat-root .kccb-chat-toggle__indicator{opacity:1}.kccb-typing-indicator span{animation:none;opacity:.7}}@media (prefers-contrast:high){.kccb-chat-panel{border:2px solid #333}#kccb-chat-root .kccb-chat-toggle{border:2px solid #fff}.kccb-input-wrapper{border-width:2px}.kccb-message-bot .kccb-message-bubble,.kccb-message-assistant .kccb-message-bubble{border:1px solid #ccc}.kccb-drag-handle:after{background-color:rgba(0,0,0,.5)}}@media (prefers-reduced-transparency:reduce){.kccb-backdrop{background-color:rgba(0,0,0,.6)}}