fix: restore dark mode on scott mode exit for OS preference users
When exiting scott mode, dark mode was only restored if
the user had explicitly toggled it (localStorage). Users
relying on OS-level prefers-color-scheme: dark had their
dark mode lost because the exit logic didn't check the
system preference fallback. Now mirrors the init logic.