.cfChatBtn{position:fixed;right:18px;bottom:18px;z-index:999999;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#111;color:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:12px 16px;font:14px system-ui;font-weight:600;cursor:pointer;box-shadow:0 10px 30px #0000001f}.cfChatBtn:hover{box-shadow:0 14px 34px #00000029}.inkd-chatbot-launcher-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0;flex:0 0 auto}.inkd-chatbot-launcher-text{display:inline-flex;align-items:center;white-space:nowrap;line-height:1}.cfChatBox{position:fixed;right:18px;bottom:72px;z-index:999999;width:420px;max-width:calc(100vw - 28px);height:620px;max-height:calc(100vh - 110px);background:#fff;color:#111;border:1px solid #e5e7eb;border-radius:22px;display:none;overflow:hidden;box-shadow:0 20px 70px #0003;font:14px system-ui}.cfChatBox.is-open{display:block}.cfChatTop{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:space-between;background:#0e3e55;color:#fff}.cfBrand{display:flex;align-items:center;gap:10px;min-width:0}.cfBrandLogo{width:34px;height:34px;border-radius:999px;background:#fff;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.cfBrandLogo img{width:22px;height:22px;object-fit:contain}.cfBrandMeta{display:flex;flex-direction:column;min-width:0}.cfBrandMeta .t1{font-size:12px;opacity:.95;font-weight:700}.cfBrandMeta .t2{font-size:11px;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cfTopIconBtn,.cfBackBtn{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;cursor:pointer;background:#ffffff24;color:#fffffff2;border:0;padding:0}.cfTopIconBtn:hover,.cfBackBtn:hover{background:#fff3}.cfView{height:calc(100% - 58px);display:none}.cfView.active{display:block}.cfHome{height:90%;background:linear-gradient(180deg,#0e3e55 0% 38%,#0e3e5559 44%,#0e3e551f 48%,#fff 55%)}.cfHomeHero{padding:26px 18px 18px;color:#fff}.cfHomeHero h2{margin:0;font-size:3rem;padding-top:30px;line-height:1.05;letter-spacing:-.02em;font-weight:900;color:#fff}.cfHomeHero p{margin:10px 0 0;font-size:14px;opacity:.95;font-weight:600}.cfHomeCards{padding:16px 14px 18px;display:grid;gap:12px}.cfCard{background:#fff;border:1px solid rgba(17,24,39,.1);border-radius:18px;box-shadow:0 10px 30px #00000014;padding:14px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:74px;-webkit-user-select:none;user-select:none}.cfCard:hover{box-shadow:0 14px 36px #0000001a;transform:translateY(-1px)}.cfCardTitle{font-weight:900;font-size:15px;color:#0b1220;margin:0 0 4px}.cfCardSub{margin:0;font-size:12px;color:#0b1220b3;font-weight:600}.cfCardIcon{width:36px;height:36px;border-radius:12px;background:#0a84ff1f;display:grid;place-items:center;color:#0a84ff;flex:0 0 auto;font-weight:900}.cfMsgsWrap{height:100%;display:flex;flex-direction:column;background:#fff}.cfChatMsgs{padding:12px 12px 76px;flex:1;overflow:auto;background:#f9fafb;overscroll-behavior:contain}.cfChatMsgs::-webkit-scrollbar{width:10px}.cfChatMsgs::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px;border:3px solid #f9fafb}.cfBubble{margin:10px 0;padding:10px 12px;border-radius:14px;max-width:90%;background:#fff;border:1px solid #e5e7eb;color:#111}.cfBubble.customer{margin-left:auto;background:#eef2ff;border-color:#c7d2fe}.cfBubble.admin{margin-right:auto;background:#fff;border-color:#e5e7eb}.cfBubble.system{margin-right:auto;background:#fff7ed;border-color:#fed7aa;color:#7c2d12}.cfBubble.typing{margin-right:auto!important;margin-left:0!important;background:#fff!important;border-color:#e5e7eb!important;max-width:70%}.cfMeta{opacity:1;font-size:12px;margin-bottom:4px;color:#6b7280}.cfBubble a{color:#1d4ed8;text-decoration:underline}.cfTypingDots{display:inline-flex;align-items:center;gap:4px;height:16px}.cfTypingDots span{width:6px;height:6px;border-radius:50%;background:#374151;opacity:.35;transform:translateY(0);animation:cfDotPulse 1.05s infinite ease-in-out}.cfTypingDots span:nth-child(2){animation-delay:.15s}.cfTypingDots span:nth-child(3){animation-delay:.3s}@keyframes cfDotPulse{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:.85;transform:translateY(-2px)}}.cfEvent{display:flex;align-items:center;gap:10px;margin:12px 0;padding:0 2px}.cfEvent__line{flex:1;height:1px;background:#11182726}.cfEvent__text{font-size:12px;color:#111827a6;white-space:nowrap;font-weight:700}.cfTabs{position:absolute;left:0;right:0;bottom:0;height:58px;border-top:1px solid rgba(17,24,39,.1);background:#fff;display:grid;grid-template-columns:1fr 1fr}.cfTab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#0b12209e;font-weight:800;font-size:12px;border:0;background:transparent}.cfTab svg{width:20px;height:20px}.cfTab.active{color:#0a84ff}.cfChatBox[data-view=home] .cfBackBtn{display:none}.cfChatBox[data-view=messages] .cfBackBtn{display:grid}.cfChatBox[data-view=messages] .cfTabs{display:none!important}.cfChatRow--composer{padding:12px;background:#f9fafb}.cfComposer{width:100%;max-width:720px;margin:0 auto;border:1px solid #e7e9ee;border-radius:18px;background:#fff;padding:12px 12px 10px;box-shadow:0 1px #00000005}.cfComposer:focus-within{border:2px solid rgb(9,156,224);box-shadow:0 1px #00000005,0 0 0 3px #c7cdd859}.cfComposer__inputWrap{padding:2px 4px 8px;border:0}.cfComposer__input{width:100%;border:none!important;outline:none!important;box-shadow:none!important;background:transparent;-webkit-appearance:none;appearance:none;font-size:1.5rem;color:#111827}.cfComposer__input::placeholder{color:#9aa3af}.cfComposer__bar{display:flex;align-items:center;justify-content:space-between;gap:10px}.cfComposer__left{display:flex;align-items:center;gap:10px}.cfIconBtn{width:34px;height:34px;border-radius:999px;border:0;background:transparent;display:grid;place-items:center;color:#6b7280;cursor:pointer}.cfIconBtn:hover{background:#f3f4f6}.cfIconBtn:active{background:#eceff3}.cfIconBtn svg{display:block}.cfSendBtn{width:36px;height:36px;border-radius:999px;border:0;display:grid;place-items:center;background:transparent;color:#9aa3af;cursor:default;flex:0 0 auto;transition:color .15s ease,transform .05s ease,filter .15s ease}.cfSendBtn svg{display:block;transform:translate(.5px)}.cfSendBtn.is-ready{color:#099ce0;cursor:pointer}.cfSendBtn.is-ready:hover{filter:brightness(.98)}.cfSendBtn.is-ready:active{transform:scale(.98)}.cfSendBtn:disabled{pointer-events:none}.cfEmojiPop{position:absolute;z-index:9999999;background:#fff;border:1px solid #e7e9ee;border-radius:14px;padding:10px;box-shadow:0 18px 50px #00000024}.cfEmojiGrid{display:grid;grid-template-columns:repeat(5,34px);gap:8px}.cfEmojiBtn{width:34px;height:34px;border-radius:10px;border:0;background:transparent;cursor:pointer;font-size:18px;line-height:1}.cfEmojiBtn:hover{background:#eef2ff}.cfIconBtn.is-recording{background:#ef44441f;color:#ef4444}@media(max-width:520px){.cfChatBox{right:12px;bottom:68px;width:calc(100vw - 24px);height:min(640px,calc(100vh - 96px));border-radius:20px}.cfHomeHero h2{font-size:30px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/inkd-chat-widget.css.map */
