';document.body.appendChild(btn);
var widget=document.createElement("div");widget.id="honr-chatbot-widget";widget.innerHTML='
HC
HONR Capital Assistant
Online — here to help
Hi there! 👋 I’m your HONR Capital rental assistant. Ask me anything about our available homes—pricing, size, pets, applications, or how to schedule a tour!
Powered by Claude AI
';
document.body.appendChild(widget);
var history=[],busy=false;
var msgs=document.getElementById("honr-chat-msgs");
var inp=document.getElementById("honr-chat-inp");
var goBtn=document.getElementById("honr-chat-go");
var chips=document.getElementById("honr-chat-chips");
var badge=document.getElementById("honr-chat-badge");
function openChat(){widget.classList.add("honr-open");btn.style.display="none";badge.style.display="none";inp.focus();}
function closeChat(){widget.classList.remove("honr-open");btn.style.display="flex";}
btn.addEventListener("click",openChat);
document.getElementById("honr-chat-x").addEventListener("click",closeChat);
document.addEventListener("keydown",function(e){if(e.key==="Escape"&&widget.classList.contains("honr-open"))closeChat();});
var chipBtns=chips.querySelectorAll(".hc-chip");
for(var i=0;i