:root{--dtf-ai-primary:#009FE3;--dtf-ai-dark:#0b2740;--dtf-ai-border:#e5eaf2;--dtf-ai-bg:#f6f8fb;--dtf-ai-text:#111827;--dtf-ai-muted:#697386}#dtf-ai-chat-root{position:fixed;right:22px;bottom:20px;z-index:99999;font-family:Poppins,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--dtf-ai-text)}#dtf-ai-chat-root *{box-sizing:border-box}.dtf-ai-bubble{width:72px;height:72px;border:0;border-radius:26px;background:linear-gradient(145deg,var(--dtf-ai-primary),#006d9b);color:#fff;box-shadow:0 18px 45px rgba(0,90,130,.28);cursor:pointer;font-weight:800;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.05;position:relative;letter-spacing:-.2px}.dtf-ai-bubble span:not(.dtf-ai-bubble-dot){font-size:16px}.dtf-ai-bubble strong{font-size:14px}.dtf-ai-bubble-dot{position:absolute;right:10px;top:10px;width:11px;height:11px;background:#21d079;border-radius:50%;border:2px solid #fff}.dtf-ai-panel{position:absolute;right:0;bottom:86px;width:390px;height:min(650px,calc(100vh - 115px));display:none;flex-direction:column;overflow:hidden;background:#fff;border:1px solid rgba(14,32,57,.08);border-radius:24px;box-shadow:0 24px 80px rgba(15,23,42,.25)}.dtf-ai-panel.is-open{display:flex}.dtf-ai-header{flex:0 0 auto;padding:14px 15px;background:linear-gradient(135deg,#063b58,var(--dtf-ai-primary));color:#fff;display:flex;align-items:center;justify-content:space-between}.dtf-ai-brand{display:flex;align-items:center;gap:10px;min-width:0}.dtf-ai-avatar{width:40px;height:40px;border-radius:15px;background:rgba(255,255,255,.18);display:grid;place-items:center;font-size:12px;font-weight:900;flex:0 0 auto}.dtf-ai-brand strong{display:block;font-size:15.5px;line-height:1.1;font-weight:800}.dtf-ai-brand small{display:flex;align-items:center;gap:6px;margin-top:4px;color:rgba(255,255,255,.88);font-size:11.5px;font-weight:600}.dtf-ai-brand small i{width:7px;height:7px;border-radius:50%;background:#2ee58d;display:block}.dtf-ai-close{width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.17);color:#fff;font-size:24px;line-height:1;cursor:pointer}.dtf-ai-close:hover{background:rgba(255,255,255,.26)}.dtf-ai-promo{flex:0 0 auto;padding:7px 12px;background:#fff8e7;color:#7a4b00;border-bottom:1px solid #ffe5ad;text-align:center;font-size:11.2px;font-weight:700;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dtf-ai-messages{flex:1 1 auto;min-height:0;overflow-y:auto;padding:13px 12px;background:linear-gradient(180deg,#f7fbff 0%,#fff 42%);scrollbar-width:thin}.dtf-ai-messages::-webkit-scrollbar{width:5px}.dtf-ai-messages::-webkit-scrollbar-thumb{background:#c8d2df;border-radius:10px}.dtf-ai-msg-row{display:flex;align-items:flex-end;gap:6px;margin:0 0 10px}.dtf-ai-msg-row.customer{justify-content:flex-end}.dtf-ai-msg-row.customer .dtf-ai-mini-avatar{order:2}.dtf-ai-mini-avatar{width:25px;height:25px;border-radius:9px;background:#e7f3fb;color:#365063;display:grid;place-items:center;font-size:9.5px;font-weight:900;flex:0 0 auto}.dtf-ai-msg-row.customer .dtf-ai-mini-avatar{background:#dff6ff;color:#0a6b93}.dtf-ai-msg-row.operator .dtf-ai-mini-avatar{background:#e9f9ef;color:#096532}.dtf-ai-msg{max-width:78%;border-radius:17px;padding:10px 12px;font-size:13px;line-height:1.46;word-break:break-word;box-shadow:0 6px 22px rgba(15,23,42,.04)}.dtf-ai-msg a{color:inherit;text-decoration:underline}.dtf-ai-msg.ai,.dtf-ai-msg.operator{background:#fff;border:1px solid var(--dtf-ai-border);border-bottom-left-radius:6px}.dtf-ai-msg.customer{background:linear-gradient(135deg,var(--dtf-ai-primary),#047aaa);color:#fff;border-bottom-right-radius:6px}.dtf-ai-msg.system{max-width:94%;margin-left:auto;margin-right:auto;background:#fff7e8;border:1px solid #ffe0a6;color:#6b4200;text-align:center;font-size:12px}.dtf-ai-quick{flex:0 0 auto;display:flex;gap:7px;padding:8px 10px;border-top:1px solid var(--dtf-ai-border);background:#fff;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}.dtf-ai-quick::-webkit-scrollbar{display:none}.dtf-ai-quick button{flex:0 0 auto;border:1px solid #dce5ef;background:#fff;border-radius:999px;padding:7px 11px;font-size:11.2px;line-height:1;font-weight:800;cursor:pointer;color:#223042;transition:.15s ease;box-shadow:0 4px 14px rgba(15,23,42,.03)}.dtf-ai-quick button:hover{border-color:var(--dtf-ai-primary);color:#006d9b;background:#effaff}.dtf-ai-meta-form{display:none;grid-template-columns:1fr 1fr;gap:7px;padding:0 10px 8px;background:#fff}.dtf-ai-meta-form.is-visible{display:grid}.dtf-ai-meta-form input,.dtf-ai-input{border:1px solid #d9e3ee;border-radius:14px;padding:10px 12px;font-size:13px;outline:0;background:#fff}.dtf-ai-meta-form input:focus,.dtf-ai-input:focus{border-color:var(--dtf-ai-primary);box-shadow:0 0 0 3px rgba(0,159,227,.12)}.dtf-ai-typing{display:none;padding:0 13px 6px;background:#fff;color:#667085;font-size:11px;align-items:center;gap:4px}.dtf-ai-typing.is-visible{display:flex}.dtf-ai-typing span{width:5px;height:5px;border-radius:50%;background:#98a2b3;display:inline-block;animation:dtfTyping .9s infinite ease-in-out}.dtf-ai-typing span:nth-child(2){animation-delay:.15s}.dtf-ai-typing span:nth-child(3){animation-delay:.3s}@keyframes dtfTyping{0%,100%{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.dtf-ai-form{flex:0 0 auto;display:flex;gap:8px;padding:10px 10px 7px;border-top:1px solid var(--dtf-ai-border);background:#fff}.dtf-ai-input{flex:1;min-width:0;height:45px}.dtf-ai-send{height:45px;border:0;border-radius:15px;background:#111827;color:#fff;font-size:13px;font-weight:900;padding:0 16px;cursor:pointer;transition:.15s ease}.dtf-ai-send:hover{background:var(--dtf-ai-primary)}.dtf-ai-credit{flex:0 0 auto;padding:0 12px 9px;background:#fff;text-align:center;color:#98a2b3;font-size:9.5px;font-weight:600;letter-spacing:.1px}.dtf-ai-credit:empty{display:none}@media(max-width:480px){#dtf-ai-chat-root{right:11px;bottom:11px}.dtf-ai-bubble{width:68px;height:68px;border-radius:23px}.dtf-ai-panel{position:fixed;right:8px;left:8px;bottom:86px;width:auto;height:min(660px,calc(100vh - 98px));border-radius:23px}.dtf-ai-header{padding:13px 14px}.dtf-ai-messages{padding:12px 10px}.dtf-ai-msg{font-size:13px;max-width:80%}.dtf-ai-promo{font-size:10.8px;padding:6px 10px}.dtf-ai-quick{padding:8px 9px}.dtf-ai-meta-form{grid-template-columns:1fr}.dtf-ai-form{padding:9px 9px 7px}.dtf-ai-input,.dtf-ai-send{height:44px}}@media(max-width:360px){.dtf-ai-panel{left:6px;right:6px}.dtf-ai-msg{max-width:84%}.dtf-ai-send{padding:0 13px}.dtf-ai-avatar{width:38px;height:38px}.dtf-ai-brand strong{font-size:14px}}
