.chatbot-toggle-btn{position:fixed;bottom:40px;right:20px;z-index:9998;width:56px;height:56px;border-radius:50%;background:var(--primary-color, #c69742);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #c6974273;transition:transform .2s ease,box-shadow .2s ease}.chatbot-toggle-btn:hover{transform:scale(1.08);box-shadow:0 6px 24px #c697428c}.chatbot-toggle-btn svg{transition:transform .25s ease,opacity .2s ease}.chatbot-toggle-btn .icon-chat{display:flex}.chatbot-toggle-btn .icon-close,.chatbot-toggle-btn.is-open .icon-chat{display:none}.chatbot-toggle-btn.is-open .icon-close{display:flex}.chatbot-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#e74c3c;border-radius:50%;border:2px solid #fff;animation:chatbot-pulse 1.8s infinite}@keyframes chatbot-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.8}}.chatbot-window{position:fixed;bottom:150px;right:20px;z-index:9997;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 180px);background:#fff;border-radius:18px;box-shadow:0 12px 48px #0000002e;display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;animation:chatbot-slide-in .3s cubic-bezier(.34,1.56,.64,1)}@keyframes chatbot-slide-in{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.chatbot-header{background:linear-gradient(135deg,#c69742,#a87832);padding:14px 16px;display:flex;align-items:center;gap:12px;flex-shrink:0}.chatbot-header-avatar{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chatbot-header-info{flex:1}.chatbot-header-name{color:#fff;font-size:15px;font-weight:600;margin:0;line-height:1.2}.chatbot-header-status{color:#ffffffd9;font-size:12px;margin:0;display:flex;align-items:center;gap:5px}.chatbot-header-status:before{content:"";display:inline-block;width:7px;height:7px;background:#4cdd8a;border-radius:50%}.chatbot-header-close{background:none;border:none;color:#ffffffd9;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s}.chatbot-header-close:hover{background:#ffffff26;color:#fff}.chatbot-messages{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:10px;background:#f8f9fc;scroll-behavior:smooth}.chatbot-messages::-webkit-scrollbar{width:3px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#c6974240;border-radius:10px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#c697428c}.chatbot-messages{scrollbar-width:thin;scrollbar-color:rgba(198,151,66,.25) transparent}.chatbot-msg-row{display:flex;flex-direction:column;gap:4px}.chatbot-msg-row.user{align-items:flex-end}.chatbot-msg-row.assistant{align-items:flex-start}.chatbot-bubble{max-width:88%;padding:10px 14px;border-radius:16px;font-size:13.5px;line-height:1.55;word-break:break-word}.chatbot-msg-row.user .chatbot-bubble{background:var(--primary-color, #c69742);color:#fff;border-bottom-right-radius:4px}.chatbot-msg-row.assistant .chatbot-bubble{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 1px 6px #00000014}.chatbot-typing{display:flex;align-items:center;gap:5px;padding:12px 16px;background:#fff;border-radius:16px 16px 16px 4px;box-shadow:0 1px 6px #00000014;width:-moz-fit-content;width:fit-content}.chatbot-typing-dot{width:7px;height:7px;background:#c69742;border-radius:50%;animation:chatbot-bounce 1.2s infinite ease-in-out}.chatbot-typing-dot:nth-child(2){animation-delay:.18s}.chatbot-typing-dot:nth-child(3){animation-delay:.36s}@keyframes chatbot-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chatbot-properties-wrapper{display:flex;flex-direction:column;gap:10px;width:100%}.chatbot-property-slider-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.chatbot-slider-track{position:relative}.chatbot-property-slider{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 2px}.chatbot-property-slider::-webkit-scrollbar{display:none}.chatbot-property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000017;border:1px solid #efefef;text-decoration:none;display:block;min-width:215px;max-width:215px;flex-shrink:0;scroll-snap-align:start;transition:box-shadow .2s ease,transform .2s ease}.chatbot-nav-btn{position:absolute;top:80px;z-index:10;width:30px;height:30px;border-radius:50%;background:var(--primary-color, #c69742);border:1.5px solid var(--primary-color, #c69742);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s;box-shadow:0 2px 6px #0000002e}.chatbot-nav-prev{left:-10px}.chatbot-nav-next{right:-10px}.chatbot-nav-btn:hover{background:var(--primary-color, #c69742)}.chatbot-nav-btn img{width:12px;height:12px;display:block}.chatbot-nav-btn:hover img{filter:brightness(0) invert(1)}.chatbot-property-card:hover{box-shadow:0 4px 18px #c6974233;transform:translateY(-1px)}.chatbot-property-img{width:100%;height:120px;-o-object-fit:cover;object-fit:cover;display:block}.chatbot-property-img-placeholder{width:100%;height:120px;background:linear-gradient(135deg,#f0e6d3,#ede0c8);display:flex;align-items:center;justify-content:center;color:#c69742;font-size:28px}.chatbot-property-info{padding:10px 12px 12px}.chatbot-property-badge{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;padding:2px 8px;border-radius:20px;margin-bottom:5px;letter-spacing:.3px}.chatbot-property-badge.sale{background:#fff3e0;color:#e65100}.chatbot-property-badge.rent{background:#e8f5e9;color:#2e7d32}.chatbot-property-title{font-size:13px;font-weight:600;color:#1d243c;margin:0 0 3px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chatbot-property-location{font-size:11.5px;color:#777;margin:0 0 6px;display:flex;align-items:center;gap:3px}.chatbot-property-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f0f0;padding-top:8px;margin-top:4px}.chatbot-property-price{font-size:13px;font-weight:700;color:var(--primary-color, #c69742);margin:0}.chatbot-property-room{font-size:11px;color:#888;background:#f5f5f5;padding:2px 8px;border-radius:10px}.chatbot-view-all-btn{display:block;text-align:center;padding:9px 14px;background:var(--primary-color, #c69742);color:#fff!important;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;margin-top:6px;transition:background .2s;width:100%;max-width:100%;box-sizing:border-box}.chatbot-view-all-btn:hover{background:#a87832;color:#fff}.chatbot-no-results{font-size:13px;color:#888;padding:8px 0}.chatbot-input-area{border-top:1px solid #ececec;padding:10px 12px;display:flex;gap:8px;align-items:flex-end;background:#fff;flex-shrink:0}.chatbot-input{flex:1;border:1px solid #e0e0e0;border-radius:22px;padding:9px 14px;font-size:13.5px;font-family:inherit;resize:none;outline:none;height:40px;overflow:hidden;line-height:1.4;color:#333;transition:border-color .15s;scrollbar-width:none;text-transform:none}.chatbot-input::-webkit-scrollbar{display:none}.chatbot-input:focus{border-color:var(--primary-color, #c69742)}.chatbot-input::-moz-placeholder{color:#aaa}.chatbot-input::placeholder{color:#aaa}.chatbot-send-btn{width:40px;height:40px;border-radius:50%;background:var(--primary-color, #c69742);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .15s}.chatbot-send-btn:hover:not(:disabled){background:#a87832;transform:scale(1.05)}.chatbot-send-btn:disabled{background:#ddd;cursor:not-allowed}.chatbot-mic-btn{width:38px;height:38px;border-radius:50%;background:none;border:1.5px solid #e0e0e0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#999;transition:background .2s,border-color .2s,color .2s;padding:0}.chatbot-mic-btn:hover{border-color:var(--primary-color, #c69742);color:var(--primary-color, #c69742);background:#c697420f}.chatbot-mic-btn.is-recording{background:#fee2e2;border-color:#ef4444;color:#ef4444;animation:mic-pulse 1.2s infinite}@keyframes mic-pulse{0%,to{box-shadow:0 0 #ef444459}50%{box-shadow:0 0 0 7px #ef444400}}.chatbot-suggestions{display:flex;flex-direction:column;gap:7px;margin-top:6px}.chatbot-suggestion-chip{display:inline-block;background:#fff;border:1.5px solid var(--primary-color, #c69742);color:var(--primary-color, #c69742);border-radius:20px;padding:6px 14px;font-size:12.5px;cursor:pointer;text-align:left;transition:background .15s,color .15s;font-family:inherit;width:-moz-fit-content;width:fit-content}.chatbot-suggestion-chip:hover{background:var(--primary-color, #c69742);color:#fff}.chatbot-tabs{display:flex;background:#fff;border-bottom:1px solid #ececec;flex-shrink:0}.chatbot-tab-btn{flex:1;padding:10px 8px;border:none;background:none;font-size:13px;font-weight:500;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;border-bottom:2.5px solid transparent;transition:color .15s,border-color .15s;font-family:inherit}.chatbot-tab-btn:hover{color:var(--primary-color, #c69742)}.chatbot-tab-btn.active{color:var(--primary-color, #c69742);border-bottom-color:var(--primary-color, #c69742);font-weight:600}.chatbot-contact-scroll{flex:1;overflow-y:auto;padding:14px 16px 16px;background:#f8f9fc;scrollbar-width:thin;scrollbar-color:rgba(198,151,66,.25) transparent}.chatbot-contact-scroll::-webkit-scrollbar{width:3px}.chatbot-contact-scroll::-webkit-scrollbar-thumb{background:#c6974240;border-radius:10px}.chatbot-contact-form-container{background:#fff;box-shadow:0 1px 6px #00000014;padding:10px 14px;border-radius:16px}.chatbot-contact-intro{font-size:13px;color:#333;margin:0 0 14px;line-height:1.5}.chatbot-contact-form{display:flex;flex-direction:column;gap:10px}.chatbot-contact-field{display:flex;flex-direction:column;gap:4px}.chatbot-contact-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.chatbot-contact-label{font-size:12px;font-weight:600;color:#555;margin:0}.chatbot-contact-form input,.chatbot-contact-form select,.chatbot-contact-form textarea{width:100%;border:1px solid #e0e0e0;border-radius:8px;padding:8px 12px;font-size:13px;font-family:inherit;color:#333;background:#fff;outline:none;transition:border-color .15s;box-sizing:border-box;text-transform:none}.chatbot-contact-form select{padding-block:0}.chatbot-contact-form input:focus,.chatbot-contact-form select:focus,.chatbot-contact-form textarea:focus{border-color:var(--primary-color, #c69742)}.chatbot-contact-form input.error,.chatbot-contact-form select.error,.chatbot-contact-form textarea.error{border-color:#ef4444}.chatbot-contact-form input::-moz-placeholder,.chatbot-contact-form textarea::-moz-placeholder{color:#bbb}.chatbot-contact-form input::placeholder,.chatbot-contact-form textarea::placeholder{color:#bbb}.chatbot-contact-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px;cursor:pointer}.chatbot-contact-form textarea{resize:none}.chatbot-contact-error{font-size:11.5px;color:#ef4444;margin:0}.chatbot-contact-form-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:12.5px;padding:8px 12px;border-radius:8px}.chatbot-contact-submit{width:100%;padding:10px;background:var(--primary-color, #c69742);color:#fff;border:none;border-radius:8px;font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s;margin-top:4px}.chatbot-contact-submit:hover:not(:disabled){background:#a87832}.chatbot-contact-submit:disabled{background:#ddd;cursor:not-allowed}.chatbot-contact-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 20px;gap:10px}.chatbot-contact-success-icon{width:52px;height:52px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:24px;display:flex;align-items:center;justify-content:center;font-weight:700}.chatbot-contact-success-title{font-size:16px;font-weight:700;color:#1d243c;margin:0}.chatbot-contact-success-sub{font-size:13px;color:#666;margin:0;line-height:1.5}@media(max-width:480px){.chatbot-window{bottom:0;right:0;left:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;border-radius:0;z-index:99999}.chatbot-toggle-btn{bottom:84px;right:16px}}
