Part of milestone **[Long-Term] 4. Cross-Platform Build & Runtime Support**. Tracks: **`PluginManager.cpp`**: Replace `LoadLibraryW` / `FreeLibrary` / `GetProcAddress` (Windows-only) with `dlopen` / `dlclose` / `dlsym` on Linux/macOS, guarded by `TE_PLATFORM_*` defines.
Part of milestone [Long-Term] 4. Cross-Platform Build & Runtime Support.
Tracks:
PluginManager.cpp: ReplaceLoadLibraryW/FreeLibrary/GetProcAddress(Windows-only) withdlopen/dlclose/dlsymon Linux/macOS, guarded byTE_PLATFORM_*defines.