import { ANATOMY } from '@/content/anatomy'; import { cn } from '@/lib/utils'; /** * The definition, before the catalogue. * * Four cells, one per part of an environment, read from `@/content/anatomy` — * the same source `EnvAnatomy` renders on every Play and Evidence tab. That is * the whole point: a visitor learns the four labels here, on the landing, and * then meets them again on the word game and the fraud screen and reads both * as "same machine, different grader". If this strip and the anatomy boxes * ever disagreed on the words, the lesson would break at the first click. * * Hairline above and below; 2×2 at a phone width, four across from `lg`. */ export function DefinitionStrip({ className }: { className?: string }) { return (
{String(part.index).padStart(2, '0')} {part.kicker}
{part.gloss}