.igd-chatbot{max-width:520px;border:1px solid rgba(0,0,0,.12);border-radius:14px;overflow:hidden;background:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial}
.igd-chatbot__header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.08);background:#fafafa}
.igd-chatbot__left{display:flex;align-items:center;gap:10px}
.igd-chatbot__title{font-weight:800}
.igd-chatbot__badge{font-size:12px;font-weight:800;border:1px solid rgba(0,0,0,.12);padding:2px 8px;border-radius:999px;background:#fff}
.igd-chatbot__avatar{width:34px;height:34px;border-radius:10px;object-fit:cover;border:1px solid rgba(0,0,0,.10);background:#fff}
.igd-chatbot__avatar--placeholder{display:flex;align-items:center;justify-content:center;font-weight:900;background:#f1c40f;color:#111;border:1px solid rgba(0,0,0,.10)}
.igd-chatbot__msgs{height:340px;overflow:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px}
.igd-chatbot__msg{padding:10px 12px;border-radius:12px;max-width:92%;line-height:1.35;word-wrap:break-word}
.igd-chatbot__msg--me{margin-left:auto;background:rgba(0,0,0,.06)}
.igd-chatbot__msg--bot{margin-right:auto;background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.06)}
.igd-chatbot__form{display:flex;gap:8px;padding:10px 12px;border-top:1px solid rgba(0,0,0,.08);background:#fff}
.igd-chatbot__input{flex:1;border:1px solid rgba(0,0,0,.18);border-radius:10px;padding:10px 10px;font-size:14px}
.igd-chatbot__btn{border:0;border-radius:10px;padding:10px 12px;font-weight:800;cursor:pointer;background:#111;color:#fff}
.igd-chatbot__btn:disabled{opacity:.5;cursor:not-allowed}
.igd-chatbot__foot{padding:8px 12px;border-top:1px solid rgba(0,0,0,.06);background:#fafafa;color:rgba(0,0,0,.65)}
.igd-chatbot__msg hr{border:0;border-top:1px solid rgba(0,0,0,.08);margin:10px 0}
