// Shared Mekor UI primitives (React globals from UMD). Loaded before each page's inline Babel script. function LogoMark({ size = 40 }) { const s = size; const cx = s / 2; const cy = s / 2; const r0 = s * 0.42; const n = s * 0.072; const x1 = cx - s * 0.22; const y1 = cy + s * 0.2; const x2 = cx + s * 0.24; const y2 = cy + s * 0.06; const x3 = cx; const y3 = cy - s * 0.26; const sw = Math.max(1.5, s * 0.045); return ( ); } const SearchInput = React.forwardRef(function SearchInput({ value, onChange, onKeyDown, onSearch, loading, compact, autoFocus }, ref) { return (