@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";: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}@media (max-width: 1200px){.main-content{grid-template-columns:280px 1fr 320px;gap:1rem;padding:0 1rem}}@media (max-width: 1024px){.main-content{grid-template-columns:1fr 380px;height:100vh;padding:0;gap:0}.sidebar-left{display:none}}@media (max-width: 768px){.main-content{grid-template-columns:1fr;height:100vh}.sidebar-right,.sidebar-left,.chat-card{display:none!important}.main-content.tab-visits .sidebar-left{display:flex!important;position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;border-radius:0;padding-bottom:80px;background:var(--background)}.main-content.tab-chat .chat-card{display:flex!important;border-radius:0;height:100%;padding-bottom:70px}.main-content.tab-suggestions .sidebar-right{display:flex!important;position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--background);padding:1.5rem;padding-bottom:80px}.sidebar-right h3{font-size:1.75rem;text-align:left;margin-bottom:1.5rem}}.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:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;border-left:4px solid #3b82f6;padding-left:1rem;line-height:1.2;white-space:nowrap}.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:1.25rem;font-weight:700;line-height:1.2;color:#fff;text-transform:uppercase;margin-bottom:2rem;text-align:left;letter-spacing:.02em;white-space:nowrap;border-left:4px solid #3b82f6;padding-left:1rem}.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}.mobile-nav{display:none}@media (max-width: 768px){.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:70px;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);z-index:100;justify-content:space-around;align-items:center;padding:0 10px}.nav-item{display:flex;flex-direction:column;align-items:center;color:#94a3b8;background:none;border:none;font-size:10px;gap:4px;transition:all .2s;opacity:.6;padding:10px;cursor:pointer}.nav-item.active{color:#3b82f6;opacity:1;transform:translateY(-2px)}.agent-overlay-avatar{bottom:180px;right:15px;width:80px;height:80px}.chat-header{padding:1rem}.logo-small{font-size:1.2rem}.bot-msg img{max-width:100%!important;height:auto!important;width:100%!important}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.auth-section{padding-top:2rem;padding-left:2rem;padding-right:2rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1rem}.btn-auth{background-color:#0f1016!important;color:#fff!important;padding:.5rem 1rem!important;border-radius:8px!important;font-size:.75rem!important;font-weight:600!important;border:1px solid rgba(255,255,255,.1)!important;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #00000080;text-transform:none}.btn-auth:hover{background-color:#000!important;border-color:#fff3!important;transform:translateY(-1px)}.user-profile-compact{display:flex;align-items:center;gap:.75rem}.user-avatar-small{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(59,130,246,.3);overflow:hidden}.user-info-text{display:flex;flex-direction:column}.auth-card-premium{background:#0f111ae6!important;-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:2rem!important;box-shadow:0 40px 100px -20px #000c,0 0 50px -10px #3b82f626!important;padding:3rem!important;position:relative;z-index:1000;width:100%;max-width:480px}.auth-header-premium h2{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:.5rem}.auth-header-premium p{color:#ffffff80;font-size:1rem;margin-bottom:2rem}.auth-input-group{position:relative;margin-bottom:1.25rem}.auth-input-premium{width:100%;background:#ffffff08!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:1rem!important;padding:1.1rem 1.1rem 1.1rem 3.5rem!important;color:#fff!important;font-size:1rem!important;transition:all .3s ease;outline:none}.auth-input-premium:focus{background:#ffffff0f!important;border-color:#3b82f666!important;box-shadow:0 0 0 4px #3b82f61a}.auth-input-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#ffffff4d;pointer-events:none;transition:color .3s ease}.auth-input-premium:focus+.auth-input-icon{color:#3b82f6}.btn-auth-primary{width:100%;background:#3b82f6!important;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff!important;border:none!important;padding:1.1rem!important;border-radius:1rem!important;font-size:1rem!important;font-weight:700!important;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px -5px #2563eb4d!important;margin-top:1rem}.btn-auth-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px -10px #2563eb66!important;filter:brightness(1.1)}.btn-auth-primary:active{transform:translateY(0)}.btn-auth-google{width:100%;background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:1rem!important;padding:1rem!important;color:#fff!important;font-weight:600!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.75rem!important;cursor:pointer;transition:all .2s ease;margin-bottom:2rem}.btn-auth-google:hover{background:#ffffff14!important;border-color:#fff3!important}.auth-divider{display:flex;align-items:center;margin:1.5rem 0;color:#fff3;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#ffffff0d}.auth-divider span{padding:0 1rem}.auth-footer-text{margin-top:2rem;text-align:center;color:#fff6;font-size:.9rem}.auth-link{color:#3b82f6;font-weight:600;background:none;border:none;cursor:pointer;padding:0;margin-left:.35rem;transition:all .2s}.auth-link:hover{color:#60a5fa;text-decoration:underline}.auth-close-btn{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);color:#ffffff4d;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.auth-close-btn:hover{background:#ffffff14;color:#fff;transform:rotate(90deg)}.auth-error-premium{background:#ef44441a!important;border:1px solid rgba(239,68,68,.2)!important;color:#f87171!important;padding:.75rem!important;border-radius:.75rem!important;font-size:.85rem!important;text-align:center;margin-bottom:1rem}
