#cj-root{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
#cj-launch{display:flex;align-items:center;gap:9px;border:0;border-radius:999px;padding:9px 15px 9px 9px;background:#17243b;color:#fff;box-shadow:0 8px 28px #0003;font-weight:700;cursor:pointer}
#cj-launch img,.cj-avatar img{width:38px;height:38px;border-radius:50%;object-fit:cover}.cj-initials{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#eee;color:#17243b;font-weight:800}
#cj-panel{position:absolute;right:0;bottom:62px;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 110px));background:#fff;border:1px solid #ddd;border-radius:18px;box-shadow:0 18px 60px #0004;overflow:hidden}
#cj-panel header{display:flex;align-items:center;gap:10px;padding:13px;background:#17243b;color:#fff}.cj-avatar{width:38px}.cj-avatar .cj-initials{background:#fff}#cj-panel header div:nth-child(2){display:flex;flex-direction:column;flex:1}#cj-panel header small{opacity:.8;font-size:11px}#cj-close{border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer}
.cj-modes,.cj-starters{display:flex;gap:6px;overflow:auto;padding:8px}.cj-modes button,.cj-starters button{white-space:nowrap;border:1px solid #d7dce4;background:#f7f8fa;border-radius:999px;padding:6px 9px;font-size:11px;cursor:pointer}
#cj-messages{height:330px;overflow:auto;padding:12px;background:#f5f6f8}.cj-msg{max-width:86%;margin:7px 0;padding:9px 11px;border-radius:13px;white-space:pre-wrap;font-size:14px;line-height:1.4}.cj-ai{background:#fff;border:1px solid #e1e4e8}.cj-user{margin-left:auto;background:#17243b;color:#fff}
#cj-form{display:flex;gap:7px;padding:9px;border-top:1px solid #eee}#cj-input{flex:1;resize:none;border:1px solid #ccd2da;border-radius:10px;padding:8px}#cj-form button{border:0;border-radius:10px;background:#17243b;color:#fff;padding:0 14px;font-weight:700;cursor:pointer}
#cj-panel footer{padding:0 10px 8px;text-align:center;font-size:10px;color:#68707d}
@media(max-width:520px){#cj-root{right:14px;bottom:14px}#cj-panel{position:fixed;inset:12px;width:auto;height:auto}#cj-messages{height:calc(100vh - 290px)}}