.aplicacion{display:flex;height:100vh;overflow:hidden}.barra-lateral{width:340px;min-width:340px;background:#1f2c34;border-right:1px solid #2a3942;display:flex;flex-direction:column}.barra-lateral-encabezado{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#202c33;border-bottom:1px solid #2a3942}.barra-lateral-encabezado h2{font-size:16px;font-weight:600;color:#e9edef}.punto-estado{width:10px;height:10px;border-radius:50%;flex-shrink:0}.punto-estado.conectado{background:#00a884;box-shadow:0 0 6px #00a88466}.punto-estado.desconectado{background:#ea4335;box-shadow:0 0 6px #ea433566}.lista-chats{flex:1;overflow-y:auto}.estado-vacio{padding:40px 20px;text-align:center;color:#8696a0}.estado-vacio p{font-size:15px;font-weight:500;margin-bottom:6px;color:#aebac1}.estado-vacio span{font-size:13px}.elemento-chat{width:100%;display:flex;align-items:center;gap:12px;padding:12px 20px;border:none;background:transparent;cursor:pointer;text-align:left;border-bottom:1px solid #222d34;transition:background .15s;color:inherit;font-family:inherit}.elemento-chat:hover,.elemento-chat.activo{background:#2a3942}.avatar-chat{width:48px;height:48px;border-radius:50%;background:#00a884;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fff;flex-shrink:0}.avatar-chat.pequeno{width:40px;height:40px;font-size:16px}.info-chat{flex:1;min-width:0}.chat-superior{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.nombre-chat{font-size:15px;font-weight:500;color:#e9edef}.hora-chat{font-size:11px;color:#8696a0;flex-shrink:0}.vista-previa-chat{font-size:13px;color:#8696a0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel-chat{flex:1;display:flex;flex-direction:column;background:#0b141a}.sin-chat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8696a0;gap:8px}.sin-chat h3{font-size:22px;font-weight:400;color:#e9edef}.sin-chat p{font-size:14px}.boton-volver{display:none;background:none;border:none;color:#e9edef;font-size:22px;cursor:pointer;padding:4px 8px;border-radius:50%;transition:background .15s;flex-shrink:0;font-family:inherit}.boton-volver:hover{background:#2a3942}.encabezado-chat{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#202c33;border-bottom:1px solid #2a3942}.encabezado-chat h3{font-size:15px;font-weight:500;color:#e9edef;line-height:1.2}.numero-telefono{font-size:12px;color:#8696a0}.alternar-ia{margin-left:auto;padding:6px 14px;border-radius:16px;border:none;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,color .2s}.alternar-ia.activado{background:#00a884;color:#fff}.alternar-ia.desactivado{background:#ea4335;color:#fff}.mensajes{flex:1;overflow-y:auto;padding:16px 60px;display:flex;flex-direction:column;gap:4px}.mensaje{max-width:65%;padding:8px 12px 4px;border-radius:8px;position:relative;line-height:1.4}.mensaje.entrada{align-self:flex-start;background:#202c33;border-top-left-radius:0}.mensaje.salida{align-self:flex-end;background:#005c4b;border-top-right-radius:0}.mensaje p{font-size:14px;word-wrap:break-word;margin-bottom:2px}.hora-mensaje{display:block;text-align:right;font-size:11px;color:#fff9}.barra-entrada{display:flex;gap:10px;padding:12px 20px;background:#202c33;border-top:1px solid #2a3942}.barra-entrada input{flex:1;padding:10px 16px;border-radius:8px;border:none;background:#2a3942;color:#e9edef;font-size:14px;font-family:inherit;outline:none}.barra-entrada input::placeholder{color:#8696a0}.barra-entrada input:focus{box-shadow:0 0 0 1px #00a884}.barra-entrada button{padding:10px 24px;border-radius:8px;border:none;background:#00a884;color:#fff;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s}.barra-entrada button:hover:not(:disabled){background:#00c49a}.barra-entrada button:disabled{opacity:.5;cursor:not-allowed}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#374045;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a5568}@media (max-width: 768px){.aplicacion{position:relative}.barra-lateral{width:100%;min-width:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;transition:transform .25s ease}.panel-chat{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;transform:translate(100%);transition:transform .25s ease}.aplicacion.chat-abierto .barra-lateral{transform:translate(-100%)}.aplicacion.chat-abierto .panel-chat{transform:translate(0)}.boton-volver{display:flex;align-items:center;justify-content:center}.mensajes{padding:12px 16px}.mensaje{max-width:85%}.encabezado-chat{gap:8px;padding:10px 12px}.alternar-ia{padding:5px 10px;font-size:11px;white-space:nowrap}.barra-entrada{padding:10px 12px;gap:8px}.barra-entrada button{padding:10px 16px}.sin-chat{display:none}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#111b21;color:#e9edef;-webkit-font-smoothing:antialiased}
