#inb-chatbot-root { position: fixed; right: 20px; bottom: 20px; z-index: 99999; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.inb-widget { width: 320px; box-shadow: 0 10px 30px rgba(0,0,0,.15); border-radius: 16px; overflow: hidden; background:#fff; }
.inb-widget .inb-header { display:flex; justify-content:space-between; align-items:center; gap:8px; background:#111827; color:#fff; padding:10px 12px; cursor:pointer; }
.inb-widget .inb-header button { background:#fff; border:none; padding:6px 10px; border-radius: 999px; cursor:pointer; }
.inb-widget .inb-body { padding:10px; display:block; }
.inb-widget:not(.open) .inb-body { display:none; }
.inb-messages { height: 260px; overflow: auto; padding:6px; border:1px solid #e5e7eb; border-radius: 8px; background:#f9fafb; }
.inb-form { display:flex; gap:8px; margin-top:8px; }
.inb-form input { flex:1; padding:8px 10px; border:1px solid #e5e7eb; border-radius:8px; }
.inb-form button { padding:8px 12px; border:none; background:#111827; color:#fff; border-radius:8px; cursor:pointer; }
.msg { max-width: 85%; padding:8px 10px; border-radius:12px; margin:8px 0; }
.msg.bot { background:#ffffff; border:1px solid #e5e7eb; }
.msg.me { background:#111827; color:#fff; margin-left:auto; }
.inb-consent { font-size:12px; color:#6b7280; margin-top:8px; }
