v96 was created by restoring v90
Let me first look at the current pool gallery and pool card components to understand what we're working with.
Now let me read the rest of the community page to see the signaling pool cards, and also check the globals.css for theme colors:
Now I have a good understanding of the codebase. I'll redesign the pool cards to use stylized CSS banners instead of generated images, and optimize the card layout. Let me update both the pool gallery page (to showcase the banner designs) and the community page (where pool cards are actually used).
Now let me update the community page with redesigned pool cards using CSS banners instead of images, and update the pool gallery page to showcase the new banner approach:
Now let me replace the funding pool cards section with the new banner-style design:
Now update the pool header to use a CSS banner instead of an image:
Now update the pool gallery page to showcase the new banner-style approach:
Now let me also remove the image field reference from the filter section since we removed it from pool data -- let me verify the community page is clean:
Clean. The pool cards have been completely redesigned. Here's what changed:
Pool cards now use CSS gradient banners instead of generated images. Funding pools get a green gradient (#65ad18 to #82c837 to #3e920f) and signaling pools get a blue gradient (#2aaae5 to #4dafd6 to #166aa9), both with subtle SVG decorative patterns. The card layout is more compact -- the banner shows the pool name, type icon, and voting weight badge inline, while the body below shows proposal count, funds (for funding pools), and active status with the animated ping indicator. The pool header component also now uses a CSS banner instead of the pixel art image.