/* Minimal styles for inline widget; also used if it hooks into #an-aiui */
.an-cintel{max-width:720px;margin:16px auto;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto}
.an-ci-box{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}
.an-ci-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f8fafc}
.an-ci-title{font-weight:600}
.an-ci-btn{border:none;background:#eef2ff;padding:6px 10px;border-radius:10px;cursor:pointer}
.an-ci-messages{max-height:320px;overflow:auto;padding:10px 12px;background:#fafafa}
.an-ci-msg{display:flex;gap:10px;margin-bottom:10px}
.an-ci-msg.ai{justify-content:flex-start}
.an-ci-msg.user{justify-content:flex-end}
.an-ci-bubble{padding:8px 10px;border-radius:12px;max-width:80%;line-height:1.45}
.an-ci-msg.user .an-ci-bubble{background:#dbeafe}
.an-ci-msg.ai .an-ci-bubble{background:#f3f4f6}
.an-ci-input{display:flex;gap:8px;padding:10px;border-top:1px solid #e5e7eb}
.an-ci-field{flex:1;padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px}
