#tj-chat{position:fixed;right:18px;bottom:18px;z-index:999999;font-family:system-ui,Segoe UI,Arial}
#tj-fab{background:#0b5fff;color:#fff;border:0;border-radius:999px;padding:14px 24px;cursor:pointer;display:flex;gap:10px;align-items:center;box-shadow:0 8px 24px rgba(0,0,0,.28);font-size:15px;font-weight:600;min-height:56px}
#tj-fab .tj-ava{width:32px;height:32px;border-radius:50%;object-fit:cover;background:#fff}
#tj-fab .tj-ava-emoji{font-size:22px}
#tj-head .tj-ava{width:32px;height:32px;border-radius:50%;object-fit:cover;background:rgba(255,255,255,.15);flex-shrink:0}
#tj-head .tj-ava-emoji{font-size:24px;flex-shrink:0}
#tj-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;display:inline-block}
#tj-panel{width:380px;max-width:calc(100vw - 36px);height:540px;max-height:calc(100vh - 110px);background:#fff;border-radius:16px;box-shadow:0 16px 50px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden;margin-bottom:12px;margin-left:auto;color:#16213a}
#tj-panel[hidden]{display:none}
#tj-head{background:#0b2a5b;color:#fff;padding:12px 14px;display:flex;gap:8px;align-items:center}
#tj-head small{opacity:.75;font-weight:400}#tj-x{margin-left:auto;background:none;border:0;color:#fff;cursor:pointer;font-size:16px}
#tj-msgs{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px;background:#f5f7fb;font-size:14px;line-height:1.5}
#tj-msgs .bot{background:#fff;border-radius:12px;padding:9px 11px;box-shadow:0 1px 3px rgba(0,0,0,.08);max-width:92%;word-break:break-word}
#tj-msgs .bot a{color:#0b5fff}#tj-msgs .user{background:#0b5fff;color:#fff;border-radius:12px;padding:9px 11px;align-self:flex-end;max-width:88%}
#tj-quick{display:flex;gap:6px;padding:8px;flex-wrap:wrap;background:#fff;border-top:1px solid #eee}
#tj-quick button{border:1px solid #dbe4ff;border-radius:999px;padding:6px 10px;background:#eef3ff;cursor:pointer;font-size:12px}
#tj-form{display:flex;border-top:1px solid #eee}#tj-in{flex:1;border:0;padding:13px;font-size:14px;outline:none;min-width:0}
#tj-form button{background:#0b5fff;color:#fff;border:0;padding:0 18px;cursor:pointer;font-size:14px;font-weight:600}
#tj-foot{text-align:center;padding:7px;font-size:12px;background:#fff;border-top:1px solid #f0f0f0}
#tj-foot a{color:#0b5fff}
@media(max-width:480px){#tj-panel{position:fixed;right:12px;left:12px;bottom:84px;width:auto}}
#tjcb-inline{min-height:60px}
