* feat(web): fetch GitHub star count dynamically
Replace the hardcoded "12k" star count in the header with a live value
from the GitHub API, revalidated every 24 hours. Gracefully hides the
count if the fetch fails.
* fix: add GITHUB_TOKEN to turbo.json globalEnv
* fix: remove GITHUB_TOKEN usage from star count fetch