Step 8 of the gui/app.py + gui/preview.py structural refactor — first move out of app.py. Pure copy: the SearchState dataclass moves to its own module. app.py grows its first re-export shim block at the bottom so any internal `SearchState(...)` reference in BooruApp keeps working through the module-namespace lookup. Shim removed in commit 14.