body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100vh}.message-row{width:100%}.message-content{color:#ececf1;font-size:16px;line-height:1.75}.property-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.property-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.property-image{background:#f7fafc;height:200px;overflow:hidden;position:relative;width:100%}.property-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.property-card:hover .property-image img{transform:scale(1.05)}.placeholder-image{align-items:center;color:#cbd5e0;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.placeholder-image p{font-size:14px;margin-top:10px}.status-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 2px 8px #0003;color:#fff;font-size:12px;font-weight:600;padding:5px 12px;position:absolute;right:10px;top:10px}.property-details{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:16px}.property-header{border-bottom:1px solid #e2e8f0;padding-bottom:10px}.property-title{color:#2d3748;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:5px}.property-location{align-items:center;color:#718096;display:flex;font-size:14px;gap:5px}.property-location .icon{color:#667eea}.property-price{margin:5px 0}.price-tag{color:#667eea;font-size:24px;font-weight:700}.property-info{display:flex;flex-wrap:wrap;gap:15px}.info-item{align-items:center;color:#4a5568;display:flex;font-size:14px;gap:5px}.info-item .icon{color:#667eea;font-size:16px}.property-meta{color:#718096;display:flex;flex-wrap:wrap;font-size:13px;gap:15px}.meta-item strong{color:#4a5568}.property-amenities{display:flex;flex-wrap:wrap;gap:8px}.amenity-tag{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:20px;color:#4a5568;display:flex;font-size:12px;gap:4px;padding:4px 10px}.amenity-tag .icon{color:#48bb78;font-size:10px}.view-details-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:auto;padding:12px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.view-details-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.view-details-btn:active{transform:translateY(0)}@media (max-width:480px){.property-info{gap:10px}.property-price .price-tag{font-size:20px}.property-title{font-size:16px}}.input-container{background:#343541;border-top:1px solid #4d4d4f;padding:12px 0 24px}.input-form{margin:0 auto;max-width:900px;padding:0 20px}.input-wrapper{align-items:flex-end;background:#40414f;border:1px solid #565869;border-radius:12px;box-shadow:0 0 15px #0003;display:flex;gap:12px;padding:12px 16px;transition:all .2s}.input-wrapper:focus-within{border-color:#8e8ea0;box-shadow:0 0 20px #0000004d}.message-input{background:#0000;border:none;color:#ececf1;flex:1 1;font-family:inherit;font-size:16px;line-height:1.5;max-height:200px;min-height:24px;outline:none;resize:none}.message-input::placeholder{color:#8e8ea0}.message-input:disabled{cursor:not-allowed;opacity:.5}.send-button{align-items:center;background:#19c37d;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:all .2s;width:32px}.send-button:hover:not(:disabled){background:#1aa56b}.send-button:disabled{cursor:not-allowed;opacity:.4}.input-footer{margin-top:12px;padding:0 20px;text-align:center}.input-footer p{color:#8e8ea0;font-size:12px}@media (max-width:768px){.input-form{padding:0 12px}}.chat-interface{background:#343541;color:#ececf1;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh}.chat-sidebar{background:#202123;border-right:1px solid #4d4d4f;display:flex;flex-direction:column;width:260px}.sidebar-header{border-bottom:1px solid #4d4d4f;padding:20px}.sidebar-header h2{color:#fff;font-size:18px;font-weight:600}.sidebar-content{flex:1 1;overflow-y:auto;padding:10px}.new-chat-btn{background:#0000;border:1px solid #565869;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-bottom:20px;padding:12px 16px;text-align:left;transition:all .2s;width:100%}.new-chat-btn:hover{background:#2a2b32}.chat-history{margin-top:10px}.history-title{color:#8e8ea0;font-size:12px;font-weight:600;padding:8px 12px;text-transform:uppercase}.chat-main{background:#343541;display:flex;flex:1 1;flex-direction:column}.chat-header{background:#343541;border-bottom:1px solid #4d4d4f;padding:16px 24px;text-align:center}.chat-header h1{color:#fff;font-size:20px;font-weight:600;margin-bottom:4px}.chat-header p{color:#8e8ea0;font-size:14px}.messages-container{background:#343541;flex:1 1;overflow-y:auto}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#343541}.messages-container::-webkit-scrollbar-thumb{background:#565869;border-radius:4px}.messages-wrapper{margin:0 auto;max-width:900px;padding:20px}.message-row{animation:fadeIn .3s ease-in;margin-bottom:24px}.message-row.bot{background:#444654;margin-left:-20px;margin-right:-20px;padding:20px}.message-row.user{background:#343541;padding:20px 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-container{align-items:flex-start;display:flex;gap:16px;margin:0 auto;max-width:900px}.avatar{align-items:center;border-radius:4px;display:flex;flex-shrink:0;font-size:20px;height:36px;justify-content:center;width:36px}.bot-avatar{background:#19c37d}.user-avatar{background:#5436da}.message-bubble{color:#ececf1;flex:1 1;font-size:16px;line-height:1.75}.message-content{word-wrap:break-word;white-space:pre-wrap}.loading-message{align-items:center;background:#444654;display:flex;gap:16px;margin-left:-20px;margin-right:-20px;padding:20px}.bot-avatar-small{align-items:center;background:#19c37d;border-radius:4px;display:flex;flex-shrink:0;font-size:20px;height:36px;justify-content:center;width:36px}.typing-indicator{display:flex;gap:4px}.typing-indicator span{animation:typing 1.4s infinite;background:#8e8ea0;border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.properties-section{margin:24px 0}.properties-header{margin-bottom:20px}.properties-header h3{color:#fff;font-size:18px;margin-bottom:4px}.properties-header p{color:#8e8ea0;font-size:14px}.properties-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media (max-width:1024px){.chat-sidebar{display:none}}@media (max-width:768px){.properties-grid{grid-template-columns:1fr}.messages-wrapper{padding:12px}}.history-header{align-items:center;display:flex;justify-content:space-between;padding:8px 12px}.clear-history-btn{background:#0000;border:none;border-radius:4px;color:#8e8ea0;cursor:pointer;font-size:16px;padding:4px 8px;transition:all .2s}.clear-history-btn:hover{background:#2a2b32;color:#fff}.no-history{color:#8e8ea0;font-size:13px;padding:20px 12px;text-align:center}.history-item{align-items:center;border-radius:6px;color:#ececf1;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;margin-bottom:2px;padding:10px 12px;position:relative;transition:all .2s}.history-item:hover{background:#2a2b32}.history-item.active{background:#343541}.chat-title{flex:1 1;overflow:hidden;padding-right:8px;text-overflow:ellipsis;white-space:nowrap}.delete-chat-btn{background:#0000;border:none;border-radius:4px;color:#8e8ea0;cursor:pointer;display:none;font-size:20px;height:24px;line-height:1;padding:0;transition:all .2s;width:24px}.history-item:hover .delete-chat-btn{display:block}.delete-chat-btn:hover{background:#ef4444;color:#fff}.sidebar-footer{border-top:1px solid #4d4d4f;padding:16px}.chat-count{color:#8e8ea0;font-size:12px;text-align:center}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track{background:#202123}.sidebar-content::-webkit-scrollbar-thumb{background:#4d4d4f;border-radius:3px}.chat-header{position:relative}.chat-id-corner{align-items:center;background:#667eea1a;border:1px solid #667eea4d;border-radius:12px;display:flex;font-size:11px;gap:6px;padding:4px 10px;position:absolute;right:24px;top:12px;transition:all .2s ease}.chat-id-corner:hover{background:#667eea33;border-color:#667eea80}.chat-id-icon{font-size:14px}.chat-id-text{color:#667eea;font-family:Courier New,monospace;font-weight:600}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;height:100vh}