#connie-root { position: fixed; bottom: 20px; right: 20px; z-index: 99999; font-family: system-ui, Arial, sans-serif; }
#connie-fab { background:#111; color:#fff; border:none; border-radius:50px; padding:12px 14px; cursor:pointer; box-shadow: 0 6px 20px rgba(0,0,0,.2); }
#connie-box { display:none; width: 320px; max-height: 70vh; background:#fff; border:1px solid #ddd; border-radius:10px; overflow:hidden; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
#connie-header { background:#0a0a0a; color:#fff; padding:10px; display:flex; align-items:center; justify-content:space-between; font-weight:600; }
#connie-list { padding:10px; height: 44vh; overflow:auto; background:#fafafa;}
.msg { padding:8px 10px; margin:6px 0; border-radius:8px; line-height:1.3; font-size:14px;}
.msg.bot { background:#f0f0f0; color:#222; margin-right:40px; }
.msg.user { background:#dff1ff; color:#072; margin-left:40px; }
#connie-inputbar { display:flex; gap:6px; padding:10px; border-top:1px solid #eee; background:#fff; }
#connie-input { flex:1; padding:8px; border:1px solid #ccc; border-radius:6px; }
.connie-btn { background:#111; color:#fff; border:none; padding:8px 10px; border-radius:6px; cursor:pointer; }
#connie-cv { padding:10px; border-top:1px solid #eee; background:#fff; }
#connie-cv input { width:100%; margin-bottom:6px; }
