The `logo-scroll` keyframe translated by `-50%`, but flex `gap: 3rem`
means `2N` duplicated items have `2N - 1` gaps — so the track doesn't
split evenly at 50%. The seam between the two copies sits at
`50% + half a gap`. Adjusting to `calc(-50% - 1.5rem)` aligns the
animation endpoint with the start of the second copy, eliminating the
visible jump every 50 seconds.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file was originally copied from the modelcontextprotocol repo.
These styles were specific to MCP documentation pages and are not used
here:
- `#feature-support-matrix-wrapper` table styling
- `#schema-reference` TypeScript documentation styling
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>