#ccw-root{position:fixed;inset:0;z-index:99990;pointer-events:none;isolation:isolate;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.4;text-align:left;direction:ltr}#ccw-root *,#ccw-root *::before,#ccw-root *::after{box-sizing:border-box}#ccw-root button,#ccw-root textarea{appearance:none;-webkit-appearance:none;font-family:inherit;letter-spacing:normal;text-transform:none;text-decoration:none;box-shadow:none;outline:none;margin:0;border-radius:0}#ccw-root button:not(.ccw-launcher):not(.ccw-input__send):not(.ccw-header__close):not(.ccw-header__minimize){cursor:pointer;background:#fff0;border:0;padding:0;line-height:1;min-height:0;max-width:none;width:auto;height:auto;float:none;display:inline-flex;align-items:center;justify-content:center}#ccw-root svg{display:block;flex-shrink:0;max-width:none;max-height:none;width:auto;height:auto;fill:currentColor;stroke:none}#ccw-root .ccw-launcher{pointer-events:auto}#ccw-root .ccw-window.is-open,#ccw-root .ccw-window.is-closing{pointer-events:auto}#ccw-root .ccw-overlay.is-open{pointer-events:auto}html.ccw-chat-open,html.ccw-chat-open body{overflow:hidden!important;height:100%!important;width:100%!important;touch-action:none}.ccw-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .45);z-index:99997;opacity:0;pointer-events:none;transition:opacity 280ms ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.ccw-overlay.is-open{opacity:1;pointer-events:auto}.ccw-launcher{position:fixed;bottom:24px;z-index:99998;display:inline-flex!important;align-items:center!important;gap:10px!important;padding:12px 18px 12px 14px!important;background:var(--ccw-primary,#0F172A)!important;color:#fff!important;border-radius:999px!important;border:0!important;box-shadow:0 10px 25px rgb(0 0 0 / .15),0 4px 10px rgb(0 0 0 / .08);transition:opacity 220ms ease-out,transform 220ms ease-out,box-shadow 0.18s ease;font-size:15px!important;font-weight:500!important;line-height:1.2!important;opacity:0;transform:translateY(16px);width:auto!important;min-width:0!important;min-height:0!important;max-width:calc(100vw - 32px);cursor:pointer!important}.ccw-launcher__label{color:#fff!important;font-size:15px!important;font-weight:500!important;line-height:1.2!important;white-space:nowrap}.ccw-launcher[data-pos="bottom-right"]{right:24px;left:auto}.ccw-launcher[data-pos="bottom-left"]{left:24px;right:auto}.ccw-launcher--visible{opacity:1;transform:translateY(0)}.ccw-launcher:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgb(0 0 0 / .18),0 6px 12px rgb(0 0 0 / .1)}.ccw-launcher--visible:hover{transform:translateY(-2px)}.ccw-launcher:active{transform:translateY(0)}.ccw-launcher__icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:var(--ccw-accent,#10B981);border-radius:50%;position:relative;z-index:1;flex-shrink:0}.ccw-launcher__icon svg{width:14px!important;height:14px!important;fill:#fff!important}.ccw-launcher__badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;background:#ef4444;color:#fff!important;font-size:11px!important;font-weight:700!important;line-height:1!important;border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid var(--ccw-primary,#0F172A);box-sizing:border-box;opacity:0;transform:scale(0);pointer-events:none;z-index:2}.ccw-launcher__badge--visible{animation:ccw-badge-enter 0.45s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes ccw-badge-enter{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.12)}100%{opacity:1;transform:scale(1)}}.ccw-window{position:fixed;bottom:24px;width:380px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 48px);background:#fff!important;border-radius:18px;box-shadow:0 25px 50px rgb(0 0 0 / .18),0 10px 20px rgb(0 0 0 / .08);z-index:99999;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(.96);pointer-events:none;transition:opacity 0.22s ease,transform 0.22s cubic-bezier(.16,1,.3,1)}.ccw-window[data-pos="bottom-right"]{right:24px;left:auto}.ccw-window[data-pos="bottom-left"]{left:24px;right:auto}.ccw-window.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.ccw-handle{width:40px;height:5px;border-radius:3px;background:rgb(255 255 255 / .45);margin:10px auto 0;flex-shrink:0;display:none}.ccw-header{display:flex;flex-direction:column;align-items:stretch;background:var(--ccw-primary,#0F172A)!important;color:#fff!important;flex-shrink:0;padding:0;gap:0;touch-action:none;user-select:none;-webkit-user-select:none}.ccw-header__row{display:flex;align-items:center;gap:12px;padding:14px 16px 16px;width:100%}.ccw-header__avatar{width:42px;height:42px;border-radius:50%;background:var(--ccw-accent,#10B981);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0;color:#fff;font-size:16px}.ccw-header__meta{flex:1;min-width:0;text-align:left}.ccw-header__name{font-weight:600;font-size:15px;line-height:1.2;color:#fff!important}.ccw-header__status{font-size:12px;opacity:.85;margin-top:3px;display:flex;align-items:center;gap:6px;color:#fff!important}.ccw-header__status::before{content:"";width:7px;height:7px;background:#4ade80;border-radius:50%;flex-shrink:0}.ccw-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.ccw-header__minimize,.ccw-header__close{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px;flex-shrink:0;min-width:36px!important;width:36px!important;height:36px!important;padding:0!important;border-radius:50%!important;background:rgb(255 255 255 / .14)!important;color:#fff!important;border:1px solid rgb(255 255 255 / .22)!important;transition:background 0.15s ease,transform 0.15s ease}.ccw-header__minimize:hover,.ccw-header__close:hover{background:rgb(255 255 255 / .24)!important;transform:scale(1.05)}.ccw-header__minimize svg,.ccw-header__close svg{width:18px!important;height:18px!important;fill:#fff!important}.ccw-header__minimize-label,.ccw-header__close-label{display:none}.ccw-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:18px 16px;background:#f5f6f8;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;min-height:0}.ccw-messages::-webkit-scrollbar{width:6px}.ccw-messages::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .15);border-radius:3px}.ccw-msg{max-width:82%;padding:10px 14px;border-radius:16px;font-size:14.5px;line-height:1.45;word-wrap:break-word;margin:0}.ccw-msg--bot{background:#fff!important;color:#0F172A!important;align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 1px 2px rgb(0 0 0 / .06);animation:ccw-slide-in-bot 220ms ease-out}.ccw-msg--user{background:var(--ccw-primary,#0F172A)!important;color:#fff!important;align-self:flex-end;border-bottom-right-radius:4px;animation:ccw-slide-in-user 220ms ease-out}@keyframes ccw-slide-in-bot{from{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}@keyframes ccw-slide-in-user{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}.ccw-typing{align-self:flex-start;display:inline-flex;align-items:center;gap:4px;background:#fff;padding:12px 14px;border-radius:16px;border-bottom-left-radius:4px;box-shadow:0 1px 2px rgb(0 0 0 / .06);animation:ccw-slide-in-bot 220ms ease-out}.ccw-typing span{width:7px;height:7px;background:#94a3b8;border-radius:50%;animation:ccw-bounce 1.2s infinite ease-in-out}.ccw-typing span:nth-child(2){animation-delay:0.15s}.ccw-typing span:nth-child(3){animation-delay:0.30s}@keyframes ccw-bounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-5px)}}.ccw-input{padding:12px 14px;padding-bottom:max(12px, env(safe-area-inset-bottom));background:#fff!important;border-top:1px solid #e5e7eb;display:flex;gap:10px;align-items:flex-end;flex-shrink:0}.ccw-input__field{flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:none!important;border:1px solid #e5e7eb!important;border-radius:22px!important;padding:11px 16px!important;font-size:16px!important;resize:none;max-height:100px;outline:none!important;font-family:inherit;line-height:1.4;background:#fff!important;color:#0F172A!important;box-shadow:none!important;transition:border-color 0.15s ease;margin:0!important;float:none!important;display:block!important}.ccw-input__field:focus{border-color:var(--ccw-accent,#10B981)!important;box-shadow:0 0 0 2px rgb(16 185 129 / .15)!important}.ccw-input__send{flex:0 0 44px!important;width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;min-height:44px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:var(--ccw-accent,#10B981)!important;color:#fff!important;cursor:pointer;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:opacity 0.15s ease,transform 0.15s ease;overflow:hidden;float:none!important;line-height:0!important}.ccw-input__send:disabled{opacity:0.45!important;cursor:not-allowed;transform:none!important}.ccw-input__send:not(:disabled):hover{transform:scale(1.06)}.ccw-input__send:not(:disabled):active{transform:scale(.96)}.ccw-input__send svg{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;fill:#ffffff!important;color:#ffffff!important;pointer-events:none}.ccw-footer{padding:6px 14px 10px;padding-bottom:max(10px, env(safe-area-inset-bottom));font-size:11px;color:#94a3b8!important;text-align:center;background:#fff!important;flex-shrink:0;margin:0}.ccw-msg__text{white-space:pre-wrap;word-break:break-word}.ccw-quick-replies{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0 8px;margin:0}.ccw-quick-reply{cursor:pointer;background:#f1f5f9!important;border:1px solid #e2e8f0!important;border-radius:999px!important;padding:8px 14px!important;font-size:13px!important;color:var(--ccw-primary,#0f172a)!important;line-height:1.3!important;max-width:100%;text-align:left;transition:background 0.15s ease,border-color 0.15s ease}.ccw-quick-reply:hover{background:#e2e8f0!important;border-color:#cbd5e1!important}.ccw-product-chips{display:flex;flex-direction:column;gap:6px;margin-top:8px}.ccw-product-chip{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-radius:10px;background:#fff!important;border:1px solid #e2e8f0!important;text-decoration:none!important;color:var(--ccw-primary,#0f172a)!important;font-size:13px;line-height:1.3;transition:border-color 0.15s ease,box-shadow 0.15s ease}.ccw-product-chip:hover{border-color:var(--ccw-accent,#10b981)!important;box-shadow:0 1px 4px rgb(15 23 42 / .08)}.ccw-product-chip--no-link{cursor:default;pointer-events:none}.ccw-product-chip__name{font-weight:500;flex:1;min-width:0}.ccw-product-chip__price{color:var(--ccw-accent,#10b981)!important;font-weight:600;white-space:nowrap;flex-shrink:0}.ccw-finish-hint{display:flex;justify-content:center;padding:10px 0 4px}.ccw-finish-hint__btn{display:inline-flex;align-items:center;gap:5px;cursor:pointer;background:transparent!important;border:1px solid #cbd5e1!important;border-radius:999px!important;padding:6px 14px!important;font-size:12px!important;color:#64748b!important;line-height:1.3!important;transition:background 0.15s ease,border-color 0.15s ease,color 0.15s ease;white-space:nowrap}.ccw-finish-hint__btn:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#334155!important}.ccw-finish-hint__btn:disabled{opacity:.5;pointer-events:none}.ccw-close-modal{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;padding:16px;background:rgb(15 23 42 / .45);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s ease,visibility 0.2s ease}.ccw-close-modal.is-visible{opacity:1;visibility:visible;pointer-events:auto}.ccw-close-modal__card{width:min(100%, 300px);background:#fff;border-radius:14px;padding:20px 18px 16px;box-shadow:0 12px 40px rgb(15 23 42 / .18)}.ccw-close-modal__title{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:8px}.ccw-close-modal__text{font-size:13px;color:#64748b;margin:0 0 16px;line-height:1.45}.ccw-close-modal__actions{display:flex;gap:8px;justify-content:flex-end}.ccw-close-modal__btn{cursor:pointer;border-radius:8px!important;padding:8px 14px!important;font-size:13px!important;font-weight:500!important;line-height:1.2!important}.ccw-close-modal__btn--cancel{background:#f1f5f9!important;color:#334155!important;border:1px solid #e2e8f0!important}.ccw-close-modal__btn--ok{background:var(--ccw-primary,#0f172a)!important;color:#fff!important;border:1px solid transparent!important}@media (max-width:480px){.ccw-window{left:50%!important;right:auto!important;width:min(100%, 480px);max-width:100%;height:min(82vh, 720px);max-height:82vh;bottom:0;margin:0;border-radius:20px 20px 0 0;transform:translate(-50%,100%);opacity:0;transition:transform 380ms cubic-bezier(.16,1,.3,1),opacity 380ms cubic-bezier(.16,1,.3,1)}.ccw-window.is-open{transform:translate(-50%,0);opacity:1}.ccw-window.is-closing{transform:translate(-50%,100%);opacity:0;transition:transform 280ms ease-in,opacity 280ms ease-in}.ccw-window.ccw-window--keyboard.is-open,.ccw-window.ccw-window--keyboard.is-closing{height:var(--ccw-vvh,82vh)!important;max-height:var(--ccw-vvh,82vh)!important;top:var(--ccw-vv-top,0)!important;bottom:auto!important;transform:translateX(-50%)!important}.ccw-window.ccw-window--keyboard.is-closing{transform:translate(-50%,100%)!important}.ccw-handle{display:block}.ccw-header__row{padding:8px 16px 14px}.ccw-header__minimize,.ccw-header__close{min-width:auto!important;width:auto!important;height:36px!important;padding:0 12px!important;border-radius:999px!important;gap:6px}.ccw-header__minimize-label,.ccw-header__close-label{display:inline;font-size:13px;font-weight:500;color:#fff!important;line-height:1}.ccw-launcher[data-pos="bottom-right"]{right:16px;bottom:max(16px, env(safe-area-inset-bottom));left:auto}.ccw-launcher[data-pos="bottom-left"]{left:16px;bottom:max(16px, env(safe-area-inset-bottom));right:auto}.ccw-input__field{font-size:16px!important}}