/** * CancerIndex mark: an open ring (the "C", a cell) and a graduated index scale (the "I"). The ring * and nucleus follow the text colour so the mark adapts to light and dark themes; the scale uses * the accent token. Static SVG assets for external use live in /public/brand. */ export function BrandMark({ size = 28, className = '', title = 'CancerIndex' }: { size?: number; className?: string; title?: string }) { return ( ); }