body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,Helvetica,Arial,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chat-container{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:500px;overflow:hidden}.chat-header{align-items:center;background-color:#1e88e5;color:#fff;display:flex;padding:15px}.chat-header-logo{height:30px;margin-right:10px;width:30px}.chat-messages{background-color:#f5f5f5;flex:1 1;max-height:60vh;overflow-y:auto;padding:15px}.message{word-wrap:break-word;border-radius:18px;margin-bottom:10px;max-width:80%;padding:10px 15px}.user-message{background-color:#1e88e5;border-bottom-right-radius:5px;color:#fff;margin-left:auto}.agent-message{background-color:#fff;border-bottom-left-radius:5px}.message-time{font-size:.7rem;margin-top:5px;opacity:.7;text-align:right}.chat-input-container{background-color:#fff;border-top:1px solid #e0e0e0;display:flex;padding:10px}.chat-input{border:1px solid #e0e0e0;border-radius:18px;flex:1 1;font-family:inherit;font-size:inherit;outline:none;padding:10px;resize:none}.send-button{align-items:center;background-color:#1e88e5;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;margin-left:10px;transition:background-color .2s;width:40px}.send-button:hover{background-color:#1976d2}.property-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:15px;overflow:hidden}.property-image{height:200px;object-fit:cover;width:100%}.property-details{padding:15px}.property-price{color:#1e88e5;font-size:1.2rem;font-weight:700}.property-address{color:#757575;margin:5px 0}.property-features{display:flex;margin-top:10px}.property-feature{align-items:center;color:#757575;display:flex;font-size:.9rem;margin-right:15px}.property-feature-icon{margin-right:5px}.property-buttons{border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:10px 15px}@media (max-width:768px){.chat-container{border:none;border-radius:0;height:100vh;max-width:100%}.chat-messages{max-height:calc(100vh - 120px)}.message{max-width:90%}}
/*# sourceMappingURL=main.2923b574.css.map*/