.chatbot-launcher{position:fixed;right:22px;bottom:22px;z-index:1000;width:58px;height:58px;border:0;border-radius:50%;background:var(--green);color:#fff;box-shadow:0 12px 30px rgba(8,42,89,.28);cursor:pointer;font-size:25px;display:grid;place-items:center;transition:.2s}.chatbot-launcher:hover{transform:translateY(-2px) scale(1.03)}
.chatbot-panel{position:fixed;right:22px;bottom:92px;z-index:1000;width:min(370px,calc(100% - 28px));background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 50px rgba(8,42,89,.2);overflow:hidden;display:none}.chatbot-panel.open{display:block}.chatbot-head{background:var(--green);color:#fff;padding:17px 18px;display:flex;justify-content:space-between;align-items:center}.chatbot-head strong{font-size:14px}.chatbot-head small{display:block;opacity:.75;font-size:10px;margin-top:3px}.chatbot-close{background:transparent;border:0;color:#fff;font-size:22px;cursor:pointer}.chatbot-body{padding:16px}.chatbot-msg{background:#f2f6fa;border-radius:12px;padding:12px;font-size:12px;line-height:1.5;color:#43566b;margin-bottom:12px}.chatbot-options{display:grid;gap:8px}.chatbot-options button{border:1px solid #dbe5ef;background:#fff;color:var(--navy);padding:10px 12px;border-radius:9px;text-align:left;font:600 11px "Century Gothic",CenturyGothic,Arial,sans-serif;cursor:pointer}.chatbot-options button:hover{border-color:var(--blue);color:var(--blue)}.chatbot-form{display:grid;gap:9px}.chatbot-form input,.chatbot-form textarea{width:100%;border:1px solid #d8e2ec;border-radius:8px;padding:10px;font:12px "Century Gothic",CenturyGothic,Arial,sans-serif;outline:0}.chatbot-form textarea{min-height:82px;resize:vertical}.chatbot-form input:focus,.chatbot-form textarea:focus{border-color:var(--blue)}.chatbot-send{border:0;border-radius:8px;background:var(--blue);color:#fff;padding:12px;font:800 11px "Century Gothic",CenturyGothic,Arial,sans-serif;cursor:pointer;letter-spacing:.4px}.chatbot-note{font-size:9px;color:var(--muted);text-align:center;margin:2px 0 0}.chatbot-back{border:0;background:none;color:var(--blue);font:700 10px "Century Gothic",CenturyGothic,Arial,sans-serif;cursor:pointer;padding:0;margin-bottom:8px}@media(max-width:600px){.chatbot-launcher{right:14px;bottom:14px}.chatbot-panel{right:14px;bottom:84px}}
.chat-properties{display:grid;gap:8px;max-height:260px;overflow:auto;padding-right:2px}.chat-property{display:grid;gap:4px;width:100%;text-align:left;border:1px solid #dbe5ef;background:#fff;border-radius:10px;padding:11px 12px;cursor:pointer}.chat-property:hover{border-color:var(--blue);background:#f7fbff}.chat-property-title{font:800 12px "Century Gothic",CenturyGothic,Arial,sans-serif;color:var(--navy)}.chat-property-meta{font:10px "Century Gothic",CenturyGothic,Arial,sans-serif;color:var(--muted)}.chat-property-price{font:800 12px "Century Gothic",CenturyGothic,Arial,sans-serif;color:var(--blue)}.chat-selected{display:grid;gap:3px;background:#f2f6fa;border-radius:10px;padding:10px 12px;margin-bottom:10px}.chat-selected b{font:800 12px "Century Gothic",CenturyGothic,Arial,sans-serif;color:var(--navy)}.chat-selected span{font:10px "Century Gothic",CenturyGothic,Arial,sans-serif;color:var(--muted)}.chat-selected strong{font:800 12px "Century Gothic",CenturyGothic,Arial,sans-serif;color:var(--blue)}
.chatbot-primary{width:100%;border:0;border-radius:8px;background:var(--blue);color:#fff;padding:12px;font:800 11px "Century Gothic",CenturyGothic,Arial,sans-serif;cursor:pointer}.chat-filters{display:flex;gap:6px;flex-wrap:wrap;margin:-3px 0 10px}.chat-filters span{background:#edf4fb;color:var(--navy);border-radius:999px;padding:5px 8px;font:700 9px "Century Gothic",CenturyGothic,Arial,sans-serif}

.chat-property-link{display:inline-block;margin-top:3px;color:var(--blue);font:800 9px "Century Gothic",CenturyGothic,Arial,sans-serif;text-decoration:none}.chat-property-link:hover{text-decoration:underline}.chat-selected .chat-property-link{margin-top:4px}
