.aluminco-chatbot{border:1px solid #ddd;border-radius:14px;max-width:520px;overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.aluminco-chatbot__header{padding:12px 14px;border-bottom:1px solid #eee;background:#fafafa}
.aluminco-chatbot__title{font-weight:700}
.aluminco-chatbot__messages{height:340px;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:10px;background:white}
.aluminco-chatbot__msg{max-width:92%;padding:10px 12px;border-radius:14px;line-height:1.35;border:1px solid #eee}
.aluminco-chatbot__msg--user{align-self:flex-end;background:#f6f6ff;border-color:#e8e8ff}
.aluminco-chatbot__msg--bot{align-self:flex-start;background:#fbfbfb}
.aluminco-chatbot__form{display:flex;gap:8px;padding:10px;border-top:1px solid #eee;background:#fafafa}
.aluminco-chatbot__input{flex:1;padding:10px 12px;border-radius:12px;border:1px solid #ddd}
.aluminco-chatbot__send{padding:10px 12px;border-radius:12px;border:1px solid #ddd;background:white;cursor:pointer}
.aluminco-chatbot__send:hover{background:#f2f2f2}
.aluminco-chatbot__items{margin-top:8px;display:flex;flex-direction:column;gap:8px}
.aluminco-chatbot__item{padding:8px 10px;border-radius:12px;border:1px solid #eaeaea;background:white}
.aluminco-chatbot__muted{opacity:.7;font-size:.92em}

.aluminco-chatbot__meta{ margin-top:6px; font-size:12px; opacity:.9; }
