:root{--primary: #0f172a;--secondary: #1e293b;--accent: #1d4ed8;--accent-hover: #1e40af;--background: #0f172a;--text: #ffffff;--text-dark: #334155;--text-muted: #94a3b8;--glass: rgba(15, 23, 42, .6);--glass-light: rgba(255, 255, 255, .95);--border: rgba(255, 255, 255, .1);--radius: 1.5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background-color:var(--background);color:var(--text);overflow:hidden;height:100vh}.app-container{height:100vh;width:100vw;position:relative;display:flex;justify-content:center;align-items:center;background-image:url(/bg.png);background-size:cover;background-position:center}.app-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:0}.main-content{position:relative;z-index:1;display:grid;grid-template-columns:320px 1fr 380px;width:100%;height:90vh;max-width:1600px;gap:2rem;padding:0 2rem}.sidebar-left{background:#0f172acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:3rem 2rem;color:#fff;display:flex;flex-direction:column}.sidebar-left h2{font-size:2.25rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2.5rem;border-left:4px solid #3b82f6;padding-left:1.5rem;line-height:1}.sidebar-info p{font-size:1.1rem;line-height:1.4;margin-bottom:1rem}.mis-visitas-section{margin-top:3rem;flex:1;overflow-y:auto}.visita-item{background:#ffffff0d;border-radius:1rem;padding:1rem;margin-bottom:.75rem;cursor:pointer;transition:all .2s}.visita-item:hover{background:#ffffff1a}.chat-card{background:#fff;border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.chat-header{background:#0f172a;color:#fff;padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem}.logo-small{font-size:1.5rem;font-weight:800}.chat-header .subtitle{font-size:.85rem;opacity:.8}.chat-messages{flex:1;padding:2rem;overflow-y:auto;background:#fff;display:flex;flex-direction:column;gap:1.5rem}.message{max-width:80%;padding:1.25rem 1.75rem;border-radius:1.5rem;font-size:1.05rem;line-height:1.6}.bot-msg{background:#fff;color:#1e293b;align-self:flex-start;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.user-msg{background:#0f172a;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-footer{padding:1.5rem 2rem;background:#fff;border-top:1px solid #f1f5f9}.input-box{display:flex;background:#f8fafc;padding:.5rem;border-radius:9999px;border:1px solid #e2e8f0;align-items:center}.input-box input{flex:1;background:transparent;border:none;padding:.75rem 1.5rem;font-size:1rem;outline:none}.btn-send{background:#0f172a;color:#fff;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;cursor:pointer}.agent-overlay-avatar{position:absolute;bottom:120px;right:20px;width:110px;height:110px;border-radius:50%;border:4px solid white;box-shadow:0 10px 30px #0000004d;z-index:10;overflow:hidden}.agent-overlay-avatar img{width:100%;height:100%;object-fit:cover}.sidebar-right{display:flex;flex-direction:column;padding-top:2rem}.sidebar-right h3{font-size:2.5rem;font-weight:800;line-height:1;color:#fff;text-transform:uppercase;margin-bottom:2.5rem;text-align:right;letter-spacing:-.02em}.results-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.property-item{background:#0f172ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:1.25rem;display:flex;gap:1.5rem;cursor:pointer;transition:all .3s}.property-item:hover{background:#1e293bf2;transform:translate(-5px)}.property-thumb{width:100px;height:80px;border-radius:.25rem;object-fit:cover}.property-info{flex:1;display:flex;flex-direction:column;justify-content:center}.property-info h4{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.property-info .price{font-size:1.1rem;font-weight:800;color:#fbbf24}
