.findup-ai-chat { display:flex; gap:20px; align-items:flex-start; max-width:1100px; margin:30px auto; }
.chat-window { flex:1; border:1px solid #e2e2e2; border-radius:8px; padding:10px; display:flex; flex-direction:column; height:400px; }
.chat-messages { flex:1; overflow:auto; padding:10px; background:#fafafa; border-radius:6px; }
.chat-messages .msg { margin-bottom:10px; padding:8px 10px; border-radius:6px; max-width:80%; }
.chat-messages .user { background:#dbeafe; margin-left:auto; text-align:right; }
.chat-messages .ai { background:#eef2ff; margin-right:auto; }
.chat-form { display:flex; gap:8px; margin-top:8px; }
.chat-form input { flex:1; padding:10px; border:1px solid #ddd; border-radius:6px; }
.chat-form button { padding:10px 14px; border-radius:6px; border:none; background:#6b21a8; color:white; cursor:pointer; }

.chat-results { width:420px; border:1px solid #e2e2e2; border-radius:8px; padding:12px; height:400px; overflow:auto; }
.result-card { border-bottom:1px solid #eee; padding:8px 0; }
.result-card a { font-weight:600; color:#1e3a8a; text-decoration:none; }
.result-card .meta { font-size:13px; color:#555; margin-top:6px; }
