Where do I put the JS and CSS the AI generates in Webflow?

For a single page, use Page Settings → Custom Code: CSS inside the <head>, and JavaScript before the closing </body> tag. If a library like GSAP is involved, load its CDN script first, then your own script below it. For something used across the whole site, put it in Project Settings instead. Republish and the interaction goes live.