The Active/Inactive/All filter buttons weren't actually hiding rows because Bootstrap's d-flex class uses display:flex !important, which beats inline display:none. Switched to V2's approach: a .resource-hidden CSS class with display:none !important that properly overrides d-flex. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>