In pretalx 2025.2.0, a lot of static files (stylesheets and script files) have changed their name and location. The main reason for this is that our static files had grown for a long time without a lot of structure. As a result, we included a lot of styles on all pages, even when we didn't need them. This made pages larger and page loads slower than they needed to be. Once we started the cleanup, we decided to also move files to a more consistent naming and directory scheme. Sorry.
Please also note that pretalx now does not support SCSS out of the box anymore. If your plugin requires SCSS files to be processed, you will have to make sure that they are processed to CSS files.