.chat-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;flex-direction:column;justify-content:center;z-index:9999;padding:0}.chat-modal-container{background:#fff;border-radius:0;width:100%;max-width:100%;height:100vh;max-height:100vh;display:flex;flex-direction:row;box-shadow:none;overflow:hidden;padding-top:90px;@media (max-width:768px){padding-top:60px}}.chat-modal-sidebar{width:280px;background:#fff;border-right:1px solid #e5e7eb;display:none;flex-direction:column;padding:24px;overflow-y:auto}@media (min-width:769px){.chat-modal-sidebar{display:flex}}.chat-modal-new-chat-btn{width:100%;background:#fff;border:1px solid #333;border-radius:32px;padding:14px 20px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;color:#333;font-family:Montserrat;font-weight:500;font-size:14px;line-height:22px;letter-spacing:8%;text-align:center;vertical-align:middle;margin-bottom:20px;transition:all .2s}.chat-modal-new-chat-btn:hover{background:#f3f4f6;border-color:#d1d5db}.chat-modal-recent-section{flex:1;overflow-y:auto}.chat-modal-recent-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#6b7280;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.chat-modal-recent-item{padding:10px 12px;border-radius:8px;cursor:pointer;font-size:14px;color:#4b5563;margin-bottom:4px;transition:all .2s;background:transparent;border:none;width:100%;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-modal-recent-item.active,.chat-modal-recent-item:hover{background:#e5e7eb;color:#1f2937}.chat-modal-recent-item.active{font-weight:500;border-left:3px solid #f97316;padding-left:9px}.chat-modal-main{flex:1;min-height:0;background-color:#f8f2e9;display:flex;flex-direction:column;overflow:hidden;position:relative}.chat-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;position:relative;gap:12px}.chat-modal-back-btn{background:transparent;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s;flex-shrink:0}.chat-modal-back-btn:hover{color:#1f2937}.chat-modal-back-btn:active{transform:scale(.95)}@media (max-width:768px){.chat-modal-back-btn{display:none}}.chat-modal-beta-pill{position:relative;display:block;margin:0 auto 20px;width:fit-content;background:linear-gradient(90deg,#a855f7,#fb7185);color:#fff;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;padding:6px 14px;border-radius:999px;box-shadow:0 6px 16px rgba(0,0,0,.12);letter-spacing:.2px;line-height:1;white-space:nowrap;z-index:1}.chat-modal-header h2{margin:0;font-size:32px;font-weight:600;color:#000;font-family:Playfair;line-height:32px;letter-spacing:-.03em;flex:1}.chat-modal-close-btn{background:#f3f4f6;border:none;border-radius:8px;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}@media (min-width:769px){.chat-modal-close-btn{display:none}}.chat-modal-close-btn:hover{background:#e5e7eb;color:#1f2937}.chat-modal-content-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}@media (min-width:769px){.chat-modal-content-wrapper{background-color:rgba(0,0,0,.05);border-radius:24px;margin:24px;padding:24px}}.chat-modal-messages{flex:1;min-height:0;overflow-y:auto;padding:20px 24px 24px;display:flex;flex-direction:column;gap:16px;background-color:#f8f2e9}@media (min-width:769px){.chat-modal-messages{background-color:transparent;padding:0;overflow-y:auto}}.chat-modal-footer{flex-shrink:0;border-top:1px solid #e5e7eb;background:#fff}@media (min-width:769px){.chat-modal-footer{flex-shrink:0;border-top:none;background:transparent;padding-top:0}}.chat-modal-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:16px}.chat-message{display:flex;margin-bottom:12px}.chat-message-user{justify-content:flex-end;flex-direction:column;align-items:flex-end}.chat-message-ai{justify-content:flex-start;flex-direction:column;align-items:flex-start}.chat-message-beta .chat-message-bubble{background:transparent!important;color:#666!important;font-size:12px!important;font-style:italic;padding:8px 0!important;text-align:center;width:100%;box-shadow:none!important}.chat-message-error{position:relative}.chat-message-actions{display:flex;gap:8px;align-items:center;margin-top:4px;margin-left:0}.chat-message-user .chat-message-actions{justify-content:flex-end}.chat-message-ai .chat-message-actions{justify-content:flex-start}.chat-message-action-btn{position:relative;width:32px;height:32px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;color:#6b7280}.chat-message-action-btn:hover{background:#e5e7eb;color:#374151}.chat-message-action-btn:active{transform:scale(.95)}.chat-action-tooltip{bottom:calc(100% + 8px);background:#1f2937;color:#fff;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;pointer-events:none;z-index:1000;animation:tooltipFadeIn .15s ease-out}.chat-action-tooltip,.chat-action-tooltip:after{position:absolute;left:50%;transform:translateX(-50%)}.chat-action-tooltip:after{content:"";top:100%;border:5px solid transparent;border-top-color:#1f2937}.chat-action-tooltip-copied{background:#10b981}.chat-action-tooltip-copied:after{border-top-color:#10b981}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.chat-message-bubble{max-width:75%;padding:12px 16px;border-radius:16px;font-family:Raleway;font-weight:500;font-style:Medium;font-size:14px;line-height:20px;letter-spacing:.25px;word-wrap:break-word;box-shadow:0 5px 20px 0 rgba(0,0,0,.05)}.chat-message-user .chat-message-bubble{background:#ff710f;color:#fff;border-bottom-right-radius:4px}.chat-ai-response-container .chat-message-ai .chat-message-bubble{color:#333;padding:12px 16px;border-bottom-left-radius:0;background:#fff}.chat-ai-response-container{margin-bottom:12px;margin-top:-20px}.chat-ai-response-container .chat-message{margin-bottom:0}.chat-ai-response-container .chat-message-bubble{padding:0}.chat-ai-response-container .chat-message-user{justify-content:flex-end;margin-bottom:28px}.chat-ai-response-container .chat-message-user .chat-message-bubble{padding:12px 16px;border-bottom-right-radius:4px;background:#ff710f;color:#fff}.chat-loading{padding:16px 20px}.chat-loading-dots{display:flex;gap:6px;align-items:center}.chat-loading-dots span{width:8px;height:8px;border-radius:50%;background-color:#9ca3af;animation:chat-loading-bounce 1.4s ease-in-out infinite both}.chat-loading-dots span:first-child{animation-delay:-.32s}.chat-loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes chat-loading-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-properties-scroll-container{margin-top:12px;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scrollbar-color:#d1d5db transparent}.chat-properties-scroll-container::-webkit-scrollbar{height:8px}.chat-properties-scroll-container::-webkit-scrollbar-track{background:transparent}.chat-properties-scroll-container::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}.chat-properties-scroll-container::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.chat-properties-horizontal{display:flex;gap:16px;padding:4px 0;min-width:min-content}.chat-property-card-wrapper{flex-shrink:0;width:280px}.chat-modal-mobile-close-btn{position:fixed;top:63px;right:16px;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;box-shadow:0 2px 12px rgba(0,0,0,.15);cursor:pointer;z-index:1001;display:flex;align-items:center;justify-content:center;color:#333;transition:all .2s ease;@media (min-width:769px){display:none}}.chat-modal-mobile-close-btn:hover{background:#fff;transform:scale(1.05);box-shadow:0 4px 16px rgba(0,0,0,.2)}.chat-modal-mobile-close-btn:active{transform:scale(.95)}@media (max-width:768px){.chat-modal-container{flex-direction:column}.chat-modal-header,.chat-modal-sidebar{display:none}.chat-modal-beta-pill{position:relative;margin:20px auto;display:block;width:fit-content}.chat-modal-mobile-close-btn{display:flex}.chat-modal-main{padding-top:0}.chat-modal-overlay{padding:0}.chat-modal-content-wrapper{margin:0;padding:0;border-radius:0;background-color:transparent;min-height:0}.chat-modal-messages{padding:20px 16px 16px;background-color:#f8f2e9;min-height:0}.chat-modal-footer{flex-shrink:0;border-top:1px solid #e5e7eb;background:#fff}.chat-message-bubble{max-width:85%}.chat-property-card{margin-right:0}.chat-modal-input-container{padding:12px 16px}.chat-ai-response-container{background:transparent;border-radius:0;padding:0;box-shadow:none}}.exit-confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.exit-confirmation-dialog{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease-out}.exit-confirmation-dialog h3{margin:0 0 12px;font-family:Playfair,serif;font-size:24px;font-weight:600;color:#1f2937}.exit-confirmation-dialog p{margin:0 0 24px;font-family:Raleway,sans-serif;font-size:15px;color:#6b7280;line-height:1.5}.exit-confirmation-buttons{display:flex;gap:12px;justify-content:flex-end}.exit-confirmation-btn{padding:12px 24px;border-radius:8px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none}.exit-confirmation-cancel{background:#f3f4f6;color:#4b5563}.exit-confirmation-cancel:hover{background:#e5e7eb;color:#1f2937}.exit-confirmation-confirm{background:#ff710f;color:#fff}.exit-confirmation-confirm:hover{background:#ff8c3a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,113,15,.3)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.property-card-with-checkbox{position:relative;width:100%;height:100%}.property-match-reasons{display:flex;flex-direction:column;gap:8px;margin-top:-10px}.match-reason-item{display:list-item;list-style-type:disc;list-style-position:outside;margin-left:20px;padding-left:4px;font-size:13px;line-height:1.6;color:#1f2937}.match-reason-label{font-weight:700;font-style:Bold;margin-right:5px}.match-reason-label,.match-reason-text{font-family:Raleway;font-size:14px;line-height:20px;letter-spacing:.25px;color:#333}.match-reason-text{font-weight:500;font-style:Medium}.property-checkbox{width:22px;height:22px;cursor:pointer;border-radius:6px;background:#fff;border:2px solid hsla(0,0%,100%,.9);appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;margin:0;flex-shrink:0;transition:all .2s ease;padding:0;box-sizing:border-box;left:8px;top:5px;box-shadow:0 2px 8px rgba(0,0,0,.15),0 1px 3px rgba(0,0,0,.1)}.property-checkbox:checked{background:#ff710f;border-color:#ff710f}.property-checkbox:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0}.property-checkbox:hover{border-color:#9ca3af}.property-checkbox:checked:hover{border-color:#ff710f;background:#ff8c3a;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.3s cubic-bezier(.4,0,.2,1);padding:0;overflow:hidden}.download-brochure-container{position:sticky;bottom:80px;left:0;right:0;display:flex;justify-content:center;padding:16px 24px;z-index:100;pointer-events:none}.download-brochure-btn{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#ff710f,#ff8c3a);color:#fff;border:none;border-radius:50px;padding:14px 28px;font-family:Montserrat,sans-serif;font-weight:600;font-size:15px;cursor:pointer;box-shadow:0 4px 20px rgba(255,113,15,.4);transition:all .3s ease;pointer-events:all;animation:slideUp .3s ease-out}.download-brochure-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(255,113,15,.5);background:linear-gradient(135deg,#ff8c3a,#ff710f)}.download-brochure-btn:active{transform:translateY(0);box-shadow:0 2px 15px rgba(255,113,15,.4)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.download-brochure-container{bottom:122px;padding:12px 16px}.download-brochure-btn{padding:12px 24px;font-size:14px}.property-checkbox{width:18px;height:18px}}.show-more-stays-card{flex-shrink:0;width:280px;height:430px;background:linear-gradient(180deg,#e8e8e8,#f0e8f5 70%,#f5e8f0);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.show-more-stays-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.show-more-stays-card:active{transform:translateY(-2px)}.show-more-stays-content{flex-direction:column;gap:20px;z-index:1}.show-more-stays-button,.show-more-stays-content{display:flex;align-items:center;justify-content:center}.show-more-stays-button{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899 50%,#ef4444);box-shadow:0 4px 20px rgba(168,85,247,.4);transition:all .3s ease}.show-more-stays-card:hover .show-more-stays-button{transform:scale(1.1);box-shadow:0 6px 28px rgba(168,85,247,.5)}.show-more-stays-icon{color:#fff;transform:rotate(180deg)}.show-more-stays-text{font-family:Playfair,serif;font-size:22px;font-weight:600;color:#1f2937;margin:0;text-align:center;line-height:1.3}@media (max-width:768px){.show-more-stays-card{width:280px;height:430px}.show-more-stays-button{width:70px;height:70px}.show-more-stays-text{font-size:20px}}