#xfrate-chatbot-root{--xfrate-accent:#0B5FFF;--xfrate-accent-contrast:#ffffff;all:initial;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}#xfrate-chatbot-root *{box-sizing:border-box}#xfrate-chatbot-root .xfrate-launcher{position:fixed;bottom:24px;z-index:999998;width:60px;height:60px;border-radius:50%;background:var(--xfrate-accent);color:var(--xfrate-accent-contrast);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgb(0 0 0 / .2);transition:transform 0.15s ease;padding:0;overflow:hidden}#xfrate-chatbot-root .xfrate-launcher:hover{transform:scale(1.06)}#xfrate-chatbot-root .xfrate-launcher img{width:100%;height:100%;object-fit:cover;border-radius:50%}#xfrate-chatbot-root .xfrate-launcher svg{width:26px;height:26px}#xfrate-chatbot-root.xfrate-pos-bottom-right .xfrate-launcher{right:24px}#xfrate-chatbot-root.xfrate-pos-bottom-left .xfrate-launcher{left:24px}#xfrate-chatbot-root .xfrate-panel{position:fixed;bottom:100px;z-index:999999;width:370px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 140px);background:#fff;border-radius:16px;box-shadow:0 12px 40px rgb(0 0 0 / .18);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(16px) scale(.98);pointer-events:none;transition:opacity 0.18s ease,transform 0.18s ease}#xfrate-chatbot-root.xfrate-open .xfrate-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}#xfrate-chatbot-root.xfrate-pos-bottom-right .xfrate-panel{right:24px}#xfrate-chatbot-root.xfrate-pos-bottom-left .xfrate-panel{left:24px}#xfrate-chatbot-root .xfrate-header{background:var(--xfrate-accent);color:var(--xfrate-accent-contrast);padding:14px 16px;display:flex;align-items:center;gap:10px;flex-shrink:0}#xfrate-chatbot-root .xfrate-header img{width:32px;height:32px;border-radius:50%;object-fit:cover;background:rgb(255 255 255 / .2)}#xfrate-chatbot-root .xfrate-header-title{font-size:15px;font-weight:600;flex:1}#xfrate-chatbot-root .xfrate-close{background:#fff0;border:none;color:var(--xfrate-accent-contrast);cursor:pointer;font-size:20px;line-height:1;padding:4px;opacity:.85}#xfrate-chatbot-root .xfrate-close:hover{opacity:1}#xfrate-chatbot-root .xfrate-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#f7f8fa}#xfrate-chatbot-root .xfrate-bubble-row{display:flex;flex-direction:column}#xfrate-chatbot-root .xfrate-bubble{max-width:82%;padding:10px 13px;border-radius:14px;font-size:13.5px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}#xfrate-chatbot-root .xfrate-bubble-row.user{align-items:flex-end}#xfrate-chatbot-root .xfrate-bubble-row.assistant,#xfrate-chatbot-root .xfrate-bubble-row.system{align-items:flex-start}#xfrate-chatbot-root .xfrate-bubble-row.user .xfrate-bubble{background:var(--xfrate-accent);color:var(--xfrate-accent-contrast);border-bottom-right-radius:4px}#xfrate-chatbot-root .xfrate-bubble-row.assistant .xfrate-bubble,#xfrate-chatbot-root .xfrate-bubble-row.system .xfrate-bubble{background:#fff;color:#1d2327;border:1px solid #e5e7eb;border-bottom-left-radius:4px}#xfrate-chatbot-root .xfrate-quick-replies{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;max-width:90%}#xfrate-chatbot-root .xfrate-quick-reply{background:#fff;border:1px solid var(--xfrate-accent);color:var(--xfrate-accent);border-radius:999px;padding:6px 12px;font-size:12.5px;cursor:pointer;transition:background 0.15s ease,color 0.15s ease}#xfrate-chatbot-root .xfrate-quick-reply:hover{background:var(--xfrate-accent);color:var(--xfrate-accent-contrast)}#xfrate-chatbot-root .xfrate-typing{display:inline-flex;gap:4px;padding:10px 13px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;border-bottom-left-radius:4px;width:fit-content}#xfrate-chatbot-root .xfrate-typing span{width:6px;height:6px;border-radius:50%;background:#9aa0a6;animation:xfrate-bounce 1.2s infinite ease-in-out}#xfrate-chatbot-root .xfrate-typing span:nth-child(2){animation-delay:0.15s}#xfrate-chatbot-root .xfrate-typing span:nth-child(3){animation-delay:0.3s}@keyframes xfrate-bounce{0%,60%,100%{transform:translateY(0);opacity:.6}30%{transform:translateY(-4px);opacity:1}}#xfrate-chatbot-root .xfrate-input-row{display:flex;align-items:flex-end;gap:8px;padding:10px;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0}#xfrate-chatbot-root .xfrate-input{flex:1;resize:none;border:1px solid #d7dade;border-radius:10px;padding:9px 12px;font-size:13.5px;font-family:inherit;max-height:90px;outline:none}#xfrate-chatbot-root .xfrate-input:focus{border-color:var(--xfrate-accent)}#xfrate-chatbot-root .xfrate-send{background:var(--xfrate-accent);color:var(--xfrate-accent-contrast);border:none;border-radius:10px;width:38px;height:38px;flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center}#xfrate-chatbot-root .xfrate-send:disabled{opacity:.5;cursor:default}#xfrate-chatbot-root .xfrate-send svg{width:16px;height:16px}@media (max-width:480px){#xfrate-chatbot-root .xfrate-panel{width:calc(100vw - 24px);height:calc(100vh - 120px);bottom:92px}#xfrate-chatbot-root.xfrate-pos-bottom-right .xfrate-panel,#xfrate-chatbot-root.xfrate-pos-bottom-left .xfrate-panel{right:12px;left:12px}}